Class DocumentReaderBarcodeField
- java.lang.Object
-
- com.regula.documentreader.api.results.DocumentReaderBarcodeField
-
public class DocumentReaderBarcodeField extends java.lang.Object
structure describing single value of the field
-
-
Field Summary
Fields Modifier and Type Field Description int
barcodeType
one ofBarcodeType
values, indicating type of the fieldbyte[]
data
int
pageIndex
PDF417Info
pdf417Info
int
status
one ofBarcodeResult
values, indicating status of the field
-
Constructor Summary
Constructors Constructor Description DocumentReaderBarcodeField()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentReaderBarcodeField
fromJson(java.lang.String json)
static DocumentReaderBarcodeField
fromJson(JSONObject object)
java.lang.String
toJson()
Method convert object to string in json format
-
-
-
Field Detail
-
barcodeType
public int barcodeType
one ofBarcodeType
values, indicating type of the field
-
status
public int status
one ofBarcodeResult
values, indicating status of the field
-
pdf417Info
public PDF417Info pdf417Info
-
data
public byte[] data
-
pageIndex
public int pageIndex
-
-
Method Detail
-
fromJson
public static DocumentReaderBarcodeField fromJson(java.lang.String json)
-
fromJson
public static DocumentReaderBarcodeField fromJson(JSONObject object)
-
toJson
public java.lang.String toJson()
Method convert object to string in json format- Returns:
- string in json format
-
-