Class DocumentReaderBarcodeField
java.lang.Object
com.regula.documentreader.api.results.DocumentReaderBarcodeField
structure describing single value of the field
-
Field Summary
Modifier and TypeFieldDescriptionint
one ofBarcodeType
values, indicating type of the fieldbyte[]
int
int
one ofBarcodeResult
values, indicating status of the field -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentReaderBarcodeField
static DocumentReaderBarcodeField
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
barcodeType
public int barcodeTypeone ofBarcodeType
values, indicating type of the field -
status
public int statusone ofBarcodeResult
values, indicating status of the field -
pdf417Info
-
data
public byte[] data -
pageIndex
public int pageIndex
-
-
Constructor Details
-
DocumentReaderBarcodeField
public DocumentReaderBarcodeField()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-