Page Summary
-
CommonPoseDetectorOptionsprovides configuration settings for pose detection. -
The
detectorModeproperty, with a default ofstreammode, determines the detector's operational mode. -
Initializing
CommonPoseDetectorOptionsdirectly is not allowed; it is expected to be utilized within the context of a specific pose detector's configuration.
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.