Class VizResult
java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.generic.viz.VizResult
Contains data extracted from the Visual Inspection Zone.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe additional address information of the document owner.The additional name information of the document owner.The one more additional address information of the document owner.The additional personal identification number.The address of the document owner.The blood type of the document owner.The date of birth of the document owner.The date of expiry of the document.The date of issue of the document.The dependents info.The additional number of the document.The document number.The one more additional number of the document.The transcription of the document subtype.The driver license detailed info.The eligibility category.The employer of the document owner.The fathers name of the document owner.The first name of the document owner.The full name of the document owner.The issuing authority of the document.The last name of the document owner.The localized name of the document owner.The manufacturing year.The marital status of the document owner.The mothers name of the document owner.The nationality of the document owner.The personal identification number.The place of birth of the document owner.The profession of the document owner.getRace()The race of the document owner.The religion of the document owner.The remarks on the residence permit.The residence permit type.The residential status of the document owner.getSex()The sex of the document owner.The specific document validity.The sponsor of the document owner.The vehicle type.The visa type of the document.booleanDetermines if date of expiry is permanent.booleanisEmpty()Flag which indicates whether this result is empty or not.
-
Constructor Details
-
VizResult
- Parameters:
nativeContext- Native VIZ result.keep- Owner of the native VIZ result.
-
-
Method Details
-
getFirstName
The first name of the document owner. -
getLastName
The last name of the document owner. -
getFullName
The full name of the document owner. -
getAdditionalNameInformation
The additional name information of the document owner. -
getLocalizedName
The localized name of the document owner. -
getFathersName
The fathers name of the document owner. -
getMothersName
The mothers name of the document owner. -
getAddress
The address of the document owner. -
getAdditionalAddressInformation
The additional address information of the document owner. -
getAdditionalOptionalAddressInformation
The one more additional address information of the document owner. -
getPlaceOfBirth
The place of birth of the document owner. -
getNationality
The nationality of the document owner. -
getRace
The race of the document owner. -
getReligion
The religion of the document owner. -
getRemarks
The remarks on the residence permit. -
getResidencePermitType
The residence permit type. -
getManufacturingYear
The manufacturing year. -
getVehicleType
The vehicle type. -
getEligibilityCategory
The eligibility category. -
getSpecificDocumentValidity
The specific document validity. -
getVisaType
The visa type of the document. -
getProfession
The profession of the document owner. -
getMaritalStatus
The marital status of the document owner. -
getResidentialStatus
The residential status of the document owner. -
getEmployer
The employer of the document owner. -
getSex
The sex of the document owner. -
getSponsor
The sponsor of the document owner. -
getBloodType
The blood type of the document owner. -
getDateOfBirth
The date of birth of the document owner. -
getDateOfIssue
The date of issue of the document. -
getDateOfExpiry
The date of expiry of the document. -
isDateOfExpiryPermanent
public boolean isDateOfExpiryPermanent()Determines if date of expiry is permanent. -
getDocumentNumber
The document number. -
getPersonalIdNumber
The personal identification number. -
getDocumentAdditionalNumber
The additional number of the document. -
getDocumentOptionalAdditionalNumber
The one more additional number of the document. -
getDocumentSubtype
The transcription of the document subtype. -
getAdditionalPersonalIdNumber
The additional personal identification number. -
getIssuingAuthority
The issuing authority of the document. -
getDriverLicenseDetailedInfo
The driver license detailed info. -
getDependentsInfo
The dependents info. -
isEmpty
public boolean isEmpty()Flag which indicates whether this result is empty or not.
-