Page Summary
-
CommonPoseDetectorOptionsprovides configuration settings for pose detectors. -
The primary option is
detectorModewhich dictates how the detector operates and defaults to stream mode. -
Initializing
CommonPoseDetectorOptionsdirectly is not allowed.
CommonPoseDetectorOptions
class CommonPoseDetectorOptions : NSObjectOptions for specifying a pose detector.
-
The mode for the pose detector. The default value is
.stream.Declaration
Swift
var detectorMode: PoseDetectorMode { get set } -
Unavailable.