Skip to content

Commit

Permalink
Merge pull request #58 from regulaforensics/d57529c9
Browse files Browse the repository at this point in the history
update-clients
  • Loading branch information
dangost authored Mar 27, 2023
2 parents 96ff366 + 3aaf634 commit 1720d64
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 1720d64

Please sign in to comment.