Document Scanner Json Configuration
constructor(version: String? = null, screen: String? = null, acceptedAngleScore: Double? = null, acceptedSizeScore: Double? = null, acceptedBrightnessThreshold: Double? = null, autoSnappingButtonHidden: Boolean? = null, autoSnappingButtonTitle: String? = null, autoSnappingEnabled: Boolean? = null, autoSnappingSensitivity: Double? = null, bottomBarBackgroundColor: JsonColor? = null, bottomBarButtonsColor: JsonColor? = 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, flashButtonTitle: String? = null, flashEnabled: Boolean? = null, forceUserGuidance: Boolean? = null, ignoreOrientationMismatch: Boolean? = null, imageScale: Double? = null, multiPageButtonHidden: Boolean? = null, multiPageButtonTitle: String? = null, multiPageEnabled: Boolean? = null, orientationLockMode: JsonOrientationLockMode? = null, pageCounterButtonTitle: String? = null, photoQualityPrioritization: JsonCapturePhotoQualityPrioritization? = null, polygonBackgroundColor: JsonColor? = null, polygonBackgroundColorOK: JsonColor? = null, polygonColor: JsonColor? = null, polygonColorOK: JsonColor? = null, polygonLineWidth: Double? = null, polygonCornerRadius: Double? = null, polygonAutoSnapProgressColor: JsonColor? = null, polygonAutoSnapProgressLineWidth: Double? = null, polygonAutoSnapProgressEnabled: Boolean? = null, requiredAspectRatios: List<JsonAspectRatio>? = 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, maxNumberOfPages: Int? = null, useButtonsAllCaps: Boolean? = null, accessibilityConfiguration: JsonDocumentScannerAccessibilityConfiguration? = null)