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
string IssuingAuthority { get; }

Added in version 8.0.0

The authority that issued the mobile document.

AdministrativeNumber
string AdministrativeNumber { get; }

Added in version 8.0.0

The administrative number associated with the mobile document.

Height
int Height { get; }

Added in version 8.0.0

The height of the document holder in centimeters.

Weight
int Weight { get; }

Added in version 8.0.0

The weight of the document holder in kilograms.

EyeColor
string EyeColor { get; }

Added in version 8.0.0

The eye color of the document holder.

HairColor
string HairColor { get; }

Added in version 8.0.0

The hair color of the document holder.

BirthPlace
string BirthPlace { 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
string ResidentCity { get; }

Added in version 8.0.0

The city of residence of the document holder.

ResidentCountry
string ResidentCountry { get; }

Added in version 8.0.0

The country of residence of the document holder.

FirstName
string FirstName { get; }

Added in version 8.0.0

The first name of the document holder.

LastName
string LastName { get; }

Added in version 8.0.0

The last name of the document holder.

FullName
string FullName { get; }

Added in version 8.0.0

The full name of the document holder.

Sex
string Sex { 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
int Age { get; }

Added in version 8.0.0

The age of the document holder.

Nationality
string Nationality { get; }

Added in version 8.0.0

The nationality of the document holder.

Address
string Address { get; }

Added in version 8.0.0

The address of the document holder.

IssuingCountryIso
string IssuingCountryIso { get; }

Added in version 8.0.0

The ISO code of the issuing country.

IssuingJurisdictionIso
string IssuingJurisdictionIso { get; }

Added in version 8.0.0

The ISO code of the issuing jurisdiction.

DocumentNumber
string DocumentNumber { 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.