BlinkIdMultiSideRecognizerResult class

Result object for BlinkIdMultiSideRecognizer.

Inheritance

Constructors

BlinkIdMultiSideRecognizerResult(Map<String, dynamic> nativeResult)

Properties

additionalAddressInformation StringResult?
The additional address information of the document owner.
getter/setter pair
additionalNameInformation StringResult?
The additional name information of the document owner.
getter/setter pair
additionalOptionalAddressInformation StringResult?
The one more additional address information of the document owner.
getter/setter pair
address StringResult?
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
backAdditionalProcessingInfo AdditionalProcessingInfo?
Additional info on processing of the back side.
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
dataMatch DataMatchResult?
Detailed info on data match.
getter/setter pair
dateOfBirth DateResult?
The date of birth of the document owner.
getter/setter pair
dateOfExpiry DateResult?
The date of expiry of the document.
getter/setter pair
dateOfExpiryPermanent bool?
Determines if date of expiry is permanent.
getter/setter pair
dateOfIssue DateResult?
The date of issue of the document.
getter/setter pair
documentAdditionalNumber StringResult?
The additional number of the document.
getter/setter pair
documentDataMatch DataMatchState?
Returns DataMatchStateSuccess if data from scanned parts/sides of the document match, DataMatchStateFailed 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 DataMatchStateFailed. Result will be DataMatchStateSuccess only if scanned values for all fields that are compared are the same.
getter/setter pair
documentNumber StringResult?
The document number.
getter/setter pair
documentOptionalAdditionalNumber StringResult?
The one more additional number of the document.
getter/setter pair
driverLicenseDetailedInfo DriverLicenseDetailedInfo?
The driver license detailed info.
getter/setter pair
employer StringResult?
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
faceImageLocation Rectangle?
face image location from the document if enabled with returnFaceImage property.
getter/setter pair
faceImageSide DocumentSide?
side of document that face image is located on if enabled with returnFaceImage property.
getter/setter pair
fathersName StringResult?
The father's name of the document owner.
getter/setter pair
firstName StringResult?
The first name of the document owner.
getter/setter pair
frontAdditionalProcessingInfo AdditionalProcessingInfo?
Additional info on processing of the front side.
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 StringResult?
The full name of the document owner.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuingAuthority StringResult?
The issuing authority of the document.
getter/setter pair
lastName StringResult?
The last name of the document owner.
getter/setter pair
localizedName StringResult?
The localized name of the document owner.
getter/setter pair
maritalStatus StringResult?
The marital status of the document owner.
getter/setter pair
mothersName StringResult?
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 StringResult?
The nationality of the documet owner.
getter/setter pair
personalIdNumber StringResult?
The personal identification number.
getter/setter pair
placeOfBirth StringResult?
The place of birth of the document owner.
getter/setter pair
processingStatus ProcessingStatus?
Defines status of the last recognition process.
getter/setter pair
profession StringResult?
The profession of the document owner.
getter/setter pair
race StringResult?
The race of the document owner.
getter/setter pair
recognitionMode RecognitionMode?
Recognition mode used to scan current document.
getter/setter pair
religion StringResult?
The religion of the document owner.
getter/setter pair
residentialStatus StringResult?
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 StringResult?
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