BlinkIdScanningResult class

Represents the results of scanning a document.

This class contains the results of scanning a document, including the extracted data and images from the document.

Constructors

BlinkIdScanningResult.new(Map<String, dynamic> nativeBlinkIdScanningResult)
Represents the results of scanning a document.

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
additionalPersonalIdNumber StringResult?
The additional personal identification number.
getter/setter pair
address StringResult?
The address of the document owner.
getter/setter pair
barcodeInputImage String?
Returns the input image containing parsable barcode. or null if the barcode input image is not available.
getter/setter pair
bloodType StringResult?
The blood type of the document owner.
getter/setter pair
certificateNumber StringResult?
The certificate number of the document owner.
getter/setter pair
countryCode StringResult?
The country code of the document owner.
getter/setter pair
dataMatchResult DataMatchResult?
Info on whether the data extracted from multiple sides matches.
getter/setter pair
dateOfBirth DateResult<StringResult>?
The date of birth of the document owner.
getter/setter pair
dateOfExpiry DateResult<StringResult>?
The date of expiry of the document.
getter/setter pair
dateOfExpiryPermanent bool?
Determines if date of expiry is permanent.
getter/setter pair
dateOfIssue DateResult<StringResult>?
The date of issue of the document.
getter/setter pair
dependentsInfo List<DependentInfo>?
The dependents info.
getter/setter pair
documentAdditionalNumber StringResult?
The additional number of the document.
getter/setter pair
documentClassInfo DocumentClassInfo?
The document class information.
getter/setter pair
documentNumber StringResult?
The document number.
getter/setter pair
documentOptionalAdditionalNumber StringResult?
The one more additional number of the document.
getter/setter pair
documentSubtype StringResult?
The transcription of the document subtype.
getter/setter pair
driverLicenseDetailedInfo DriverLicenseDetailedInfo<StringResult>?
The driver license detailed info.
getter/setter pair
eligibilityCategory StringResult?
The eligibility category.
getter/setter pair
employer StringResult?
The employer of the document owner.
getter/setter pair
faceImage DetailedCroppedImageResult?
Returns the cropped face image with additional info. or null if the face image is not available.
getter/setter pair
fathersName StringResult?
The fathers name of the document owner.
getter/setter pair
firstDocumentImage String?
Returns the cropped document image for the first scanning side. or null if the document image is not available.
getter/setter pair
firstInputImage String?
Returns the input image for the first scanning side in the Base64 format. or null if the input image is not available.
getter/setter pair
firstName StringResult?
The first name of the document owner.
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
manufacturingYear StringResult?
The manufacturing year.
getter/setter pair
maritalStatus StringResult?
The marital status of the document owner.
getter/setter pair
mothersName StringResult?
The mothers name of the document owner.
getter/setter pair
nationalInsuranceNumber StringResult?
The national insurance number of the document owner.
getter/setter pair
nationality StringResult?
The nationality of the document 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
profession StringResult?
The profession of the document owner.
getter/setter pair
race StringResult?
The race of the document owner.
getter/setter pair
recognitionMode RecognitionMode?
Scanning mode used to scan the current document.
getter/setter pair
religion StringResult?
The religion of the document owner.
getter/setter pair
remarks StringResult?
The remarks on the residence permit.
getter/setter pair
residencePermitType StringResult?
The residence permit type.
getter/setter pair
residentialStatus StringResult?
The residential status of the document owner.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondDocumentImage String?
Returns the cropped document image for the second scanning side. or null if the document image is not available.
getter/setter pair
secondInputImage String?
Returns the input image for the second scanning side in the Base64 format. or null if the input image is not available.
getter/setter pair
sex StringResult?
The sex of the document owner.
getter/setter pair
signatureImage DetailedCroppedImageResult?
Returns the cropped signature image with additional info. or null if the signature image is not available.
getter/setter pair
specificDocumentValidity StringResult?
The specific document validity.
getter/setter pair
The sponsor of the document owner.
getter/setter pair
subResults List<SingleSideScanningResult>?
The results of scanning each side of the document.
getter/setter pair
vehicleType StringResult?
The vehicle type.
getter/setter pair
visaType StringResult?
The visa type of the document.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited