Class DocumentReaderDocumentType

java.lang.Object
com.regula.documentreader.api.results.DocumentReaderDocumentType

public class DocumentReaderDocumentType extends Object
structure, containing information about determined document type
  • Field Details

    • name

      public String name
      document type name
    • documentID

      public int documentID
      document type numeric code
    • ICAOCode

      public String ICAOCode
    • dType

      public int dType
      one of diDocType values
    • FDSID

      public int[] FDSID
    • dFormat

      public int dFormat
    • dMRZ

      public boolean dMRZ
    • dDescription

      public String dDescription
    • dYear

      public String dYear
    • dCountryName

      public String dCountryName
    • pageIndex

      public int pageIndex
    • isDeprecated

      public boolean isDeprecated
      Document deprecation.
  • Constructor Details

    • DocumentReaderDocumentType

      public DocumentReaderDocumentType()
  • Method Details