BlinkIdScanningResult

data class BlinkIdScanningResult(val mode: RecognitionMode, val documentClassInfo: DocumentClassInfo, val dataMatchResult: DataMatchResult?, val firstName: StringResult?, val lastName: StringResult?, val fullName: StringResult?, val additionalNameInformation: StringResult?, val localizedName: StringResult?, val fathersName: StringResult?, val mothersName: StringResult?, val address: StringResult?, val additionalAddressInformation: StringResult?, val additionalOptionalAddressInformation: StringResult?, val placeOfBirth: StringResult?, val nationality: StringResult?, val race: StringResult?, val religion: StringResult?, val profession: StringResult?, val maritalStatus: StringResult?, val residentialStatus: StringResult?, val employer: StringResult?, val sex: StringResult?, val sponsor: StringResult?, val bloodType: StringResult?, val documentNumber: StringResult?, val personalIdNumber: StringResult?, val documentAdditionalNumber: StringResult?, val documentOptionalAdditionalNumber: StringResult?, val additionalPersonalIdNumber: StringResult?, val issuingAuthority: StringResult?, val documentSubtype: StringResult?, val remarks: StringResult?, val residencePermitType: StringResult?, val manufacturingYear: StringResult?, val vehicleType: StringResult?, val eligibilityCategory: StringResult?, val specificDocumentValidity: StringResult?, val visaType: StringResult?, val dateOfBirth: DateResult<StringResult?>?, val dateOfIssue: DateResult<StringResult?>?, val dateOfExpiry: DateResult<StringResult?>?, val dateOfExpiryPermanent: Boolean?, val driverLicenseDetailedInfo: DriverLicenseDetailedInfo<StringResult?>?, val dependentsInfo: Array<DependentInfo>?, inputImagesScanningSide: Array<ScanningSide>?, barcodeInputImageScanningSide: ScanningSide?, documentImagesScanningSide: Array<ScanningSide>?, faceImageScanningSide: ScanningSide?, signatureImageScanningSide: ScanningSide?, val subResults: List<SingleSideScanningResult>)

Represents the results of scanning a document.

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

Constructors

Link copied to clipboard
constructor(mode: RecognitionMode, documentClassInfo: DocumentClassInfo, dataMatchResult: DataMatchResult?, firstName: StringResult?, lastName: StringResult?, fullName: StringResult?, additionalNameInformation: StringResult?, localizedName: StringResult?, fathersName: StringResult?, mothersName: StringResult?, address: StringResult?, additionalAddressInformation: StringResult?, additionalOptionalAddressInformation: StringResult?, placeOfBirth: StringResult?, nationality: StringResult?, race: StringResult?, religion: StringResult?, profession: StringResult?, maritalStatus: StringResult?, residentialStatus: StringResult?, employer: StringResult?, sex: StringResult?, sponsor: StringResult?, bloodType: StringResult?, documentNumber: StringResult?, personalIdNumber: StringResult?, documentAdditionalNumber: StringResult?, documentOptionalAdditionalNumber: StringResult?, additionalPersonalIdNumber: StringResult?, issuingAuthority: StringResult?, documentSubtype: StringResult?, remarks: StringResult?, residencePermitType: StringResult?, manufacturingYear: StringResult?, vehicleType: StringResult?, eligibilityCategory: StringResult?, specificDocumentValidity: StringResult?, visaType: StringResult?, dateOfBirth: DateResult<StringResult?>?, dateOfIssue: DateResult<StringResult?>?, dateOfExpiry: DateResult<StringResult?>?, dateOfExpiryPermanent: Boolean?, driverLicenseDetailedInfo: DriverLicenseDetailedInfo<StringResult?>?, dependentsInfo: Array<DependentInfo>?, inputImagesScanningSide: Array<ScanningSide>?, barcodeInputImageScanningSide: ScanningSide?, documentImagesScanningSide: Array<ScanningSide>?, faceImageScanningSide: ScanningSide?, signatureImageScanningSide: ScanningSide?, subResults: List<SingleSideScanningResult>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The additional address information of the document owner

Link copied to clipboard

The additional name information of the document owner

Link copied to clipboard

The one more additional address information of the document owner

Link copied to clipboard

The additional personal identification number.

Link copied to clipboard

The address of the document owner

Link copied to clipboard

The blood type of the document owner.

Link copied to clipboard

Info on whether the data extracted from multiple sides matches

Link copied to clipboard

The date of birth of the document owner.

Link copied to clipboard

The date of expiry of the document.

Link copied to clipboard

Determines if date of expiry is permanent.

Link copied to clipboard

The date of issue of the document.

Link copied to clipboard

The dependents info.

Link copied to clipboard

The additional number of the document.

Link copied to clipboard

The document class information

Link copied to clipboard

The document number.

Link copied to clipboard

The one more additional number of the document.

Link copied to clipboard

The transcription of the document subtype.

Link copied to clipboard

The driver license detailed info.

Link copied to clipboard

The eligibility category.

Link copied to clipboard

The employer of the document owner.

Link copied to clipboard

The fathers name of the document owner

Link copied to clipboard

The first name of the document owner

Link copied to clipboard

The full name of the document owner

Link copied to clipboard

The issuing authority of the document.

Link copied to clipboard

The last name of the document owner

Link copied to clipboard

The localized name of the document owner

Link copied to clipboard

The manufacturing year.

Link copied to clipboard

The marital status of the document owner.

Link copied to clipboard

Scanning mode used to scan current document

Link copied to clipboard

The mothers name of the document owner

Link copied to clipboard

The nationality of the document owner.

Link copied to clipboard

The personal identification number.

Link copied to clipboard

The place of birth of the document owner

Link copied to clipboard

The profession of the document owner.

Link copied to clipboard

The race of the document owner.

Link copied to clipboard

The religion of the document owner.

Link copied to clipboard

The remarks on the residence permit.

Link copied to clipboard

The residence permit type.

Link copied to clipboard

The residential status of the document owner.

Link copied to clipboard

The sex of the document owner.

Link copied to clipboard

The specific document validity.

Link copied to clipboard

The sponsor of the document owner.

Link copied to clipboard

The results of scanning each side of the document.

Link copied to clipboard

The vehicle type.

Link copied to clipboard

The visa type of the document.

Functions

Link copied to clipboard

Returns the input image containing parsable barcode.

Link copied to clipboard

Returns the cropped document image for the given scanning side.

Link copied to clipboard

Returns the cropped face image with additional info.

Link copied to clipboard

Returns the input image for the given scanning side.

Link copied to clipboard

Returns the cropped signature image with additional info.