Skip to content

Commit

Permalink
update-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 27, 2023
1 parent 96ff366 commit 3aaf634
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion regula/facesdk/webclient/gen/model/face_quality_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ class FaceQualityScenarios(object):
Do not edit the class manually.
"""

""
OLD_MODE = "OldMode"

""
QUALITY_FULL = "QualityFull"

Expand All @@ -46,7 +49,7 @@ class FaceQualityScenarios(object):
""
THUMBNAIL = "Thumbnail"

allowable_values = [QUALITY_FULL, QUALITY_ICAO, QUALITY_VISA_SCHENGEN, QUALITY_VISA_USA, CROP_CENTRAL_FACE, CROP_ALL_FACES, THUMBNAIL] # noqa: E501
allowable_values = [OLD_MODE, QUALITY_FULL, QUALITY_ICAO, QUALITY_VISA_SCHENGEN, QUALITY_VISA_USA, CROP_CENTRAL_FACE, CROP_ALL_FACES, THUMBNAIL] # noqa: E501

"""
Attributes:
Expand Down

0 comments on commit 3aaf634

Please sign in to comment.