DocumentDataExtractionStatus enum
The status of the extraction process.
Values
- OK → const DocumentDataExtractionStatus
-
The document data was extracted.
- OK_BUT_INVALID_DOCUMENT → const DocumentDataExtractionStatus
-
The document data was extracted. Some fields in the document have failed validation, e.g. because the document is damaged, not authentic, or does not have all required fields.
- OK_BUT_NOT_CONFIRMED → const DocumentDataExtractionStatus
-
The document data was extracted. Some fields have not yet been confirmed.
- SCANNING_IN_PROGRESS_STILL_FOCUSING → const DocumentDataExtractionStatus
-
Document data extraction in progress. Waiting for camera to finish focusing.
- ERROR_NOTHING_FOUND → const DocumentDataExtractionStatus
-
No document was detected.
- ERROR_BAD_CROP → const DocumentDataExtractionStatus
-
A document was detected at an angle or distance that would result in a poor quality crop.
- ERROR_UNKNOWN_DOCUMENT → const DocumentDataExtractionStatus
-
A document was detected, but it does not match any supported document format.
- ERROR_UNACCEPTABLE_DOCUMENT → const DocumentDataExtractionStatus
-
A supported document was detected, but it is unacceptable in the current configuration.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
DocumentDataExtractionStatus> - A constant List of the values in this enum, in order of their declaration.