DocReaderAction enum

Contains all possible DocumentReaderNotification callback codes

Inheritance

Constructors

DocReaderAction(int value)
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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.