Class ImageQuality
java.lang.Object
com.regula.documentreader.api.results.ImageQuality
Structure, containing information about single image quality check
-
Field Summary
Modifier and TypeFieldDescriptionint
one ofeRPRM_SecurityFeatureType
values indicating the area examinedint
one ofeCheckResult
values indicating result of the checkint
one ofeImageQualityCheckType
values indicating type of the check -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageQuality
static ImageQuality
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
featureType
public int featureTypeone ofeRPRM_SecurityFeatureType
values indicating the area examined -
result
public int resultone ofeCheckResult
values indicating result of the check -
type
public int typeone ofeImageQualityCheckType
values 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
-