FrameStatus enum

Enum indicating the status of a frame coming from the device's camera.

Inheritance

Constructors

FrameStatus()
const

Values

INITIALIZING → const FrameStatus

The camera is currently initializing.

PREPARING → const FrameStatus

The camera is preparing to capture the frame.

PROCESSING → const FrameStatus

The camera is currently processing the frame.

DOCUMENT_NOT_FOUND → const FrameStatus

There is no document found inside the frame.

DOCUMENT_FOUND → const FrameStatus

There is a document found in the frame.

DOCUMENT_TOO_BIG → const FrameStatus

The size of the document is too large within the frame.

DOCUMENT_TOO_SMALL → const FrameStatus

The size of the document is too small within the frame.

DOCUMENT_NOT_IN_CENTER → const FrameStatus

The document is not in the center of frame.

CANNOT_GRAB_DOCUMENT → const FrameStatus

The processor cannot grab face from the document.

NO_FACE_FOUND → const FrameStatus

There is no face found inside the frame.

FACE_FOUND → const FrameStatus

There is a face found inside the frame.

FACE_TOO_BIG → const FrameStatus

The size of the face is too large within the frame.

FACE_TOO_SMALL → const FrameStatus

The size of the face is too small within the frame.

FACE_NOT_IN_CENTER → const FrameStatus

The face is not in the center of frame.

MULTIPLE_FACES_FOUND → const FrameStatus

There are multiple faces found inside the frame.

CANNOT_GRAB_FACE → const FrameStatus

The processor cannot grab the face from the frame.

FACE_BLOCKAGE_FOUND → const FrameStatus

The face is blocked

DOCUMENT_BLUR → const FrameStatus

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