ResourceType enum
Custom text to be shown as a tip for end-user.
enum ResourceType {
START_TIP,
LOOKING_FOR_DOCUMENT_TIP,
CROP_DOCUMENT_TIP,
COMPLETE_TIP,
}
Constants
Name | Description |
---|---|
START_TIP | Screen message for paused capture, shown when the user should press the capture button to start scenario. I.e., "Scan document." |
LOOKING_FOR_DOCUMENT_TIP | Screen message for automatic capture cases, shown when the camera should be pointed at the document. I.e., "Looking for document." |
CROP_DOCUMENT_TIP | Screen message shown permanently at a crop screen as an action tip. I.e. "Adjust the crop frame". |
COMPLETE_TIP | Screen message shown at a capture process completion. I.e. "Capture complete". |
3/2/2022 12:59:15 PM