ImageStatus enum

Inheritance
Available extensions

Values

QUALITY_OK → const ImageStatus

The quality of the image has been verified and is ok */

QUALITY_NOT_VERIFIED → const ImageStatus

The quality of the image hasn't been check. The picture has been taken manually. */

QUALITY_ERROR_BLUR → const ImageStatus

The quality of the image has been verified and the image is blurred */

QUALITY_ERROR_GLARE → const ImageStatus

The quality of the image has been verified and the image contains glare */

NO_MRZ_FOUND → const ImageStatus

No mrz has been found on the given image */

INVALID_MRZ → const ImageStatus

The mrz find in the document is not valid */

UNEXPECTED_DOCUMENT_TYPE → const ImageStatus

The document find on the image is not the expected document */

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<ImageStatus>
A constant List of the values in this enum, in order of their declaration.