Video ID Configuration
List of component configuration parameters
Last updated
List of component configuration parameters
Path to the video socket
ApiKey needed for the connection with the video socket
Identifier of the tenant referring to the current client, necessary for the connection with the video service.
Indicates the duration of the sections with associated time (face capture and camera switch).
ONLY_FACE: The process is carried out by capturing the user's face.
FACE_DOCUMENT_FRONT: The process is carried out by capturing the user's face and the front of the Identity document.
FACE_DOCUMENT_FRONT_BACK: The process is carried out by capturing the user's face and the complete Identity document.
DOCUMENT_FRONT: The process extracts information only from the front of the document.
DOCUMENT_FRONT_BACK: The process extracts information only from the complete document.
Maximum wait time in ms for the server response.
Maximum allowed time to complete a section (in ms).
Turns automatic face detection on/off.
Enables the display of additional useful information for diagnosing and tracking internal behavior.
Allows restricting processing to a specific set of countries, accepting an array of strings that represent aliases in ISO3 format (3-letter code according to ISO 3166-1 standard).
Allows restricting the types of documents accepted during capture. The possible values are:
"IDC": Identity document (ID Card)
"PSP": Passport (Passport)
"DLI": License (Driver License)
"VIS": Visa (Visa)
"FOC": Foreign Card (Foreign Card)
"INV": Invoice (Invoice)
"CUS": Custom Document (Custom Document)
Text that the user must pronounce during the video recording.
Dictionary with the OCR validations to be performed. The keys are the fields to validate and the values are instances of OcrValidationValue.
OcrValidationValue has the following fields:
value: The value to validate.
tolerance: The tolerance level for validation.
STRICT: Strict validation.
LOW_TOLERANCE: Low tolerance validation.
MEDIUM_TOLERANCE: Medium tolerance validation.
HIGH_TOLERANCE: High tolerance validation.
validationType: The type of validation to perform.
OPTIONAL: Optional validation.
REQUIRED: Mandatory validation.
Maximum number of warnings allowed in the OCR validation.
Maximum number of retries allowed for the OCR validation. The default value is 3.
Last updated