From 2be1577faa15191d250d497ef42d2df188e66e81 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 18 Mar 2025 08:21:06 +0000 Subject: [PATCH] Commit: 8878cbe8 --- regula/documentreader/webclient/gen/models/face_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regula/documentreader/webclient/gen/models/face_api.py b/regula/documentreader/webclient/gen/models/face_api.py index 4543033..12d8a7c 100644 --- a/regula/documentreader/webclient/gen/models/face_api.py +++ b/regula/documentreader/webclient/gen/models/face_api.py @@ -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 @@ -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