Text Pattern Scanner Json Configuration
constructor(version: String? = null, screen: String? = null, cameraModule: JsonCameraModule? = null, cameraOverlayColor: JsonColor? = null, cancelButtonTitle: String? = null, enableCameraButtonTitle: String? = null, enableCameraExplanationText: String? = null, finderLineColor: JsonColor? = null, finderLineWidth: Double? = null, finderTextHintColor: JsonColor? = null, flashEnabled: Boolean? = null, orientationLockMode: JsonOrientationLockMode? = null, topBarBackgroundColor: JsonColor? = null, topBarButtonsActiveColor: JsonColor? = null, topBarButtonsInactiveColor: JsonColor? = null, wordBoxHighlightColor: JsonColor? = null, wordBoxHighlightEnabled: Boolean? = null, minimumNumberOfRequiredFramesWithEqualScanningResult: Int? = null, maximumNumberOfAccumulatedFrames: Int? = null, ocrResolutionLimit: Long? = null, useButtonsAllCaps: Boolean? = null, replaceCancelButtonWithIcon: Boolean? = null, cameraPreviewMode: JsonCameraPreviewMode? = null, touchToFocusEnabled: Boolean? = null, textDataScannerStep: JsonTextDataScannerStep? = null)