File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
client/src/main/generated/com/regula/documentreader/webclient/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public ImageQA withFocusCheck(Boolean focusCheck) {
93
93
}
94
94
95
95
/**
96
- * This option disabled focus check during performing image quality validation
96
+ * This option enables focus check while performing image quality validation.
97
97
*
98
98
* @return focusCheck
99
99
*/
@@ -112,7 +112,7 @@ public ImageQA withGlaresCheck(Boolean glaresCheck) {
112
112
}
113
113
114
114
/**
115
- * This option disabled glares check during performing image quality validation
115
+ * This option enables glares check while performing image quality validation.
116
116
*
117
117
* @return glaresCheck
118
118
*/
@@ -131,7 +131,7 @@ public ImageQA withColornessCheck(Boolean colornessCheck) {
131
131
}
132
132
133
133
/**
134
- * This option disabled colorness check during performing image quality validation
134
+ * This option enables colorness check while performing image quality validation.
135
135
*
136
136
* @return colornessCheck
137
137
*/
@@ -150,7 +150,7 @@ public ImageQA withMoireCheck(Boolean moireCheck) {
150
150
}
151
151
152
152
/**
153
- * This option disabled moire patterns check during performing image quality validation
153
+ * This option enables moire patterns check while performing image quality validation.
154
154
*
155
155
* @return moireCheck
156
156
*/
You can’t perform that action at this time.
0 commit comments