Class MrzMinFieldConfidences

  • All Implemented Interfaces:

    
    public class MrzMinFieldConfidences
    
                        

    The minFieldConfidences configure which fields must reach which confidence thresholds in order to be part of the scan result.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getSurname() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setSurname(Integer surname) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getGivenNames() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setGivenNames(Integer givenNames) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getDateOfBirth() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setDateOfBirth(Integer dateOfBirth) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getDateOfExpiry() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setDateOfExpiry(Integer dateOfExpiry) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getDocumentNumber() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setDocumentNumber(Integer documentNumber) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getDocumentType() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setDocumentType(Integer documentType) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getIssuingCountryCode() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setIssuingCountryCode(Integer issuingCountryCode) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getNationalityCountryCode() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setNationalityCountryCode(Integer nationalityCountryCode) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getSex() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setSex(Integer sex) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getPersonalNumber() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setPersonalNumber(Integer personalNumber) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getOptionalData() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setOptionalData(Integer optionalData) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getMrzString() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setMrzString(Integer mrzString) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getCheckDigitDateOfExpiry() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setCheckDigitDateOfExpiry(Integer checkDigitDateOfExpiry) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getCheckDigitDocumentNumber() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setCheckDigitDocumentNumber(Integer checkDigitDocumentNumber) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getCheckDigitPersonalNumber() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setCheckDigitPersonalNumber(Integer checkDigitPersonalNumber) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getCheckDigitDateOfBirth() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setCheckDigitDateOfBirth(Integer checkDigitDateOfBirth) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getCheckDigitFinal() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setCheckDigitFinal(Integer checkDigitFinal) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getVizAddress() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setVizAddress(Integer vizAddress) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getVizDateOfIssue() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setVizDateOfIssue(Integer vizDateOfIssue) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getVizSurname() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setVizSurname(Integer vizSurname) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getVizGivenNames() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setVizGivenNames(Integer vizGivenNames) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getVizDateOfBirth() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setVizDateOfBirth(Integer vizDateOfBirth) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      Integer getVizDateOfExpiry() The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      void setVizDateOfExpiry(Integer vizDateOfExpiry) The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account.
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MrzMinFieldConfidences

        MrzMinFieldConfidences()
    • Method Detail

      • getSurname

         Integer getSurname()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setSurname

         void setSurname(Integer surname)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getGivenNames

         Integer getGivenNames()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setGivenNames

         void setGivenNames(Integer givenNames)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getDateOfBirth

         Integer getDateOfBirth()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setDateOfBirth

         void setDateOfBirth(Integer dateOfBirth)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getDateOfExpiry

         Integer getDateOfExpiry()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setDateOfExpiry

         void setDateOfExpiry(Integer dateOfExpiry)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getDocumentNumber

         Integer getDocumentNumber()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setDocumentNumber

         void setDocumentNumber(Integer documentNumber)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getDocumentType

         Integer getDocumentType()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setDocumentType

         void setDocumentType(Integer documentType)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getIssuingCountryCode

         Integer getIssuingCountryCode()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setIssuingCountryCode

         void setIssuingCountryCode(Integer issuingCountryCode)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getNationalityCountryCode

         Integer getNationalityCountryCode()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setNationalityCountryCode

         void setNationalityCountryCode(Integer nationalityCountryCode)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getSex

         Integer getSex()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setSex

         void setSex(Integer sex)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getPersonalNumber

         Integer getPersonalNumber()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setPersonalNumber

         void setPersonalNumber(Integer personalNumber)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getOptionalData

         Integer getOptionalData()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setOptionalData

         void setOptionalData(Integer optionalData)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getMrzString

         Integer getMrzString()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setMrzString

         void setMrzString(Integer mrzString)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getCheckDigitDateOfExpiry

         Integer getCheckDigitDateOfExpiry()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setCheckDigitDateOfExpiry

         void setCheckDigitDateOfExpiry(Integer checkDigitDateOfExpiry)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getCheckDigitDocumentNumber

         Integer getCheckDigitDocumentNumber()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setCheckDigitDocumentNumber

         void setCheckDigitDocumentNumber(Integer checkDigitDocumentNumber)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getCheckDigitPersonalNumber

         Integer getCheckDigitPersonalNumber()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setCheckDigitPersonalNumber

         void setCheckDigitPersonalNumber(Integer checkDigitPersonalNumber)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getCheckDigitDateOfBirth

         Integer getCheckDigitDateOfBirth()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setCheckDigitDateOfBirth

         void setCheckDigitDateOfBirth(Integer checkDigitDateOfBirth)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getCheckDigitFinal

         Integer getCheckDigitFinal()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setCheckDigitFinal

         void setCheckDigitFinal(Integer checkDigitFinal)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getVizAddress

         Integer getVizAddress()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setVizAddress

         void setVizAddress(Integer vizAddress)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getVizDateOfIssue

         Integer getVizDateOfIssue()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setVizDateOfIssue

         void setVizDateOfIssue(Integer vizDateOfIssue)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getVizSurname

         Integer getVizSurname()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setVizSurname

         void setVizSurname(Integer vizSurname)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getVizGivenNames

         Integer getVizGivenNames()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setVizGivenNames

         void setVizGivenNames(Integer vizGivenNames)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getVizDateOfBirth

         Integer getVizDateOfBirth()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setVizDateOfBirth

         void setVizDateOfBirth(Integer vizDateOfBirth)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • getVizDateOfExpiry

         Integer getVizDateOfExpiry()

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.

      • setVizDateOfExpiry

         void setVizDateOfExpiry(Integer vizDateOfExpiry)

        The minimum field confidence determines the minimum confidence a field text needs to reach in order to be taken into account. If the scanned field confidence is lower than the set minConfidenceField but the scanOption is not set to mandatory, a result will be retuned without the field. The value has to be between 0 and 100. Defaults to 60.