Enumerations

The following enumerations are available globally.

  • Defines possible values of face analysis mode.

    See more

    Declaration

    Swift

    enum FaceAnalyzerMode : UInt, @unchecked Sendable
  • Defines the possible values for face selection mode

    See more

    Declaration

    Swift

    enum FaceSelectionMode : UInt, @unchecked Sendable
  • Enumeration for the reason the Face Session stopped.

    See more

    Declaration

    Swift

    enum FaceSessionStoppedReason : Int, @unchecked Sendable
  • State of tracked face.

    See more

    Declaration

    Swift

    enum FaceTrackingState : UInt, @unchecked Sendable
  • Action enum needed by client system for liveness face analysis.

    See more

    Declaration

    Swift

    enum FaceActionRequiredFromApplication : UInt, @unchecked Sendable
  • Feedback for face enum that the user can probably do something about.

    See more

    Declaration

    Swift

    enum FaceAnalyzingFeedbackForFace : UInt, @unchecked Sendable
  • Face analyzing warning enum.

    See more

    Declaration

    Swift

    enum FaceAnalyzingWarning : UInt, @unchecked Sendable
  • The possible outcomes of attempting to recognize a face.

    See more

    Declaration

    Swift

    enum FaceRecognitionStatus : UInt, @unchecked Sendable
  • The face recognition failure reason

    See more

    Declaration

    Swift

    enum FaceRecognitionFailureReason : UInt, @unchecked Sendable
  • The face recognition not recognized reasons

    See more

    Declaration

    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 more

    Declaration

    Swift

    enum FaceLivenessStatus : UInt, @unchecked Sendable
  • Reasons for failure of the liveness analysis.

    See more

    Declaration

    Swift

    enum FaceLivenessFailureReason : UInt, @unchecked Sendable
  • Recognition mode to configure FaceAnalyzer to.

    See more