You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: regula/documentreader/webclient/gen/models/face_api.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ class FaceApi(BaseModel):
30
30
proxy_type: SkipValidation[Optional[int]] =Field(alias="proxy_type", default=None, description="Proxy protocol type, should be set according to the <a href=\"https://curl.se/libcurl/c/CURLOPT_PROXYTYPE.html\" target=\"_blank\">cURL standard</a>.")
31
31
child_age_threshold: SkipValidation[Optional[int]] =Field(alias="childAgeThreshold", default=None, description="The age threshold for the portrait comparison. Default: 13.")
32
32
child_doc_validity_years: SkipValidation[Optional[int]] =Field(alias="childDocValidityYears", default=None, description="Estimated duration of validity for a child's passport, years. Default: 5.")
liveness_transaction_id: SkipValidation[Optional[str]] =Field(alias="livenessTransactionId", default=None, description="This parameter allows you to use a liveness transaction id instead of a selfie photo.")
0 commit comments