MLKitPoseDetectionCommon Framework Reference

  • The CommonPoseDetectorOptions class provides options for customizing the pose detector.

  • Pose class describes the results obtained from pose estimation.

  • The PoseDetector class enables the detection of body poses within images or video streams.

  • PoseLandmark represents a specific point of interest (like a nose or wrist) detected within a pose.

Classes

The following classes are available globally.

  • Options for specifying a pose detector.

    Declaration

    Swift

    class CommonPoseDetectorOptions : NSObject
  • Describes a pose detection result.

    Declaration

    Swift

    class Pose : NSObject
  • A detector for performing body-pose estimation.

    Declaration

    Swift

    class PoseDetector : NSObject
  • A landmark in a pose detection result.

    Declaration

    Swift

    class PoseLandmark : NSObject