BlinkIdCombinedRecognizerResult class

Result object for BlinkIdCombinedRecognizer.

Inheritance

Constructors

BlinkIdCombinedRecognizerResult(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
backCameraFrame String?
The back raw camera frame.
getter/setter pair
backImageAnalysisResult ImageAnalysisResult?
Defines possible color and moire statuses determined from scanned back image.
getter/setter pair
backProcessingStatus ProcessingStatus?
Status of the last back side recognition process.
getter/setter pair
backVizResult VizResult?
Defines the data extracted from the back side visual inspection zone.
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
classInfo ClassInfo?
The classification information.
getter/setter pair
dataMatchDetailedInfo DataMatchDetailedInfo?
Detailed info on data match.
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
documentDataMatch DataMatchResult?
Returns DataMatchResultSuccess if data from scanned parts/sides of the document match, DataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side of the document and values do not match, this method will return DataMatchResultFailed. Result will be DataMatchResultSuccess only if scanned values for all fields that are compared are the same.
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
frontCameraFrame String?
The front raw camera frame.
getter/setter pair
frontImageAnalysisResult ImageAnalysisResult?
Defines possible color and moire statuses determined from scanned front image.
getter/setter pair
frontProcessingStatus ProcessingStatus?
Status of the last front side recognition process.
getter/setter pair
frontVizResult VizResult?
Defines the data extracted from the front side visual inspection zone.
getter/setter pair
fullDocumentBackImage String?
back side image of the document if enabled with returnFullDocumentImage property.
getter/setter pair
fullDocumentFrontImage String?
front side image of the document 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
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
scanningFirstSideDone bool?
Returns true if recognizer has finished scanning first side and is now scanning back side, false if it's still scanning first side.
getter/setter pair
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

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