Config Object Parameters
In this object, we add handle Facia SDK according to the user's needs.
| Parameters | Description |
|---|---|
| showConsent | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show consent screen or not. However, its default value is set as true. |
| showVerificationType | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show verification type screen or not. However, its default value is set as true. |
| showResult | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show result screen or not. However, its default value is set as true. |
| showFeedback | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show feedback screen or not. However, its default value is set as true. |
| showGreetings | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show greetings screen or not. However, its default value is set as true. |
| photo_id_match | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables Photo ID Match verification, and users can verify ID identity with their liveness. However, its default value is set as false. |
| livenessRetryFlow | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables retries for Quick Liveness in case of 3D Liveness (If Quick Liveness declined). However, its default value is set as true. |
| documentRetryFlow | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables retries for Quick Liveness in case of Photo ID Match (If Quick Liveness declined). However, its default value is set as true. |
| showMiddleInstructions | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter determines whether to show instructions before Quick Liveness' retry or not. However, its default value is set as true. |
| livenessRetryCount | Required: No Type: Integer Accepted Values: Integer values It sets the number of Quick Liveness' retries you want to allow in case of 3D Liveness. However, its default value is set as 3. |
| documentRetryCount | Required: No Type: Integer Accepted Values: Integer values It sets the number of Quick Liveness' retries you want to allow in case of Photo ID Match. However, its default value is set as 3. |
| faceDetectionThreshold | Required: No Type: string Accepted Values: "Low", "Medium", "High" It sets the threshold value to ask the user to fit the face in the oval when the Detailed Liveness is in process. However, its default value is set as "Low". |
| ovalSize | Required: No Type: string Accepted Values: "Small", "Medium", "Large" It sets the Oval size when the Detailed Liveness is in process. However, its default value is set as "Medium". |
| livenessType | Required: No Type: string Accepted Values: "Quick", "Detailed", "Additional", "Default" It sets the Liveness type in case of 3D Liveness. However, its default value is set as "Default". |
| qlFaceDetectionTimeout | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables timeout on Quick Liveness, if face is not detected in a particular time. However, its default value is set as true. |
| dlFaceDetectionTimeout | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables timeout on Detailed Liveness, if face is not fitted in the oval in a particular time. However, its default value is set as true. |
| dlEyesBlinkDetectionTimeout | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables timeout on the detection of Eyes blinking in the Detailed Liveness. However, its default value is set as true. |
| detectImproperLight | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables the detection of Improper Lightning, Imrpoper lightning means too much glow or reflections or too much light is detected. However, its default value is set as false. |