LivenessDetectionError
public struct LivenessDetectionError : Error, Equatable
An error that occurs during face liveness detection.
-
Result identifier suitable for use in service-side cross-reference. It is
nil
when service-side reference is not available.Declaration
Swift
public let resultId: String?
-
Error encountered during liveness detection.
Declaration
Swift
public let livenessError: LivenessError
-
Error encountered during recognition.
Declaration
Swift
public let recognitionError: RecognitionError