MLKitPoseDetectionCommon Framework Reference

  • The MLKPoseDetector class enables body-pose estimation.

  • MLKCommonPoseDetectorOptions allows for customization of pose detection.

  • MLKPose and MLKPoseLandmark provide data structures for describing pose detection results, including detected poses and individual landmarks within those poses.

Classes

The following classes are available globally.

  • Options for specifying a pose detector.

    Declaration

    Objective-C

     @interface MLKCommonPoseDetectorOptions : NSObject
  • Describes a pose detection result.

    Declaration

    Objective-C

     @interface MLKPose : NSObject
  • A detector for performing body-pose estimation.

    Declaration

    Objective-C

     @interface MLKPoseDetector : NSObject
  • A landmark in a pose detection result.

    Declaration

    Objective-C

     @interface MLKPoseLandmark : NSObject