GraphicFieldType enum

Enumeration contains identifiers that determine the logical type of the graphic data obtained while reading the document filling fields or barcodes.

Inheritance

Constructors

GraphicFieldType(int value)
const

Values

UNKNOWN → const GraphicFieldType

Will be returned if getByValue if a non-existent was passed.

GraphicFieldType(-1)
PORTRAIT → const GraphicFieldType

Photo of the document owner.

GraphicFieldType(201)
FINGERPR → const GraphicFieldType

Fingerprint of the document owner.

GraphicFieldType(202)
EYE → const GraphicFieldType

Iris of the document owner.

GraphicFieldType(203)
SIGNATURE → const GraphicFieldType

Signature of the document owner.

GraphicFieldType(204)
BAR_CODE → const GraphicFieldType

Barcode image.

GraphicFieldType(205)
PROOF_OF_CITIZENSHIP → const GraphicFieldType

Image of the citizenship proving document.

GraphicFieldType(206)
DOCUMENT_IMAGE → const GraphicFieldType

Document image.

GraphicFieldType(207)
COLOR_DYNAMIC → const GraphicFieldType

Color dynamic area in the document.

GraphicFieldType(209)
GHOST_PORTRAIT → const GraphicFieldType

Ghost portrait.

GraphicFieldType(210)
STAMP → const GraphicFieldType

Stamp.

GraphicFieldType(211)
PORTRAIT_OF_CHILD → const GraphicFieldType

Portrait of child.

GraphicFieldType(212)
OTHER → const GraphicFieldType

Other image type.

GraphicFieldType(250)
FINGER_LEFT_THUMB → const GraphicFieldType

Fingerprint, left thumb.

GraphicFieldType(300)
FINGER_LEFT_INDEX → const GraphicFieldType

Fingerprint, left index.

GraphicFieldType(301)
FINGER_LEFT_MIDDLE → const GraphicFieldType

Fingerprint, left middle.

GraphicFieldType(302)
FINGER_LEFT_RING → const GraphicFieldType

Fingerprint, left ring.

GraphicFieldType(303)
FINGER_LEFT_LITTLE → const GraphicFieldType

Fingerprint, left little.

GraphicFieldType(304)
FINGER_RIGHT_THUMB → const GraphicFieldType

Fingerprint, right thumb.

GraphicFieldType(305)
FINGER_RIGHT_INDEX → const GraphicFieldType

Fingerprint, right index.

GraphicFieldType(306)
FINGER_RIGHT_MIDDLE → const GraphicFieldType

Fingerprint, right middle.

GraphicFieldType(307)
FINGER_RIGHT_RING → const GraphicFieldType

Fingerprint, right ring.

GraphicFieldType(308)
FINGER_RIGHT_LITTLE → const GraphicFieldType

Fingerprint, right little.

GraphicFieldType(309)

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
value int
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

Static Methods

getByValue(int? i) GraphicFieldType?

Constants

values → const List<GraphicFieldType>
A constant List of the values in this enum, in order of their declaration.
[UNKNOWN, PORTRAIT, FINGERPR, EYE, SIGNATURE, BAR_CODE, PROOF_OF_CITIZENSHIP, DOCUMENT_IMAGE, COLOR_DYNAMIC, GHOST_PORTRAIT, STAMP, PORTRAIT_OF_CHILD, OTHER, FINGER_LEFT_THUMB, FINGER_LEFT_INDEX, FING…