Skip to content

Commit: 8878cbe8 #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions regula/documentreader/webclient/gen/models/face_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def proxy_type(self, proxy_type):
def child_age_threshold(self):
"""Gets the child_age_threshold of this FaceApi. # noqa: E501

Minimum age of a child, at which portrait comparison result will be effective. Default: 13. # noqa: E501
The age threshold for the portrait comparison. Default: 13. # noqa: E501

:return: The child_age_threshold of this FaceApi. # noqa: E501
:rtype: int
Expand All @@ -293,7 +293,7 @@ def child_age_threshold(self):
def child_age_threshold(self, child_age_threshold):
"""Sets the child_age_threshold of this FaceApi.

Minimum age of a child, at which portrait comparison result will be effective. Default: 13. # noqa: E501
The age threshold for the portrait comparison. Default: 13. # noqa: E501

:param child_age_threshold: The child_age_threshold of this FaceApi. # noqa: E501
:type child_age_threshold: int
Expand Down