ActiveLivenessDetectionAction
A typesafe enumeration of the active actions that can be performed during the liveness detection process
import com.sybrin.livenessdetection.enums.ActiveLivenessDetectionAction
Summary
Enum values | Title |
Adds a blinking action to the detection process. | |
Adds a look down action to the detection process. | |
Adds a look up action to the detection process. | |
Adds a take selfie action to the detection process. | |
Adds a smile action to the detection process. | |
Adds a tilt head left action to the detection process. | |
Adds a tilt head right action to the detection process. | |
Adds a turn head left action to the detection process. | |
Adds a turn head right action to the detection process. |
Enum values
Blink
public static final
ActiveLivenessDetectionAction
BLink
Adds a blinking action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
LookDown
public static final
ActiveLivenessDetectionAction
LookDown
Adds a look down action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
LookUp
public static final
ActiveLivenessDetectionAction
LookUp
Adds a look up action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
Selfie
public static final
ActiveLivenessDetectionAction
Selfie
Adds a take selfie action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
Smile
public static final
ActiveLivenessDetectionAction
Smile
Adds a smile action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
TiltHeadLeft
public static final
ActiveLivenessDetectionAction
TiltHeadLeft
Adds a tilt head left action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
TiltHeadRight
public static final
ActiveLivenessDetectionAction
TiltHeadRight
Adds a tilt head right action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
TurnHeadLeft
public static final
ActiveLivenessDetectionAction
TurnHeadLeft
Adds a turn head left action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
TurnHeadRight
public static final
ActiveLivenessDetectionAction
TurnHeadRight
Adds a turn head right action to the detection process.
Visual example:
Description | Illustration |
The following steps will be followed for this question:
|
Last updated