Class ImageQualityGroup
java.lang.Object
com.regula.documentreader.api.results.ImageQualityGroup
Structure, containing overall data about quality checks performed
-
Field Summary
FieldsModifier and TypeFieldDescriptioninttotal number of quality checks performedlist of all quality checks performedintintoverall result of all checks for page one ofeCheckResultvalues indicating result of the check -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageQualityGroupstatic ImageQualityGroupfromJson(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 ofeCheckResultvalues 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
-