CheckScannerScreenTextLocalization class

Configuration of the all strings for check scanner screen.

Constructors

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

Properties

accessibilityDescriptionCameraPermissionCloseButton String
The accessibility hint for the 'close' button of the camera permission dialog.
getter/setter pair
accessibilityDescriptionCameraPermissionEnableCameraButton String
The accessibility hint for the 'enable' button of the camera permission dialog.
getter/setter pair
accessibilityDescriptionCancelButton String
Accessibility description for the 'cancel' button in the top bar.
getter/setter pair
accessibilityDescriptionCloseScannerButton String
Accessibility description for the 'close scanner' button in the alerts.
getter/setter pair
accessibilityDescriptionFlashButton String
Accessibility description for the flash button.
getter/setter pair
accessibilityDescriptionFlipCameraButton String
Accessibility description for the flip camera button.
getter/setter pair
accessibilityDescriptionIntroScreenDoneButton String
Accessibility description for the 'done'/'start scanning' button in the introduction screen.
getter/setter pair
accessibilityDescriptionOpenIntroScreenButton String
Accessibility description for the 'open introduction screen' button in top bar.
getter/setter pair
accessibilityDescriptionRetryButton String
Accessibility description for the 'retry' button in the alerts.
getter/setter pair
accessibilityDescriptionZoomButton String
Accessibility description for the zoom button.
getter/setter pair
cameraPermissionCloseButton String
The 'close' button title of the camera permission dialog.
getter/setter pair
cameraPermissionEnableCameraButton String
The 'enable' button title of the camera permission dialog.
getter/setter pair
cameraPermissionEnableCameraExplanation String
The explanation text of the camera permission dialog.
getter/setter pair
cameraPermissionEnableCameraTitle String
The title of the camera permission dialog.
getter/setter pair
checkAlertCloseScannerButton String
Close button text for the alert.
getter/setter pair
checkAlertRetryButton String
Try again button text for the alert.
getter/setter pair
checkImageNotGoodAlertSubtitle String
Subtitle for the alert when the image is not good.
getter/setter pair
checkImageNotGoodAlertTitle String
Title for the alert when the image is not good.
getter/setter pair
checkNoCheckDetectedAlertSubtitle String
Subtitle for the alert when Check is not detected.
getter/setter pair
checkNoCheckDetectedAlertTitle String
Title for the alert when Check is not detected.
getter/setter pair
checkUserGuidanceBadPerspective String
The user guidance text displayed when the detected check is not in a good perspective (device tilted).
getter/setter pair
checkUserGuidanceNoCheckFound String
The user guidance text displayed when no check is found.
getter/setter pair
checkUserGuidanceScanningProgress String
The user guidance text displayed when a check presence was detected.
getter/setter pair
checkUserGuidanceTooDark String
The user guidance text displayed when it is too dark to capture an adequate image.
getter/setter pair
checkUserGuidanceTooSmall String
The user guidance text displayed when the detected check is too far away and appears too small.
getter/setter pair
completionOverlaySuccessMessage String
Caption for the success overlay.
getter/setter pair
finderViewUserGuidance String
Text for the user guidance caption below the finder view.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
introScreenDoneButton String
Start scanning button text for the introduction screen.
getter/setter pair
introScreenText String
The text explanation of the introduction screen.
getter/setter pair
introScreenTitle String
Title for the introduction screen.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topBarCancelButton String
Cancel button text for the top bar.
getter/setter pair
topBarTitle String
Title for the top bar.
getter/setter pair
topUserGuidance String
Text for the top user guidance caption.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({ToJsonConfiguration? config}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited