Configuration

fun Configuration(    cameraFacing: CameraFacing = CameraFacing.BACK,     cameraPreviewScaleType: CameraPreviewScaleType = CameraPreviewScaleType.FIT,     isTorchEnabled: Boolean = false,     isVideoCaptureEnabled: Boolean = false,     qualityAttributeThresholds: QualityAttributeThresholds = QualityAttributeThresholdPresets.standard,     minValidFramesInRowToStartCandidateSelection: Int = PalmAutoCaptureController.Configuration.DEFAULT_MIN_VALID_FRAMES_IN_ROW_TO_START_CANDIDATE_SELECTION,     candidateSelectionDurationMillis: Int = PalmAutoCaptureController.Configuration.DEFAULT_CANDIDATE_SELECTION_DURATION_MILLIS,     isDetectionLayerVisible: Boolean = false,     sessionToken: String? = null,     isCameraPreviewVisible: Boolean = true,     placeholderType: PlaceholderType = PlaceholderType.LEFT)