Class DocFeature
java.lang.Object
com.regula.documentreader.api.results.DocFeature
DocFeature for Visible Digital Seal.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocFeaturestatic DocFeaturefromJson(JSONObject object) getData()intgetType()toJson()Method convert object to string in json format
-
Method Details
-
getType
public int getType() -
getData
- Returns:
- The binary data of the doc feature.
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-