IdBarcodeRecognizerResult class
Result object for IdBarcodeRecognizer.
- Inheritance
-
- Object
- RecognizerResult
- IdBarcodeRecognizerResult
Constructors
-
IdBarcodeRecognizerResult(Map<
String, dynamic> nativeResult)
Properties
- additionalNameInformation ↔ String?
-
The additional name information of the document owner.
getter/setter pair
- address ↔ String?
-
The address of the document owner.
getter/setter pair
- age ↔ int?
-
The current age of the document owner in years. It is calculated difference
between now and date of birth. Now is current time on the device.
@return current age of the document owner in years or -1 if date of birth is unknown.
getter/setter pair
- barcodeType ↔ BarcodeType?
-
Type of the barcode scanned
getter/setter pair
- city ↔ String?
-
The city address portion of the document owner.
getter/setter pair
- dateOfBirth ↔ Date?
-
The date of birth of the document owner.
getter/setter pair
- dateOfExpiry ↔ Date?
-
The date of expiry of the document.
getter/setter pair
- dateOfIssue ↔ Date?
-
The date of issue of the document.
getter/setter pair
- documentAdditionalNumber ↔ String?
-
The additional number of the document.
getter/setter pair
- documentNumber ↔ String?
-
The document number.
getter/setter pair
- documentType ↔ IdBarcodeDocumentType?
-
The document type deduced from the recognized barcode
getter/setter pair
- employer ↔ String?
-
The employer of the document owner.
getter/setter pair
- endorsements ↔ String?
-
The additional privileges granted to the driver license owner.
getter/setter pair
- expired ↔ bool?
-
Checks whether the document has expired or not by comparing the current
time on the device with the date of expiry.
getter/setter pair
- extendedElements ↔ BarcodeElements?
-
Document specific extended elements that contain all barcode fields in their original form.
getter/setter pair
- firstName ↔ String?
-
The first name of the document owner.
getter/setter pair
- fullName ↔ String?
-
The full name of the document owner.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuingAuthority ↔ String?
-
The issuing authority of the document.
getter/setter pair
- jurisdiction ↔ String?
-
The jurisdiction code address portion of the document owner.
getter/setter pair
- lastName ↔ String?
-
The last name of the document owner.
getter/setter pair
- maritalStatus ↔ String?
-
The marital status of the document owner.
getter/setter pair
- middleName ↔ String?
-
The middle name of the document owner.
getter/setter pair
- nationality ↔ String?
-
The nationality of the documet owner.
getter/setter pair
- personalIdNumber ↔ String?
-
The personal identification number.
getter/setter pair
- placeOfBirth ↔ String?
-
The place of birth of the document owner.
getter/setter pair
- postalCode ↔ String?
-
The postal code address portion of the document owner.
getter/setter pair
- profession ↔ String?
-
The profession of the document owner.
getter/setter pair
- race ↔ String?
-
The race of the document owner.
getter/setter pair
- rawData ↔ String?
-
Byte array with result of the scan
getter/setter pair
- religion ↔ String?
-
The religion of the document owner.
getter/setter pair
- residentialStatus ↔ String?
-
The residential stauts of the document owner.
getter/setter pair
- restrictions ↔ String?
-
The restrictions to driving privileges for the driver license owner.
getter/setter pair
- resultState ↔ RecognizerResultState
-
State of the result. It is always one of the values represented by RecognizerResultState enum
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sex ↔ String?
-
The sex of the document owner.
getter/setter pair
- street ↔ String?
-
The street address portion of the document owner.
getter/setter pair
- stringData ↔ String?
-
Retrieves string content of scanned data
getter/setter pair
- uncertain ↔ bool?
-
Flag indicating uncertain scanning data
E.g obtained from damaged barcode.
getter/setter pair
- vehicleClass ↔ String?
-
The type of vehicle the driver license owner has privilege to drive.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited