Enumerations
The following enumerations are available globally.
-
Defines possible values of face analysis mode.
See moreDeclaration
Swift
enum FaceAnalyzerMode : UInt, @unchecked Sendable
-
Defines the possible values for face selection mode
See moreDeclaration
Swift
enum FaceSelectionMode : UInt, @unchecked Sendable
-
Enumeration for the reason the Face Session stopped.
See moreDeclaration
Swift
enum FaceSessionStoppedReason : Int, @unchecked Sendable
-
State of tracked face.
See moreDeclaration
Swift
enum FaceTrackingState : UInt, @unchecked Sendable
-
Action enum needed by client system for liveness face analysis.
See moreDeclaration
Swift
enum FaceActionRequiredFromApplication : UInt, @unchecked Sendable
-
Feedback for face enum that the user can probably do something about.
See moreDeclaration
Swift
enum FaceAnalyzingFeedbackForFace : UInt, @unchecked Sendable
-
Face analyzing warning enum.
See moreDeclaration
Swift
enum FaceAnalyzingWarning : UInt, @unchecked Sendable
-
The possible outcomes of attempting to recognize a face.
See moreDeclaration
Swift
enum FaceRecognitionStatus : UInt, @unchecked Sendable
-
The face recognition failure reason
See moreDeclaration
Swift
enum FaceRecognitionFailureReason : UInt, @unchecked Sendable
-
The face recognition not recognized reasons
See moreDeclaration
Swift
enum FaceNotRecognizedReason : UInt, @unchecked Sendable
-
Liveness status of person in video, indicating they appear to be alive and real or a spoof that isn’t a live person.
See moreDeclaration
Swift
enum FaceLivenessStatus : UInt, @unchecked Sendable
-
Reasons for failure of the liveness analysis.
See moreDeclaration
Swift
enum FaceLivenessFailureReason : UInt, @unchecked Sendable
-
Recognition mode to configure FaceAnalyzer to.
See more