@@ -126,7 +126,7 @@ def angle_threshold(self, angle_threshold):
126126 def focus_check (self ):
127127 """Gets the focus_check of this ImageQA. # noqa: E501
128128
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
130130
131131 :return: The focus_check of this ImageQA. # noqa: E501
132132 :rtype: bool
@@ -137,7 +137,7 @@ def focus_check(self):
137137 def focus_check (self , focus_check ):
138138 """Sets the focus_check of this ImageQA.
139139
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
141141
142142 :param focus_check: The focus_check of this ImageQA. # noqa: E501
143143 :type focus_check: bool
@@ -149,7 +149,7 @@ def focus_check(self, focus_check):
149149 def glares_check (self ):
150150 """Gets the glares_check of this ImageQA. # noqa: E501
151151
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
153153
154154 :return: The glares_check of this ImageQA. # noqa: E501
155155 :rtype: bool
@@ -160,7 +160,7 @@ def glares_check(self):
160160 def glares_check (self , glares_check ):
161161 """Sets the glares_check of this ImageQA.
162162
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
164164
165165 :param glares_check: The glares_check of this ImageQA. # noqa: E501
166166 :type glares_check: bool
@@ -172,7 +172,7 @@ def glares_check(self, glares_check):
172172 def colorness_check (self ):
173173 """Gets the colorness_check of this ImageQA. # noqa: E501
174174
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
176176
177177 :return: The colorness_check of this ImageQA. # noqa: E501
178178 :rtype: bool
@@ -183,7 +183,7 @@ def colorness_check(self):
183183 def colorness_check (self , colorness_check ):
184184 """Sets the colorness_check of this ImageQA.
185185
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
187187
188188 :param colorness_check: The colorness_check of this ImageQA. # noqa: E501
189189 :type colorness_check: bool
@@ -195,7 +195,7 @@ def colorness_check(self, colorness_check):
195195 def moire_check (self ):
196196 """Gets the moire_check of this ImageQA. # noqa: E501
197197
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
199199
200200 :return: The moire_check of this ImageQA. # noqa: E501
201201 :rtype: bool
@@ -206,7 +206,7 @@ def moire_check(self):
206206 def moire_check (self , moire_check ):
207207 """Sets the moire_check of this ImageQA.
208208
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
210210
211211 :param moire_check: The moire_check of this ImageQA. # noqa: E501
212212 :type moire_check: bool
0 commit comments