Class DocumentReaderAuthenticityCheck
java.lang.Object
com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityCheck
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
one ofeRPRM_Authenticity
values, indicating verification type result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson
(JSONObject object) int
getTypeName
(Context context) toJson()
Method convert object to string in json format
-
Field Details
-
type
public int typeone ofeRPRM_Authenticity
values, indicating verification type result -
elements
-
pageIndex
public int pageIndex
-
-
Constructor Details
-
DocumentReaderAuthenticityCheck
public DocumentReaderAuthenticityCheck()
-
-
Method Details
-
getTypeName
-
getStatus
public int getStatus() -
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-