Class DocumentReaderBarcodeResult
- java.lang.Object
-
- com.regula.documentreader.api.results.DocumentReaderBarcodeResult
-
public class DocumentReaderBarcodeResult extends java.lang.Object
structure, describing single barcode extracted
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<DocumentReaderBarcodeField>
fields
-
Constructor Summary
Constructors Constructor Description DocumentReaderBarcodeResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentReaderBarcodeResult
fromJson(java.lang.String json)
static DocumentReaderBarcodeResult
fromJson(JSONObject object)
java.lang.String
toJson()
Method convert object to string in json format
-
-
-
Field Detail
-
fields
public java.util.List<DocumentReaderBarcodeField> fields
-
-
Method Detail
-
fromJson
public static DocumentReaderBarcodeResult fromJson(java.lang.String json)
-
fromJson
public static DocumentReaderBarcodeResult fromJson(JSONObject object)
-
toJson
public java.lang.String toJson()
Method convert object to string in json format- Returns:
- string in json format
-
-