MLKitPoseDetection Framework Reference

  • MLKCommonPoseDetectorOptions provides configuration settings for a pose detector.

  • The detectorMode property determines the detector's mode, defaulting to .stream.

  • Initializing MLKCommonPoseDetectorOptions directly with init is not allowed.

MLKCommonPoseDetectorOptions


@interface MLKCommonPoseDetectorOptions : NSObject

Options for specifying a pose detector.

  • The mode for the pose detector. The default value is .stream.

    Declaration

    Objective-C

    @property (nonatomic) MLKPoseDetectorMode detectorMode;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;