Skip to content
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