@@ -126,7 +126,7 @@ def angle_threshold(self, angle_threshold):
126
126
def focus_check (self ):
127
127
"""Gets the focus_check of this ImageQA. # noqa: E501
128
128
129
- This option disabled focus check during performing image quality validation # noqa: E501
129
+ This option enables focus check while performing image quality validation. # noqa: E501
130
130
131
131
:return: The focus_check of this ImageQA. # noqa: E501
132
132
:rtype: bool
@@ -137,7 +137,7 @@ def focus_check(self):
137
137
def focus_check (self , focus_check ):
138
138
"""Sets the focus_check of this ImageQA.
139
139
140
- This option disabled focus check during performing image quality validation # noqa: E501
140
+ This option enables focus check while performing image quality validation. # noqa: E501
141
141
142
142
:param focus_check: The focus_check of this ImageQA. # noqa: E501
143
143
:type focus_check: bool
@@ -149,7 +149,7 @@ def focus_check(self, focus_check):
149
149
def glares_check (self ):
150
150
"""Gets the glares_check of this ImageQA. # noqa: E501
151
151
152
- This option disabled glares check during performing image quality validation # noqa: E501
152
+ This option enables glares check while performing image quality validation. # noqa: E501
153
153
154
154
:return: The glares_check of this ImageQA. # noqa: E501
155
155
:rtype: bool
@@ -160,7 +160,7 @@ def glares_check(self):
160
160
def glares_check (self , glares_check ):
161
161
"""Sets the glares_check of this ImageQA.
162
162
163
- This option disabled glares check during performing image quality validation # noqa: E501
163
+ This option enables glares check while performing image quality validation. # noqa: E501
164
164
165
165
:param glares_check: The glares_check of this ImageQA. # noqa: E501
166
166
:type glares_check: bool
@@ -172,7 +172,7 @@ def glares_check(self, glares_check):
172
172
def colorness_check (self ):
173
173
"""Gets the colorness_check of this ImageQA. # noqa: E501
174
174
175
- This option disabled colorness check during performing image quality validation # noqa: E501
175
+ This option enables colorness check while performing image quality validation. # noqa: E501
176
176
177
177
:return: The colorness_check of this ImageQA. # noqa: E501
178
178
:rtype: bool
@@ -183,7 +183,7 @@ def colorness_check(self):
183
183
def colorness_check (self , colorness_check ):
184
184
"""Sets the colorness_check of this ImageQA.
185
185
186
- This option disabled colorness check during performing image quality validation # noqa: E501
186
+ This option enables colorness check while performing image quality validation. # noqa: E501
187
187
188
188
:param colorness_check: The colorness_check of this ImageQA. # noqa: E501
189
189
:type colorness_check: bool
@@ -195,7 +195,7 @@ def colorness_check(self, colorness_check):
195
195
def moire_check (self ):
196
196
"""Gets the moire_check of this ImageQA. # noqa: E501
197
197
198
- This option disabled moire patterns check during performing image quality validation # noqa: E501
198
+ This option enables moire patterns check while performing image quality validation. # noqa: E501
199
199
200
200
:return: The moire_check of this ImageQA. # noqa: E501
201
201
:rtype: bool
@@ -206,7 +206,7 @@ def moire_check(self):
206
206
def moire_check (self , moire_check ):
207
207
"""Sets the moire_check of this ImageQA.
208
208
209
- This option disabled moire patterns check during performing image quality validation # noqa: E501
209
+ This option enables moire patterns check while performing image quality validation. # noqa: E501
210
210
211
211
:param moire_check: The moire_check of this ImageQA. # noqa: E501
212
212
:type moire_check: bool
0 commit comments