FaceNotRecognizedReason

enum FaceNotRecognizedReason : UInt, @unchecked Sendable

The face recognition not recognized reasons

  • Indicates internal error

    Declaration

    Swift

    case none = 0
  • Indicates maximum number of attempts to recongized has been reached.

    Declaration

    Swift

    case maxAttemptsReached = 1
  • Indicates operation timed out

    Declaration

    Swift

    case timedOut = 2