Class DocumentReaderBarcodeField

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

public class DocumentReaderBarcodeField extends Object
structure describing single value of the field
  • Field Details

    • barcodeType

      public int barcodeType
      one of BarcodeType values, indicating type of the field
    • status

      public int status
      one of BarcodeResult values, indicating status of the field
    • pdf417Info

      public PDF417Info pdf417Info
    • data

      public byte[] data
    • pageIndex

      public int pageIndex
  • Constructor Details

    • DocumentReaderBarcodeField

      public DocumentReaderBarcodeField()
  • Method Details