Class DocumentReaderGraphicResult
java.lang.Object
com.regula.documentreader.api.results.DocumentReaderGraphicResult
structure, containing all graphic fields extracted
-
Field Summary
Modifier and TypeFieldDescriptionlist of all graphic fields -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentReaderGraphicResult
static DocumentReaderGraphicResult
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
fields
list of all graphic fields
-
-
Constructor Details
-
DocumentReaderGraphicResult
public DocumentReaderGraphicResult()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-