BlinkIdSingleSideRecognizerResult class

Result object for BlinkIdSingleSideRecognizer.

Inheritance

Constructors

BlinkIdSingleSideRecognizerResult(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
additionalProcessingInfo AdditionalProcessingInfo?
Additional info on processing.
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
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 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
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
fullDocumentImage String?
full document image 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
imageAnalysisResult ImageAnalysisResult?
Defines possible color and moire statuses determined from scanned image.
getter/setter pair
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
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
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