MLKitPoseDetectionCommon Framework Reference

  • MLKCommonPoseDetectorOptions allows configuration of a pose detector, primarily through setting the detector mode.

  • The default detector mode is set to "stream" for real-time pose detection.

  • Direct initialization of MLKCommonPoseDetectorOptions using 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;