ProcessingStatus enum

Defines status of the last recognition process.

Inheritance

Constructors

ProcessingStatus()
const

Values

Success → const ProcessingStatus

Recognition was successful.

DetectionFailed → const ProcessingStatus

Detection of the document failed.

ImagePreprocessingFailed → const ProcessingStatus

Preprocessing of the input image has failed.

StabilityTestFailed → const ProcessingStatus

Recognizer has inconsistent results.

ScanningWrongSide → const ProcessingStatus

Wrong side of the document has been scanned.

FieldIdentificationFailed → const ProcessingStatus

Identification of the fields present on the document has failed.

MandatoryFieldMissing → const ProcessingStatus

Mandatory field for the specific document is missing.

InvalidCharactersFound → const ProcessingStatus

Result contains invalid characters in some of the fields.

ImageReturnFailed → const ProcessingStatus

Failed to return a requested image.

BarcodeRecognitionFailed → const ProcessingStatus

Reading or parsing of the barcode has failed.

MrzParsingFailed → const ProcessingStatus

Parsing of the MRZ has failed.

ClassFiltered → const ProcessingStatus

Document class has been filtered out.

UnsupportedClass → const ProcessingStatus

Document currently not supported by the recognizer.

UnsupportedByLicense → const ProcessingStatus

License for the detected document is missing.

AwaitingOtherSide → const ProcessingStatus

Front side recognition has completed successfully, and recognizer is waiting for the other side to be scanned.

NotScanned → const ProcessingStatus

Side not scanned.

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ProcessingStatus>
A constant List of the values in this enum, in order of their declaration.