CheckScannerJsonConfiguration

constructor(version: String? = null, screen: String? = null, acceptedCheckStandards: List<JsonCheckStandard>? = null, cameraModule: JsonCameraModule? = null, cameraOverlayColor: JsonColor? = null, cancelButtonTitle: String? = null, captureHighResolutionImage: Boolean? = null, enableCameraButtonTitle: String? = null, enableCameraExplanationText: String? = null, finderAspectRatio: JsonAspectRatio? = null, finderLineColor: JsonColor? = null, finderLineWidth: Double? = null, flashEnabled: Boolean? = null, orientationLockMode: JsonOrientationLockMode? = null, topBarBackgroundColor: JsonColor? = null, topBarButtonsActiveColor: JsonColor? = null, topBarButtonsInactiveColor: JsonColor? = null, userGuidanceBackgroundColor: JsonColor? = null, userGuidanceTextColor: JsonColor? = null, userGuidanceStringValues: JsonCheckUserGuidanceStrings? = null, useButtonsAllCaps: Boolean? = null, cameraPreviewMode: JsonCameraPreviewMode? = null, touchToFocusEnabled: Boolean? = null)