MLKitPoseDetectionCommon Framework Reference

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;