CheckScannerScreenTextLocalization

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(topBarTitle: String = "Check Scanner", topBarCancelButton: String = "Cancel", topUserGuidance: String = "Point the camera at the check", finderViewUserGuidance: String = "Looking for check...", introScreenTitle: String = "How to scan a check", introScreenDoneButton: String = "Start Scanning", introScreenText: String = "This scanner reads the MICR (Magnetic Ink Character Recognition) line – the numbers and characters printed at the bottom of your check.", completionOverlaySuccessMessage: String = "Scanned successfully", accessibilityDescriptionOpenIntroScreenButton: String = "Open Check Scanner introduction", accessibilityDescriptionIntroScreenDoneButton: String = "Start check scanning", accessibilityDescriptionCancelButton: String = "Cancel check scanning", accessibilityDescriptionRetryButton: String = "Retry check scanning", accessibilityDescriptionCloseScannerButton: String = "Close check scanner", checkAlertRetryButton: String = "Retry", checkAlertCloseScannerButton: String = "Close Scanner", checkNoCheckDetectedAlertTitle: String = "No check detected", checkNoCheckDetectedAlertSubtitle: String = "The scanner couldn't detect the check. Please ensure the check is valid, well-lit, and fully visible, then try again.", checkImageNotGoodAlertTitle: String = "Check not recognized", checkImageNotGoodAlertSubtitle: String = "Make sure the check is valid, well-lit, and fully visible. Then try again.", accessibilityDescriptionFlashButton: String = "Toggle flash", accessibilityDescriptionZoomButton: String = "Toggle camera zoom", accessibilityDescriptionFlipCameraButton: String = "Flip camera", cameraPermissionEnableCameraTitle: String = "Camera permission denied!", cameraPermissionEnableCameraExplanation: String = "Please allow the usage of the camera to start the scanning process.", cameraPermissionEnableCameraButton: String = "Grant permission", cameraPermissionCloseButton: String = "Close", accessibilityDescriptionCameraPermissionEnableCameraButton: String = "Tap to grant camera permission", accessibilityDescriptionCameraPermissionCloseButton: String = "Close screen without granting permission", checkUserGuidanceNoCheckFound: String = "Looking for check...", checkUserGuidanceScanningProgress: String = "Scanning the check...", checkUserGuidanceTooDark: String = "Too dark. Please turn on a light.", checkUserGuidanceTooSmall: String = "Please move closer to the check.", checkUserGuidanceBadPerspective: String = "Please hold your device straight over the check.")