Mobile Document Result
Defined in package com.scandit.datacapture.id.capture
- MobileDocumentResult
class MobileDocumentResultAdded in version 7.5.0
This class represents data extracted from mobile identity documents. It contains information from mobile driver’s licenses and other mobile identity documents that comply with various standards such as ISO 18013-5. Some properties may not apply to certain document types and will be set to nil if the corresponding data is not available in the mobile document.
- portrait
val portrait: Bitmap?
Added in version 7.5.0
The portrait image of the document holder as bitmap.
- issuingAuthority
val issuingAuthority: String
Added in version 7.5.0
The authority that issued the mobile document.
- administrativeNumber
val administrativeNumber: String?
Added in version 7.5.0
The administrative number associated with the mobile document.
- birthPlace
val birthPlace: String?
Added in version 7.5.0
The place of birth of the document holder.
- drivingLicenseCategories
val drivingLicenseCategories: List<DrivingLicenseCategory>
Added in version 7.5.0
The list of driving license categories associated with the mobile document. Each category contains information about the type of vehicle the holder is authorized to operate and the validity period of the authorization.
- residentCity
val residentCity: String?
Added in version 7.5.0
The city of residence of the document holder.
- residentCountry
val residentCountry: String?
Added in version 7.5.0
The country of residence of the document holder.
- dateOfBirth
val dateOfBirth: DateResult?
Added in version 7.5.0
The date of birth of the document holder.
- issuingCountryIso
val issuingCountryIso: String?
Added in version 7.5.0
The ISO code of the issuing country.
- issuingJurisdictionIso
val issuingJurisdictionIso: String?
Added in version 7.5.0
The ISO code of the issuing jurisdiction.
- dateOfExpiry
val dateOfExpiry: DateResult?
Added in version 7.5.0
The date of expiry of the document.
- dateOfIssue
val dateOfIssue: DateResult?
Added in version 7.5.0
The date of issue of the document.