Class VizResult
- java.lang.Object
-
- com.microblink.entities.recognizers.blinkid.generic.viz.VizResult
-
public final class VizResult extends java.lang.Object
Contains data extracted from the Visual Inspection Zone.
-
-
Constructor Summary
Constructors Constructor Description VizResult(long nativeContext, java.lang.Object keep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAdditionalAddressInformation()
The additional address information of the document owner.java.lang.String
getAdditionalNameInformation()
The additional name information of the document owner.java.lang.String
getAdditionalOptionalAddressInformation()
The one more additional address information of the document owner.java.lang.String
getAdditionalPersonalIdNumber()
The additional personal identification number.java.lang.String
getAddress()
The address of the document owner.DateResult
getDateOfBirth()
The date of birth of the document owner.DateResult
getDateOfExpiry()
The date of expiry of the document.DateResult
getDateOfIssue()
The date of issue of the document.java.lang.String
getDocumentAdditionalNumber()
The additional number of the document.java.lang.String
getDocumentNumber()
The document number.java.lang.String
getDocumentOptionalAdditionalNumber()
The one more additional number of the document.DriverLicenseDetailedInfo
getDriverLicenseDetailedInfo()
The driver license detailed info.java.lang.String
getEmployer()
The employer of the document owner.java.lang.String
getFathersName()
The fathers name of the document owner.java.lang.String
getFirstName()
The first name of the document owner.java.lang.String
getFullName()
The full name of the document owner.java.lang.String
getIssuingAuthority()
The issuing authority of the document.java.lang.String
getLastName()
The last name of the document owner.java.lang.String
getLocalizedName()
The localized name of the document owner.java.lang.String
getMaritalStatus()
The marital status of the document owner.java.lang.String
getMothersName()
The mothers name of the document owner.java.lang.String
getNationality()
The nationality of the document owner.java.lang.String
getPersonalIdNumber()
The personal identification number.java.lang.String
getPlaceOfBirth()
The place of birth of the document owner.java.lang.String
getProfession()
The profession of the document owner.java.lang.String
getRace()
The race of the document owner.java.lang.String
getReligion()
The religion of the document owner.java.lang.String
getResidentialStatus()
The residential status of the document owner.java.lang.String
getSex()
The sex of the document owner.boolean
isDateOfExpiryPermanent()
Determines if date of expiry is permanent.boolean
isEmpty()
Flag which indicates whether this result is empty or not.
-
-
-
Method Detail
-
getFirstName
@NonNull public java.lang.String getFirstName()
The first name of the document owner.
-
getLastName
@NonNull public java.lang.String getLastName()
The last name of the document owner.
-
getFullName
@NonNull public java.lang.String getFullName()
The full name of the document owner.
-
getAdditionalNameInformation
@NonNull public java.lang.String getAdditionalNameInformation()
The additional name information of the document owner.
-
getLocalizedName
@NonNull public java.lang.String getLocalizedName()
The localized name of the document owner.
-
getFathersName
@NonNull public java.lang.String getFathersName()
The fathers name of the document owner.
-
getMothersName
@NonNull public java.lang.String getMothersName()
The mothers name of the document owner.
-
getAddress
@NonNull public java.lang.String getAddress()
The address of the document owner.
-
getAdditionalAddressInformation
@NonNull public java.lang.String getAdditionalAddressInformation()
The additional address information of the document owner.
-
getAdditionalOptionalAddressInformation
@NonNull public java.lang.String getAdditionalOptionalAddressInformation()
The one more additional address information of the document owner.
-
getPlaceOfBirth
@NonNull public java.lang.String getPlaceOfBirth()
The place of birth of the document owner.
-
getNationality
@NonNull public java.lang.String getNationality()
The nationality of the document owner.
-
getRace
@NonNull public java.lang.String getRace()
The race of the document owner.
-
getReligion
@NonNull public java.lang.String getReligion()
The religion of the document owner.
-
getProfession
@NonNull public java.lang.String getProfession()
The profession of the document owner.
-
getMaritalStatus
@NonNull public java.lang.String getMaritalStatus()
The marital status of the document owner.
-
getResidentialStatus
@NonNull public java.lang.String getResidentialStatus()
The residential status of the document owner.
-
getEmployer
@NonNull public java.lang.String getEmployer()
The employer of the document owner.
-
getSex
@NonNull public java.lang.String getSex()
The sex of the document owner.
-
getDateOfBirth
@NonNull public DateResult getDateOfBirth()
The date of birth of the document owner.
-
getDateOfIssue
@NonNull public DateResult getDateOfIssue()
The date of issue of the document.
-
getDateOfExpiry
@NonNull public DateResult getDateOfExpiry()
The date of expiry of the document.
-
isDateOfExpiryPermanent
@NonNull public boolean isDateOfExpiryPermanent()
Determines if date of expiry is permanent.
-
getDocumentNumber
@NonNull public java.lang.String getDocumentNumber()
The document number.
-
getPersonalIdNumber
@NonNull public java.lang.String getPersonalIdNumber()
The personal identification number.
-
getDocumentAdditionalNumber
@NonNull public java.lang.String getDocumentAdditionalNumber()
The additional number of the document.
-
getDocumentOptionalAdditionalNumber
@NonNull public java.lang.String getDocumentOptionalAdditionalNumber()
The one more additional number of the document.
-
getAdditionalPersonalIdNumber
@NonNull public java.lang.String getAdditionalPersonalIdNumber()
The additional personal identification number.
-
getIssuingAuthority
@NonNull public java.lang.String getIssuingAuthority()
The issuing authority of the document.
-
getDriverLicenseDetailedInfo
@NonNull public DriverLicenseDetailedInfo getDriverLicenseDetailedInfo()
The driver license detailed info.
-
isEmpty
@NonNull public boolean isEmpty()
Flag which indicates whether this result is empty or not.
-
-