Finder Document Scanner Json Configuration
constructor(version: String? = null, screen: String? = null, acceptedAngleScore: Double? = null, acceptedSizeScore: Double? = null, acceptedBrightnessThreshold: Double? = null, autoSnappingEnabled: Boolean? = null, autoSnappingSensitivity: Double? = null, cameraModule: JsonCameraModule? = null, cameraBackgroundColor: JsonColor? = null, cameraPreviewMode: JsonCameraPreviewMode? = null, touchToFocusEnabled: Boolean? = null, cancelButtonTitle: String? = null, defaultPageFilter: JsonImageFilterType? = null, enableCameraButtonTitle: String? = null, enableCameraExplanationText: String? = null, flashButtonHidden: Boolean? = null, flashEnabled: Boolean? = null, forceUserGuidance: Boolean? = null, finderEnabled: Boolean? = null, finderLineColor: JsonColor? = null, finderLineWidth: Double? = null, cameraOverlayColor: JsonColor? = null, finderAspectRatio: JsonAspectRatio? = null, ignoreOrientationMismatch: Boolean? = null, imageScale: Double? = null, orientationLockMode: JsonOrientationLockMode? = null, photoQualityPrioritization: JsonCapturePhotoQualityPrioritization? = null, polygonEnabled: Boolean? = null, polygonBackgroundColor: JsonColor? = null, polygonBackgroundColorOK: JsonColor? = null, polygonColor: JsonColor? = null, polygonColorOK: JsonColor? = null, polygonLineWidth: Double? = null, polygonCornerRadius: Double? = null, autoSnapProgressColor: JsonColor? = null, autoSnapProgressLineWidth: Double? = null, autoSnapProgressEnabled: Boolean? = null, lockDocumentAspectRatioToFinder: Boolean? = null, shutterButtonAutoInnerColor: JsonColor? = null, shutterButtonAutoOuterColor: JsonColor? = null, shutterButtonManualInnerColor: JsonColor? = null, shutterButtonManualOuterColor: JsonColor? = null, textHintBadAngles: String? = null, textHintBadAspectRatio: String? = null, textHintNothingDetected: String? = null, textHintOffCenter: String? = null, textHintOK: String? = null, textHintTooDark: String? = null, textHintTooNoisy: String? = null, textHintTooSmall: String? = null, topBarBackgroundColor: JsonColor? = null, topBarButtonsActiveColor: JsonColor? = null, topBarButtonsInactiveColor: JsonColor? = null, userGuidanceBackgroundColor: JsonColor? = null, userGuidanceTextColor: JsonColor? = null, userGuidanceFontSize: Double? = null, documentImageSizeLimit: JsonSize? = null, shutterButtonHidden: Boolean? = null, useButtonsAllCaps: Boolean? = null, accessibilityConfiguration: JsonFinderDocumentScannerAccessibilityConfiguration? = null)