Class ImageQualityGroup
java.lang.Object
com.regula.documentreader.api.results.ImageQualityGroup
Structure, containing overall data about quality checks performed
-
Field Summary
Modifier and TypeFieldDescriptionint
total number of quality checks performedlist of all quality checks performedint
int
overall result of all checks for page one ofeCheckResult
values indicating result of the check -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageQualityGroup
static ImageQualityGroup
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
count
public int counttotal number of quality checks performed -
result
public int resultoverall result of all checks for page one ofeCheckResult
values indicating result of the check -
imageQualityList
list of all quality checks performed -
pageIndex
public int pageIndex
-
-
Constructor Details
-
ImageQualityGroup
public ImageQualityGroup()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-