Captured ID

Defined in namespace Scandit.DataCapture.ID.Data

CapturedId
class CapturedId

Added in version 6.9.0

This class represents the result of a document scan. It provides commonly present information, such as the holder’s name and date of birth, directly accessible at the top level. Additional document-specific details can be accessed through properties representing different zones of the document, such as the barcode, machine-readable zone (MRZ), and visual inspection zone (VIZ).

Note that not all properties are relevant to every document type. If a property is not applicable or the corresponding data could not be read, it will be set to null.

FirstName
string FirstName { get; }

Added in version 6.9.0

The first name of the document holder. Separated by spaces if more than one name is present. Characters can be all uppercase for document types which don’t capitalize names (for example names encoded in ICAO Machine Readable Zones).

LastName
string LastName { get; }

Added in version 6.9.0

The last name of the document holder. Separated by spaces if more than one name is present. Characters can be all uppercase for document types which don’t capitalize names (for example names encoded in ICAO Machine Readable Zones).

FullName
string FullName { get; }

Added in version 6.9.0

The full name of the document holder. Characters can be all uppercase for document types which don’t capitalize names (for example names encoded in ICAO Machine Readable Zones).

Sex
string Sex { get; }

Added in version 6.9.0

The sex of the document holder.

DateOfBirth
DateResult DateOfBirth { get; }

Added in version 6.9.0

The date of birth of the document holder. If the document doesn’t provide two first digits of the year then the date of birth is always set to be earlier than or equal to the scan date. For example if the year of scanning is 2021 and the document returns that the year of birth is 14 then the returned year is set to 2014. However if the document returns that the year of birth is 24 then the returned year is set to 1924.

Age
int Age { get; }

Added in version 6.20.0

The age of the document holder. Calculated as the difference in full years between the birth date and the current local date. If null is returned it means that the full birth date is not available. The returned value depends on the device date. The same document may result in different values for devices with different dates (e.g. in different time zones, or with a date set manually by the user).

Nationality
string Nationality { get; }

Added in version 6.9.0

The nationality of the document holder represented by a three-letter code (Alpha-3 codes specified in ISO 3166-1).

Address
string Address { get; }

Added in version 6.9.0

The address of the document holder.

Document
IdCaptureDocument Document { get; }

Added in version 7.0.0

The document type.

IssuingCountryIso
string IssuingCountryIso { get; }

Added in version 6.9.0

The ISO (Alpha-3 code) abbreviation of the issuing country of the document.

IssuingCountry
IdCaptureRegion IssuingCountry { get; }

Added in version 7.0.0

Issuing country of the document.

DocumentNumber
string DocumentNumber { get; }

Added in version 6.9.0

The document number.

If IdCaptureSettings.AnonymizationMode is enabled for the field results, the returned value might be null for certain documents.

DocumentAdditionalNumber
string DocumentAdditionalNumber { get; }

Added in version 6.21.0

If IdCaptureSettings.AnonymizationMode is enabled for the field results, the returned value might be null for certain documents.

If IdCaptureSettings.AnonymizationMode is enabled for the field results, the returned value might be null for certain documents.

DateOfExpiry
DateResult DateOfExpiry { get; }

Added in version 6.9.0

The date of expiry of the document.

Expired
bool Expired { get; }

Added in version 6.20.0

Whether this document is expired. Calculated by comparing the document’s expiration date with the current local date. true if the document is expired and false if it’s not expired, or if it never expires. null is returned if the value of this property could not be determined - for example if the date of expiry is not present, or if the date of expiry couldn’t be captured. Please note that the system time is used for computation of this field so users of the device are capable of changing the result of the field by changing the system time.

DateOfIssue
DateResult DateOfIssue { get; }

Added in version 6.9.0

The date of issue of the document. Please note that some documents may specify the exact date of issue, while other the month and the year only.

Barcode
BarcodeResult Barcode { get; }

Added in version 7.0.0

The additional information extracted from a barcode on a document.

Mrz
MrzResult Mrz { get; }

Added in version 6.9.0

The additional information extracted from the Machine Readable Zone (MRZ) of a Machine Readable Travel Document (MRTD).

Viz
VizResult Viz { get; }

Added in version 6.9.0

The additional information extracted from a documents or its part intended to be read by humans (for example Visual Inspection Zone (VIZ) of a Machine-Readable Travel Document (MRTD)).

Images
IdImages Images { get; }

Added in version 7.0.0

The images extracted from a document.

IsRegionSpecific()
bool IsRegionSpecific(RegionSpecificSubtype subtype)

Added in version 7.0.0

Indicates whether the document is of type RegionSpecificSubtype.