Class DocumentReaderAuthenticityElement
java.lang.Object
com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
- Direct Known Subclasses:
DocumentReaderIdentResult
,DocumentReaderOCRSecurityTextResult
,DocumentReaderPhotoIdentResult
,DocumentReaderSecurityFeatureCheck
,DocumentReaderUvFiberElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
one ofeCheckDiagnose
values, indicating element diagnoseint
one ofeRPRM_SecurityFeatureType
values, indicating element typeint
one ofeCheckResult
values, indicating verification result of the field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson
(JSONObject object) getElementDiagnoseName
(Context context) getElementTypeName
(Context context) toJson()
Method convert object to string in json format
-
Field Details
-
status
public int statusone ofeCheckResult
values, indicating verification result of the field -
elementType
public int elementTypeone ofeRPRM_SecurityFeatureType
values, indicating element type -
elementDiagnose
public int elementDiagnoseone ofeCheckDiagnose
values, indicating element diagnose
-
-
Constructor Details
-
DocumentReaderAuthenticityElement
public DocumentReaderAuthenticityElement()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-
getElementTypeName
-
getElementDiagnoseName
-