Skip to content

Commit 2be1577

Browse files
committed
Commit: 8878cbe8
1 parent 8fccbba commit 2be1577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regula/documentreader/webclient/gen/models/face_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def proxy_type(self, proxy_type):
282282
def child_age_threshold(self):
283283
"""Gets the child_age_threshold of this FaceApi. # noqa: E501
284284
285-
Minimum age of a child, at which portrait comparison result will be effective. Default: 13. # noqa: E501
285+
The age threshold for the portrait comparison. Default: 13. # noqa: E501
286286
287287
:return: The child_age_threshold of this FaceApi. # noqa: E501
288288
:rtype: int
@@ -293,7 +293,7 @@ def child_age_threshold(self):
293293
def child_age_threshold(self, child_age_threshold):
294294
"""Sets the child_age_threshold of this FaceApi.
295295
296-
Minimum age of a child, at which portrait comparison result will be effective. Default: 13. # noqa: E501
296+
The age threshold for the portrait comparison. Default: 13. # noqa: E501
297297
298298
:param child_age_threshold: The child_age_threshold of this FaceApi. # noqa: E501
299299
:type child_age_threshold: int

0 commit comments

Comments
 (0)