FaceAnalyzingFeedbackForFace

enum FaceAnalyzingFeedbackForFace : UInt, @unchecked Sendable

Feedback for face enum that the user can probably do something about.

  • Indicates no feedback

    Declaration

    Swift

    case none = 0
  • Indicates to look directly into the camera

    Declaration

    Swift

    case lookAtCamera = 1
  • Indicates face is not centered

    Declaration

    Swift

    case faceNotCentered = 2
  • Indicates face/person need to move closer

    Declaration

    Swift

    case moveCloser = 3
  • Indicates face/person need to move more closer

    Declaration

    Swift

    case continueToMoveCloser = 4
  • Indicates face/person to move back

    Declaration

    Swift

    case moveBack = 5
  • Indicates face or the camera pointing at face is shaking or making too much movement

    Declaration

    Swift

    case tooMuchMovement = 6
  • Indicates attention is no longer needed

    Declaration

    Swift

    case attentionNotNeeded = 7