Multi Range Liveness Fragment
abstract class MultiRangeLivenessFragment(@LayoutRes contentLayoutId: Int = R.layout.dot_face_fragment_multirange_liveness) : FaceCameraPreviewFragment
UI Multi-Range Liveness component.
A visual component for capturing images suitable for Multi-Range Liveness evaluation.
Constructors
Link copied to clipboard
fun MultiRangeLivenessFragment(@LayoutRes contentLayoutId: Int = R.layout.dot_face_fragment_multirange_liveness)
Types
Link copied to clipboard
data class Configuration(val cameraFacing: CameraFacing = CameraFacing.FRONT, val cameraPreviewScaleType: CameraPreviewScaleType = CameraPreviewScaleType.FIT, val isTorchEnabled: Boolean = false, val isVideoCaptureEnabled: Boolean = false, val isDetectionLayerVisible: Boolean = false, val sessionToken: String? = null, val isCameraPreviewVisible: Boolean = true, val challengeSequence: List<MultiRangeLivenessChallengeItem>)
Configuration for the UI Multi-Range Liveness 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
Called when a camera image is processed.
Link copied to clipboard
Link copied to clipboard
Subclasses should override this method to provide Configuration for the UI Multi-Range Liveness component.
Link copied to clipboard