DocReaderAction enum
Contains all possible DocumentReaderNotification callback codes
Values
- COMPLETE → const DocReaderAction
-
Processing finished, the results were received
const DocReaderAction(0)
- PROCESS → const DocReaderAction
-
Processing didn't finish, intermediate results may be obtained
const DocReaderAction(1)
- MORE_PAGES_AVAILABLE → const DocReaderAction
-
Processing of a page is completed, the next one can be processed
const DocReaderAction(2)
- CANCEL → const DocReaderAction
-
Processing was cancelled, incomplete results may be obtained
const DocReaderAction(3)
- ERROR → const DocReaderAction
-
An error occurred during processing, incomplete results may be obtained
const DocReaderAction(4)
- PROCESS_WHITE_FLASHLIGHT → const DocReaderAction
-
Processing of a hologram is started
const DocReaderAction(5)
- TIMEOUT → const DocReaderAction
-
Processing is finished by timeout, intermediate results can be received. Processing finishes due to non-compliance with the image quality requirements
const DocReaderAction(6)
- PROCESSING_ON_SERVICE → const DocReaderAction
-
Online processing is started
const DocReaderAction(7)
- PROCESS_WHITE_UV_IMAGES → const DocReaderAction
-
Processing didn't finish, intermediate results may be obtained, UV images may be obtained
const DocReaderAction(102)
- PROCESS_IR_FRAME → const DocReaderAction
-
Processing didn't finish, intermediate results may be obtained, IR images may be obtained
const DocReaderAction(103)
Properties
Methods
-
finished(
) → bool -
interrupted(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stopped(
) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getByValue(
int? i) → DocReaderAction?
Constants
-
values
→ const List<
DocReaderAction> - A constant List of the values in this enum, in order of their declaration.