Enumerations
The following enumerations are available globally.
-
The face recognition failure reason
See moreDeclaration
Swift
enum RecognitionError : UInt, @unchecked Sendable
-
Reasons for failure of the liveness analysis.
See moreDeclaration
Swift
enum LivenessError : UInt, @unchecked Sendable
-
Liveness status of the face, indicating it appears to be alive and real or a spoof that is not a live person.
See moreDeclaration
Swift
public enum LivenessStatus : Equatable
-
Recognition status of the face, indicating its match against the previously provided reference face.
See moreDeclaration
Swift
public enum RecognitionStatus : Equatable