Viz Result#
Defined under the namespace Scandit.Datacapture.Id
-
VIZResult
# class VIZResult
Added in version 6.6.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
# get additionalNameInformation(): string | null
Added in version 6.6.0
The additional name information of the document holder.
-
additionalAddressInformation
# get additionalAddressInformation(): string | null
Added in version 6.6.0
The additional address information of the document holder.
-
placeOfBirth
# get placeOfBirth(): string | null
Added in version 6.6.0
The place of birth of the document holder.
-
profession
# get profession(): string | null
Added in version 6.6.0
The profession of the document holder.
-
maritalStatus
# get maritalStatus(): string | null
Added in version 6.6.0
The marital status of the document holder.
-
residentialStatus
# get residentialStatus(): string | null
Added in version 6.6.0
The residential status of the document holder.
-
personalIdNumber
# get personalIdNumber(): string | null
Added in version 6.6.0
The personal identification number.
-
documentAdditionalNumber
# get documentAdditionalNumber(): string | null
Added in version 6.6.0
The additional number of the document.
-
issuingJurisdiction
# get issuingJurisdiction(): string | null
Added in version 6.6.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).
-
issuingAuthority
# get issuingAuthority(): string | null
Added in version 6.6.0
The government body issuing this ID, e.g. the Department of Motor Vehicles.
-
capturedSides
# get capturedSides(): SupportedSides
Added in version 6.6.0
The sides of the document that were scanned to extract this VizResult.
-