Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions regula/documentreader/webclient/gen/models/image_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def angle_threshold(self, angle_threshold):
def focus_check(self):
"""Gets the focus_check of this ImageQA. # noqa: E501

This option disabled focus check during performing image quality validation # noqa: E501
This option enables focus check while performing image quality validation. # noqa: E501

:return: The focus_check of this ImageQA. # noqa: E501
:rtype: bool
Expand All @@ -137,7 +137,7 @@ def focus_check(self):
def focus_check(self, focus_check):
"""Sets the focus_check of this ImageQA.

This option disabled focus check during performing image quality validation # noqa: E501
This option enables focus check while performing image quality validation. # noqa: E501

:param focus_check: The focus_check of this ImageQA. # noqa: E501
:type focus_check: bool
Expand All @@ -149,7 +149,7 @@ def focus_check(self, focus_check):
def glares_check(self):
"""Gets the glares_check of this ImageQA. # noqa: E501

This option disabled glares check during performing image quality validation # noqa: E501
This option enables glares check while performing image quality validation. # noqa: E501

:return: The glares_check of this ImageQA. # noqa: E501
:rtype: bool
Expand All @@ -160,7 +160,7 @@ def glares_check(self):
def glares_check(self, glares_check):
"""Sets the glares_check of this ImageQA.

This option disabled glares check during performing image quality validation # noqa: E501
This option enables glares check while performing image quality validation. # noqa: E501

:param glares_check: The glares_check of this ImageQA. # noqa: E501
:type glares_check: bool
Expand All @@ -172,7 +172,7 @@ def glares_check(self, glares_check):
def colorness_check(self):
"""Gets the colorness_check of this ImageQA. # noqa: E501

This option disabled colorness check during performing image quality validation # noqa: E501
This option enables colorness check while performing image quality validation. # noqa: E501

:return: The colorness_check of this ImageQA. # noqa: E501
:rtype: bool
Expand All @@ -183,7 +183,7 @@ def colorness_check(self):
def colorness_check(self, colorness_check):
"""Sets the colorness_check of this ImageQA.

This option disabled colorness check during performing image quality validation # noqa: E501
This option enables colorness check while performing image quality validation. # noqa: E501

:param colorness_check: The colorness_check of this ImageQA. # noqa: E501
:type colorness_check: bool
Expand All @@ -195,7 +195,7 @@ def colorness_check(self, colorness_check):
def moire_check(self):
"""Gets the moire_check of this ImageQA. # noqa: E501

This option disabled moire patterns check during performing image quality validation # noqa: E501
This option enables moire patterns check while performing image quality validation. # noqa: E501

:return: The moire_check of this ImageQA. # noqa: E501
:rtype: bool
Expand All @@ -206,7 +206,7 @@ def moire_check(self):
def moire_check(self, moire_check):
"""Sets the moire_check of this ImageQA.

This option disabled moire patterns check during performing image quality validation # noqa: E501
This option enables moire patterns check while performing image quality validation. # noqa: E501

:param moire_check: The moire_check of this ImageQA. # noqa: E501
:type moire_check: bool
Expand Down