AI-generated Key Takeaways
-
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
MLKCommonPoseDetectorOptionsusinginitis 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;