Class DocumentReaderIdentResult
java.lang.Object
com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
com.regula.documentreader.api.results.authenticity.DocumentReaderIdentResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
Fields inherited from class com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
elementDiagnose, elementType, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentReaderIdentResult
static DocumentReaderIdentResult
fromJson
(JSONObject obj) toJson()
Method convert object to string in json formatMethods inherited from class com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
getElementDiagnoseName, getElementTypeName
-
Field Details
-
etalonImage
-
image
-
percentValue
public int percentValue -
area
-
lightIndex
public int lightIndex
-
-
Constructor Details
-
DocumentReaderIdentResult
public DocumentReaderIdentResult()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Overrides:
toJson
in classDocumentReaderAuthenticityElement
- Returns:
- string in json format
-