Page Summary
-
The
MLKCommonPoseDetectorOptionsclass provides options for configuring a pose detector. -
The
MLKPoseDetectorOptionsclass offers options for a default pose detector that prioritizes speed and size over accuracy.
Classes
The following classes are available globally.
-
Options for specifying a pose detector.
Declaration
Objective-C
@interface MLKCommonPoseDetectorOptions : NSObject -
Options for specifying a default pose detector which has a smaller size and runs faster than the accurate model.
Declaration
Objective-C
@interface MLKPoseDetectorOptions : MLKCommonPoseDetectorOptions