VIZ Result
Defined in namespace Scandit.DataCapture.ID.Data
- VizResult
class VizResult
Added in version 6.16.0
Document scan results with information obtained from documents or their parts intended to be read by humans (for example Visual Inspection Zone (VIZ) of a Machine-Readable Travel Document (MRTD)).
- AdditionalNameInformation
string
AdditionalNameInformation { get; }Added in version 6.16.0
The additional name information of the document holder.
- AdditionalAddressInformation
string
AdditionalAddressInformation { get; }Added in version 6.16.0
The additional address information of the document holder.
- PlaceOfBirth
string
PlaceOfBirth { get; }Added in version 6.16.0
The place of birth of the document holder.
- Race
string
Race { get; }Added in version 6.16.0
The race of the document holder.
- Religion
string
Religion { get; }Added in version 6.16.0
The religion of the document holder.
If IdCaptureSettings.AnonymizationMode is enabled for the field results, the returned value might be null for certain documents.
- Profession
string
Profession { get; }Added in version 6.16.0
The profession of the document holder.
- MaritalStatus
string
MaritalStatus { get; }Added in version 6.16.0
The marital status of the document holder.
- ResidentialStatus
string
ResidentialStatus { get; }Added in version 6.16.0
The residential status of the document holder.
- Employer
string
Employer { get; }Added in version 6.16.0
The employer of the document holder.
- PersonalIdNumber
string
PersonalIdNumber { get; }Added in version 6.16.0
The personal identification 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.16.0
The additional number of the document.
If IdCaptureSettings.AnonymizationMode is enabled for the field results, the returned value might be null for certain documents.
- IssuingJurisdiction
string
IssuingJurisdiction { get; }Added in version 6.16.0
A human readable name of the issuing jurisdiction (for example: an issuing state, territory or federal district for USA, or an issuing province or territory for Canada).
- IssuingJurisdictionIso
string
IssuingJurisdictionIso { get; }Added in version 6.16.0
The ISO code of the issuing jurisdiction (for example: an issuing state, territory or federal district for the USA, or an issuing province or territory for Canada). null if the issuing jurisdiction has no valid ISO code (for example cities in Mexico).
Note
The returned value will only contain the jurisdiction specific code: for instance for California the returned value would be “CA” and not “US-CA”.
Please note that for the New York City ID, this field is set to “NYC” as ISO-3166-2 does not specify city-level names.
- IssuingAuthority
string
IssuingAuthority { get; }Added in version 6.16.0
The government body issuing this ID, e.g. the Department of Motor Vehicles.
- CapturedSides
SupportedSides CapturedSides { get; }
Added in version 6.16.0
The sides of the document that were scanned to extract this VizResult.
- BackSideCaptureSupported
bool
BackSideCaptureSupported { get; }Added in version 6.16.0
Indicates whether the document supports scanning of the back side.