FieldType enum

Represents all possible field types that can be extracted from the document.

Inheritance
Available extensions

Values

additionalAddressInformation → const FieldType
additionalNameInformation → const FieldType
additionalOptionalAddressInformation → const FieldType
additionalPersonalIdNumber → const FieldType
address → const FieldType
classEffectiveDate → const FieldType
classExpiryDate → const FieldType
conditions → const FieldType
dateOfBirth → const FieldType
dateOfExpiry → const FieldType
dateOfIssue → const FieldType
documentAdditionalNumber → const FieldType
documentOptionalAdditionalNumber → const FieldType
documentNumber → const FieldType
employer → const FieldType
endorsements → const FieldType
fathersName → const FieldType
firstName → const FieldType
fullName → const FieldType
issuingAuthority → const FieldType
lastName → const FieldType
licenceType → const FieldType
localizedName → const FieldType
maritalStatus → const FieldType
mothersName → const FieldType
mrz → const FieldType
nationality → const FieldType
personalIdNumber → const FieldType
placeOfBirth → const FieldType
profession → const FieldType
race → const FieldType
religion → const FieldType
residentialStatus → const FieldType
restrictions → const FieldType
sex → const FieldType
vehicleClass → const FieldType
bloodType → const FieldType
visaType → const FieldType
documentSubtype → const FieldType
remarks → const FieldType
residencePermitType → const FieldType
manufacturingYear → const FieldType
vehicleType → const FieldType
dependentDateOfBirth → const FieldType
dependentSex → const FieldType
dependentDocumentNumber → const FieldType
dependentFullName → const FieldType
eligibilityCategory → const FieldType
specificDocumentValidity → const FieldType
vehicleOwner → const FieldType
nationalInsuranceNumber → const FieldType
countryCode → const FieldType
certificateNumber → const FieldType

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

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