MediaPipeTasksVision Framework Reference

Enumerations

The following enumerations are available globally.

  • @enum MPPTasksErrorCode This enum specifies error codes for errors thrown by iOS MediaPipe Task Library.

    Declaration

    Swift

    enum TasksErrorCode : UInt, @unchecked Sendable
  • The enum containing the 21 hand landmarks.

    Declaration

    Swift

    enum HandLandmark : UInt, @unchecked Sendable
  • MediaPipe vision task running mode. A MediaPipe vision task can be run with three different modes: image, video and live stream.

    Declaration

    Swift

    enum RunningMode : UInt, @unchecked Sendable