java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.generic.viz.VizResult

public final class VizResult extends Object
Contains data extracted from the Visual Inspection Zone.
  • Constructor Details

    • VizResult

      public VizResult(long nativeContext, @Nullable Object keep)
      Parameters:
      nativeContext - Native VIZ result.
      keep - Owner of the native VIZ result.
  • Method Details

    • getFirstName

      @Nullable public StringResult getFirstName()
      The first name of the document owner.
    • getLastName

      @Nullable public StringResult getLastName()
      The last name of the document owner.
    • getFullName

      @Nullable public StringResult getFullName()
      The full name of the document owner.
    • getAdditionalNameInformation

      @Nullable public StringResult getAdditionalNameInformation()
      The additional name information of the document owner.
    • getLocalizedName

      @Nullable public StringResult getLocalizedName()
      The localized name of the document owner.
    • getFathersName

      @Nullable public StringResult getFathersName()
      The fathers name of the document owner.
    • getMothersName

      @Nullable public StringResult getMothersName()
      The mothers name of the document owner.
    • getAddress

      @Nullable public StringResult getAddress()
      The address of the document owner.
    • getAdditionalAddressInformation

      @Nullable public StringResult getAdditionalAddressInformation()
      The additional address information of the document owner.
    • getAdditionalOptionalAddressInformation

      @Nullable public StringResult getAdditionalOptionalAddressInformation()
      The one more additional address information of the document owner.
    • getPlaceOfBirth

      @Nullable public StringResult getPlaceOfBirth()
      The place of birth of the document owner.
    • getNationality

      @Nullable public StringResult getNationality()
      The nationality of the document owner.
    • getRace

      @Nullable public StringResult getRace()
      The race of the document owner.
    • getReligion

      @Nullable public StringResult getReligion()
      The religion of the document owner.
    • getProfession

      @Nullable public StringResult getProfession()
      The profession of the document owner.
    • getMaritalStatus

      @Nullable public StringResult getMaritalStatus()
      The marital status of the document owner.
    • getResidentialStatus

      @Nullable public StringResult getResidentialStatus()
      The residential status of the document owner.
    • getEmployer

      @Nullable public StringResult getEmployer()
      The employer of the document owner.
    • getSex

      @Nullable public StringResult getSex()
      The sex of the document owner.
    • getSponsor

      @Nullable public StringResult getSponsor()
      The sponsor of the document owner.
    • getBloodType

      @Nullable public StringResult getBloodType()
      The blood type of the document owner.
    • getDateOfBirth

      @Nullable public DateResult getDateOfBirth()
      The date of birth of the document owner.
    • getDateOfIssue

      @Nullable public DateResult getDateOfIssue()
      The date of issue of the document.
    • getDateOfExpiry

      @Nullable public DateResult getDateOfExpiry()
      The date of expiry of the document.
    • isDateOfExpiryPermanent

      public boolean isDateOfExpiryPermanent()
      Determines if date of expiry is permanent.
    • getDocumentNumber

      @Nullable public StringResult getDocumentNumber()
      The document number.
    • getPersonalIdNumber

      @Nullable public StringResult getPersonalIdNumber()
      The personal identification number.
    • getDocumentAdditionalNumber

      @Nullable public StringResult getDocumentAdditionalNumber()
      The additional number of the document.
    • getDocumentOptionalAdditionalNumber

      @Nullable public StringResult getDocumentOptionalAdditionalNumber()
      The one more additional number of the document.
    • getAdditionalPersonalIdNumber

      @Nullable public StringResult getAdditionalPersonalIdNumber()
      The additional personal identification number.
    • getIssuingAuthority

      @Nullable public StringResult getIssuingAuthority()
      The issuing authority of the document.
    • getDriverLicenseDetailedInfo

      @NonNull public DriverLicenseDetailedInfo getDriverLicenseDetailedInfo()
      The driver license detailed info.
    • isEmpty

      public boolean isEmpty()
      Flag which indicates whether this result is empty or not.