LivenessDetectionError

data class LivenessDetectionError(val livenessError: LivenessError, val recognitionError: RecognitionError)

Represents an error encountered during liveness detection.

This data class encapsulates errors that may occur during the process of verifying if a user is live, specifically distinguishing between liveness errors and recognition errors.

Constructors

Link copied to clipboard
constructor(livenessError: LivenessError, recognitionError: RecognitionError)

Properties

Link copied to clipboard

Describes the type of error that occurred during the liveness detection process.

Link copied to clipboard

Describes the type of error that occurred during the face recognition process.