HVDocCaptureUIStrings class

HVDocCaptureUIStrings represents the localized UI strings for the document capture user interface.

Constructors

HVDocCaptureUIStrings({String? docInstructionsTitle, String? docInstructionsDescription, String? docInstructionsProceed, String? docInstructionsUploadButton, String? docCaptureTitle, String? docCaptureDescription, String? docCaptureSubText, String? docCaptureScanningBarcode, String? docCaptureBarcodeScanned, String? docCaptureDocFound, String? docCaptureDocNotFound, String? docCaptureMoveCloser, String? docCaptureMoveAwayFromCamera, String? docCaptureMoveAwayFromEdge, String? docCaptureAutoCaptureWait, String? docCaptureAutoCaptureError, String? docCaptureCameraAccessTitle, String? docCaptureCameraAccessDescription, String? docCaptureCameraAccessButton, String? docReviewTitle, String? docReviewDescription, String? docReviewContinueButton, String? docReviewRetakeButton, String? docLoaderTitle, String? docLoaderDescription, String? docRetakeTitle, String? docRetakeButton})
Constructs a new HVDocCaptureUIStrings object with the specified UI strings.

Properties

docCaptureAutoCaptureError String?
The docCaptureAutoCaptureError represents the text shown when the captured document does not satisfy the requirements - shown in review screen.
getter/setter pair
docCaptureAutoCaptureWait String?
The docCaptureAutoCaptureWait represents the text shown when the document is going to be auto-captured in the document capture screen.
getter/setter pair
docCaptureBarcodeScanned String?
The docCaptureBarcodeScanned represents the text shown when the user has read the barcode in the document capture screen.
getter/setter pair
docCaptureCameraAccessButton String?
The docCaptureCameraAccessButton
getter/setter pair
docCaptureCameraAccessDescription String?
The docCaptureCameraAccessDescription
getter/setter pair
docCaptureCameraAccessTitle String?
The docCaptureCameraAccessTitle
getter/setter pair
docCaptureDescription String?
The docCaptureDescription represents the description for the document capture screen.
getter/setter pair
docCaptureDocFound String?
The docCaptureDocFound represents the text shown when the document is found in the camera preview in the document capture screen.
getter/setter pair
docCaptureDocNotFound String?
The docCaptureDocNotFound represents the text shown when the document is not found in the camera preview in the document capture screen.
getter/setter pair
docCaptureMoveAwayFromCamera String?
The docCaptureMoveAwayFromCamera represents the text shown when the document is zoomed in in the camera preview in the document capture screen.
getter/setter pair
docCaptureMoveAwayFromEdge String?
The docCaptureMoveAwayFromEdge represents the text shown when the document is close to the edge of the camera preview in the document capture screen.
getter/setter pair
docCaptureMoveCloser String?
The docCaptureMoveCloser represents the text shown when the document is zoomed out in the camera preview in the document capture screen.
getter/setter pair
docCaptureScanningBarcode String?
The docCaptureScanningBarcode represents the text shown when the user is trying to read the barcode in the document capture screen.
getter/setter pair
docCaptureSubText String?
The docCaptureSubText represents the subtext for the document capture screen.
getter/setter pair
docCaptureTitle String?
The docCaptureTitle represents the title for the document capture screen.
getter/setter pair
docInstructionsDescription String?
The docInstructionsDescription represents the description for document capture instructions.
getter/setter pair
docInstructionsProceed String?
The docInstructionsProceed represents the instruction to proceed with document capture.
getter/setter pair
docInstructionsTitle String?
The docInstructionsTitle represents the title for document capture instructions.
getter/setter pair
docInstructionsUploadButton String?
The docInstructionsUploadButton represents the instruction to proceed with document upload.
getter/setter pair
docLoaderDescription String?
The docLoaderDescription represents the description for the document loading screen.
getter/setter pair
docLoaderTitle String?
The docLoaderTitle represents the title for the document loading screen.
getter/setter pair
docRetakeButton String?
The docRetakeButton represents the label for the retake button on the retake screen.
getter/setter pair
docRetakeTitle String?
The docRetakeTitle represents the title text for the retake screen.
getter/setter pair
docReviewContinueButton String?
The docReviewContinueButton represents the label for the continue button on the document review screen.
getter/setter pair
docReviewDescription String?
The docReviewDescription represents the description for the document review screen.
getter/setter pair
docReviewRetakeButton String?
The docReviewRetakeButton represents the label for the retake button on the document review screen.
getter/setter pair
docReviewTitle String?
The docReviewTitle represents the title for the document review screen.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the HVDocCaptureUIStrings object to a map of key-value pairs.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromMap(Map uiStrings) HVDocCaptureUIStrings
Constructs a HVDocCaptureUIStrings object from a map of key-value pairs.