Class ImageQuality
java.lang.Object
com.regula.documentreader.api.results.ImageQuality
Structure, containing information about single image quality check
-
Field Summary
FieldsModifier and TypeFieldDescriptionintone ofeRPRM_SecurityFeatureTypevalues indicating the area examinedintone ofeCheckResultvalues indicating result of the checkintone ofeImageQualityCheckTypevalues indicating type of the check -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageQualitystatic ImageQualityfromJson(JSONObject object) toJson()Method convert object to string in json format
-
Field Details
-
featureType
public int featureTypeone ofeRPRM_SecurityFeatureTypevalues indicating the area examined -
result
public int resultone ofeCheckResultvalues indicating result of the check -
type
public int typeone ofeImageQualityCheckTypevalues indicating type of the check -
boundRects
-
-
Constructor Details
-
ImageQuality
public ImageQuality()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-