GraphicFieldType enum
Enumeration contains identifiers that determine the logical type of the graphic data obtained while reading the document filling fields or barcodes.
Values
- UNKNOWN → const GraphicFieldType
-
Will be returned if getByValue if a non-existent was passed.
const GraphicFieldType(-1) - PORTRAIT → const GraphicFieldType
-
Photo of the document owner.
const GraphicFieldType(201) - FINGERPR → const GraphicFieldType
-
Fingerprint of the document owner.
const GraphicFieldType(202) - EYE → const GraphicFieldType
-
Iris of the document owner.
const GraphicFieldType(203) - SIGNATURE → const GraphicFieldType
-
Signature of the document owner.
const GraphicFieldType(204) - BAR_CODE → const GraphicFieldType
-
Barcode image.
const GraphicFieldType(205) - PROOF_OF_CITIZENSHIP → const GraphicFieldType
-
Image of the citizenship proving document.
const GraphicFieldType(206) - DOCUMENT_IMAGE → const GraphicFieldType
-
Document image.
const GraphicFieldType(207) - COLOR_DYNAMIC → const GraphicFieldType
-
Color dynamic area in the document.
const GraphicFieldType(209) - GHOST_PORTRAIT → const GraphicFieldType
-
Ghost portrait.
const GraphicFieldType(210) - STAMP → const GraphicFieldType
-
Stamp.
const GraphicFieldType(211) - PORTRAIT_OF_CHILD → const GraphicFieldType
-
Portrait of child.
const GraphicFieldType(212) - CONTACT_CHIP → const GraphicFieldType
-
Contact chip.
const GraphicFieldType(213) - OTHER → const GraphicFieldType
-
Other image type.
const GraphicFieldType(250) - FINGER_LEFT_THUMB → const GraphicFieldType
-
Fingerprint, left thumb.
const GraphicFieldType(300) - FINGER_LEFT_INDEX → const GraphicFieldType
-
Fingerprint, left index.
const GraphicFieldType(301) - FINGER_LEFT_MIDDLE → const GraphicFieldType
-
Fingerprint, left middle.
const GraphicFieldType(302) - FINGER_LEFT_RING → const GraphicFieldType
-
Fingerprint, left ring.
const GraphicFieldType(303) - FINGER_LEFT_LITTLE → const GraphicFieldType
-
Fingerprint, left little.
const GraphicFieldType(304) - FINGER_RIGHT_THUMB → const GraphicFieldType
-
Fingerprint, right thumb.
const GraphicFieldType(305) - FINGER_RIGHT_INDEX → const GraphicFieldType
-
Fingerprint, right index.
const GraphicFieldType(306) - FINGER_RIGHT_MIDDLE → const GraphicFieldType
-
Fingerprint, right middle.
const GraphicFieldType(307) - FINGER_RIGHT_RING → const GraphicFieldType
-
Fingerprint, right ring.
const GraphicFieldType(308) - FINGER_RIGHT_LITTLE → const GraphicFieldType
-
Fingerprint, right little.
const GraphicFieldType(309)
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 → 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.