AUIDataCaptureHint enumeration
Custom text to be shown as a tip for end-user. of the data capture scenario.
typedef NS_ENUM(NSUInteger, AUIDataCaptureHint) {
AUIDataCaptureHintTapButton,
AUIDataCaptureHintTextTooSmall,
AUIDataCaptureHintLookingForDocument,
AUIDataCaptureHintCaptureComplete,
AUIDataCaptureHintCropDocument,
};
Constants
Name | Description |
---|---|
AUIDataCaptureHintTapButton | Screen message, shown as a hint how to start capture process. I.e., "Tap Capture Button". |
AUIDataCaptureHintTextTooSmall |
Screen message, shown in case the device is too far from the text, so that the text is too small for recognition. The tip should recommend to place the device closer to the document. I.e. "Closer". |
AUIDataCaptureHintLookingForDocument |
Screen message for automatic capture cases, shown when the camera should be directed at the document. I.e., "Looking for document." |
AUIDataCaptureHintCaptureComplete | Screen message, shown at a capture process completion. I.e. "Capture complete". |
AUIDataCaptureHintCropDocument | Screen message shown permanently at a crop screen as an action tip. I.e. "Adjust the crop frame". |
3/2/2022 12:59:15 PM