Multi Range Liveness Fragment
abstract class MultiRangeLivenessFragment(@LayoutRes contentLayoutId: Int = R.layout.dot_face_fragment_multirange_liveness) : TiltSensorCameraPreviewFragment
Multi-Range Liveness UI component.
A visual component for capturing images suitable for Multi-Range Liveness evaluation.
Types
Link copied to clipboard
data class Configuration(val challengeSequence: List<MultiRangeLivenessChallengeItem>, val common: CommonConfiguration = CommonConfiguration(), val camera: CameraConfiguration = CameraConfiguration(
facing = CameraFacing.FRONT,
), val faceLibraryComponent: FaceLibraryComponentConfiguration = FaceLibraryComponentConfiguration(
faceSizeRatioInterval = IntervalDouble(min = 0.1, max = 0.4),
), val isDetectionLayerVisible: Boolean = false)
Configuration for the Multi-Range Liveness UI component.
Functions
Link copied to clipboard
Called only once for the whole process. Once this callback is called, the whole process is considered to be over.
Link copied to clipboard
Link copied to clipboard
Provides the Configuration for the component.
Link copied to clipboard