Page Summary
-
CommonPoseDetectorOptionsprovides ways to configure a pose detector, like setting its mode. -
The default detector mode is set to "stream" for continuous pose detection.
-
Attempting to directly create an instance of
CommonPoseDetectorOptionsusinginitis 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.