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