Page Summary
-
MLKCommonPoseDetectorOptionsprovides configuration settings for a pose detector. -
The
detectorModeproperty determines the detector's mode, defaulting to.stream. -
Initializing
MLKCommonPoseDetectorOptionsdirectly withinitis not allowed.
MLKCommonPoseDetectorOptions
@interface MLKCommonPoseDetectorOptions : NSObjectOptions 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;