Mobile Document Result

Defined in package com.scandit.datacapture.id.capture

MobileDocumentResult
class MobileDocumentResult

Added 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
Bitmap getPortrait()

Added in version 7.5.0

The portrait image of the document holder as bitmap.

issuingAuthority
@NonNull String getIssuingAuthority()

Added in version 7.5.0

The authority that issued the mobile document.

administrativeNumber
@Nullable String getAdministrativeNumber()

Added in version 7.5.0

The administrative number associated with the mobile document.

height
@Nullable Integer getHeight()

Added in version 7.5.0

The height of the document holder in centimeters.

weight
@Nullable Integer getWeight()

Added in version 7.5.0

The weight of the document holder in kilograms.

eyeColor
@Nullable String getEyeColor()

Added in version 7.5.0

The eye color of the document holder.

hairColor
@Nullable String getHairColor()

Added in version 7.5.0

The hair color of the document holder.

birthPlace
@Nullable String getBirthPlace()

Added in version 7.5.0

The place of birth of the document holder.

drivingLicenseCategories
@NonNull List<@NonNull DrivingLicenseCategory> getDrivingLicenseCategories()

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
@Nullable String getResidentCity()

Added in version 7.5.0

The city of residence of the document holder.

residentCountry
@Nullable String getResidentCountry()

Added in version 7.5.0

The country of residence of the document holder.

firstName
@Nullable String getFirstName()

Added in version 7.5.0

The first name of the document holder.

lastName
@Nullable String getLastName()

Added in version 7.5.0

The last name of the document holder.

fullName
@Nullable String getFullName()

Added in version 7.5.0

The full name of the document holder.

sex
@Nullable String getSex()

Added in version 7.5.0

The sex of the document holder as a string.

dateOfBirth
@Nullable DateResult getDateOfBirth()

Added in version 7.5.0

The date of birth of the document holder.

age
@Nullable Integer getAge()

Added in version 7.5.0

The age of the document holder.

nationality
@Nullable String getNationality()

Added in version 7.5.0

The nationality of the document holder.

address
@Nullable String getAddress()

Added in version 7.5.0

The address of the document holder.

issuingCountryIso
@Nullable String getIssuingCountryIso()

Added in version 7.5.0

The ISO code of the issuing country.

issuingJurisdictionIso
@Nullable String getIssuingJurisdictionIso()

Added in version 7.5.0

The ISO code of the issuing jurisdiction.

documentNumber
@Nullable String getDocumentNumber()

Added in version 7.5.0

The document number.

dateOfExpiry
@Nullable DateResult getDateOfExpiry()

Added in version 7.5.0

The date of expiry of the document.

dateOfIssue
@Nullable DateResult getDateOfIssue()

Added in version 7.5.0

The date of issue of the document.