BlinkIdRecognizerResult class

Result object for BlinkIdRecognizer.

Inheritance

Constructors

BlinkIdRecognizerResult(Map<String, dynamic> nativeResult)

Properties

additionalAddressInformation String?
The additional address information of the document owner.
getter/setter pair
additionalNameInformation String?
The additional name information of the document owner.
getter/setter pair
additionalOptionalAddressInformation String?
The one more additional address 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
barcodeCameraFrame String?
The barcode raw camera frame.
getter/setter pair
barcodeResult BarcodeResult?
Defines the data extracted from the barcode.
getter/setter pair
cameraFrame String?
The raw camera frame.
getter/setter pair
classInfo ClassInfo?
The classification information.
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
dateOfExpiryPermanent bool?
Determines if date of expiry is permanent.
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
documentOptionalAdditionalNumber String?
The one more additional number of the document.
getter/setter pair
driverLicenseDetailedInfo DriverLicenseDetailedInfo?
The driver license detailed info.
getter/setter pair
employer String?
The employer of the document 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
faceImage String?
face image from the document if enabled with returnFaceImage property.
getter/setter pair
fathersName String?
The father's name of the document owner.
getter/setter pair
firstName String?
The first name of the document owner.
getter/setter pair
fullDocumentImage String?
full document image if enabled with returnFullDocumentImage property.
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
imageAnalysisResult ImageAnalysisResult?
Defines possible color and moire statuses determined from scanned image.
getter/setter pair
issuingAuthority String?
The issuing authority of the document.
getter/setter pair
lastName String?
The last name of the document owner.
getter/setter pair
localizedName String?
The localized name of the document owner.
getter/setter pair
maritalStatus String?
The marital status of the document owner.
getter/setter pair
mothersName String?
The mother's name of the document owner.
getter/setter pair
mrzResult MrzResult?
The data extracted from the machine readable zone
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
processingStatus ProcessingStatus?
Defines status of the last recognition process.
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
recognitionMode RecognitionMode?
Recognition mode used to scan current document.
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
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
signatureImage String?
image of the signature if enabled with returnSignatureImage property.
getter/setter pair
vizResult VizResult?
Defines the data extracted from the visual inspection zone
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