FaceSessionStoppedReason

enum FaceSessionStoppedReason : Int, @unchecked Sendable

Enumeration for the reason the Face Session stopped.

  • An error occurred.

    Declaration

    Swift

    case error = -1
  • The end of the input stream was reached.

    Declaration

    Swift

    case noMoreData = 0
  • An API call was made to stop recognizing.

    Declaration

    Swift

    case stopRequested = 1