ImageStatus enum
Return the status of the image captured. Provide quality info or potential document error.
Values
- qualityOk → const ImageStatus
-
The quality of the image has been verified and is ok */
const ImageStatus('QUALITY_OK') - qualityNotVerified → const ImageStatus
-
The quality of the image hasn't been check. The picture has been taken manually. */
const ImageStatus('QUALITY_NOT_VERIFIED') - qualityErrorBlur → const ImageStatus
-
The quality of the image has been verified and the image is blurred */
const ImageStatus('QUALITY_ERROR_BLUR') - qualityErrorGlare → const ImageStatus
-
The quality of the image has been verified and the image contains glare */
const ImageStatus('QUALITY_ERROR_GLARE') - noMrzFound → const ImageStatus
-
No mrz has been found on the given image */
const ImageStatus('NO_MRZ_FOUND') - invalidMrz → const ImageStatus
-
The mrz find in the document is not valid */
const ImageStatus('INVALID_MRZ') - unexpectedDocumentType → const ImageStatus
-
The document find on the image is not the expected document */
const ImageStatus('UNEXPECTED_DOCUMENT_TYPE')
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
- value → String
-
final
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<
ImageStatus> - A constant List of the values in this enum, in order of their declaration.