For the complete documentation index, see llms.txt. This page is also available as Markdown.

livenessMoveFailedAttempts

Allowed failed attempts in Active Liveness.

Details

Attribute: liveness-move-failed-attempts

Type: number

Supported values: Greater than 0

Default value: 2

Morphology

selphi.livenessMoveFailedAttempts = 2;

Description

Allowed failed attempts per step in the active liveness check of facephi-selphi-widget before showing an error.

Additional information

Recommended property: use moveFailedAttempts in new integrations.

Precedence: if you define livenessMoveFailedAttempts and moveFailedAttempts at the same time, moveFailedAttempts takes precedence and a precedence warning is emitted in the console.

Deprecation: livenessMoveFailedAttempts is still operational in this version, but it will be removed in the next major version. Use only livenessMoveFailedAttempts emits a deprecation warning in the console.


Example

Last updated