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/liveness_params.py
+4-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ class LivenessParams(BaseModel):
24
24
check_ed: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable Electronic device detection", alias="checkED")
25
25
check_black_and_white_copy: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable Black and white copy check", alias="checkBlackAndWhiteCopy")
26
26
check_dynaprint: Optional[StrictBool] =Field(default=None, description="This parameter is used to enable Dynaprint check", alias="checkDynaprint")
Copy file name to clipboardExpand all lines: regula/documentreader/webclient/gen/models/process_params.py
+4-2
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,8 @@ class ProcessParams(BaseModel):
97
97
select_longest_names: Optional[StrictBool] =Field(default=None, description="Select the longest value from the different value sources and write it to the value field if comparison is done successfully. The parameter applies this logic to the personal names, such as given name, surname, surname and given name, middle name and etc.", alias="selectLongestNames")
98
98
do_barcodes: Optional[List[InputBarcodeType]] =Field(default=None, description="Set the types of barcodes to process.", alias="doBarcodes")
99
99
strict_dl_category_expiry: Optional[StrictBool] =Field(default=None, description="Set to force DL categories expiry date to affect the overall status or not. As documents usually have their own date of expiry, which might be less or greater than category expiry date, this might be handy for specific cases.", alias="strictDLCategoryExpiry")
generate_alpha2_codes: Optional[StrictBool] =Field(default=None, description="Set to generate Alpha-2 codes for nationality and issuing state fields.", alias="generateAlpha2Codes")
candidates_count: Union[StrictFloat, StrictInt] =Field(description="Number of significant elements of ListOfCandidates array", alias="CandidatesCount")
25
25
list_of_candidates: List[SymbolCandidate] =Field(description="Array of candidate characters. Sorted in descending order of recognition probabilities (the first element has highest probability)", alias="ListOfCandidates")
0 commit comments