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/auth_params.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ class AuthParams(BaseModel):
34
34
check_photo_embedding: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable Owner's photo embedding check (is photo printed or sticked)", alias="checkPhotoEmbedding")
35
35
check_photo_comparison: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable Portrait comparison check", alias="checkPhotoComparison")
36
36
check_letter_screen: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable LetterScreen check", alias="checkLetterScreen")
check_security_text: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable Security text check", alias="checkSecurityText")
check_black_and_white_copy: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable Black and white copy check", alias="checkBlackAndWhiteCopy")
0 commit comments