Mobile Document Result
Defined in namespace Scandit.DataCapture.ID.Data
- MobileDocumentResult
class MobileDocumentResult : IDisposable
Added in version 8.0.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
Image Portrait { get; }
Added in version 8.0.0
The portrait image of the document holder as bitmap.
- IssuingAuthority
stringIssuingAuthority { get; }Added in version 8.0.0
The authority that issued the mobile document.
- AdministrativeNumber
stringAdministrativeNumber { get; }Added in version 8.0.0
The administrative number associated with the mobile document.
- Height
intHeight { get; }Added in version 8.0.0
The height of the document holder in centimeters.
- Weight
intWeight { get; }Added in version 8.0.0
The weight of the document holder in kilograms.
- EyeColor
stringEyeColor { get; }Added in version 8.0.0
The eye color of the document holder.
- HairColor
stringHairColor { get; }Added in version 8.0.0
The hair color of the document holder.
- BirthPlace
stringBirthPlace { get; }Added in version 8.0.0
The place of birth of the document holder.
- DrivingLicenseCategories
IList<DrivingLicenseCategory> DrivingLicenseCategories { get; }
Added in version 8.0.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
stringResidentCity { get; }Added in version 8.0.0
The city of residence of the document holder.
- ResidentCountry
stringResidentCountry { get; }Added in version 8.0.0
The country of residence of the document holder.
- FirstName
stringFirstName { get; }Added in version 8.0.0
The first name of the document holder.
- LastName
stringLastName { get; }Added in version 8.0.0
The last name of the document holder.
- FullName
stringFullName { get; }Added in version 8.0.0
The full name of the document holder.
- Sex
stringSex { get; }Added in version 8.0.0
The sex of the document holder as a string.
- DateOfBirth
DateResult DateOfBirth { get; }
Added in version 8.0.0
The date of birth of the document holder.
- Age
intAge { get; }Added in version 8.0.0
The age of the document holder.
- Nationality
stringNationality { get; }Added in version 8.0.0
The nationality of the document holder.
- Address
stringAddress { get; }Added in version 8.0.0
The address of the document holder.
- IssuingCountryIso
stringIssuingCountryIso { get; }Added in version 8.0.0
The ISO code of the issuing country.
- IssuingJurisdictionIso
stringIssuingJurisdictionIso { get; }Added in version 8.0.0
The ISO code of the issuing jurisdiction.
- DocumentNumber
stringDocumentNumber { get; }Added in version 8.0.0
The document number.
- DateOfExpiry
DateResult DateOfExpiry { get; }
Added in version 8.0.0
The date of expiry of the document.
- DateOfIssue
DateResult DateOfIssue { get; }
Added in version 8.0.0
The date of issue of the document.