PoseDetectorOptionsBase.DetectorMode

  • PoseDetectorOptionsBase.DetectorMode is an annotation that specifies whether pose detection should run on a single image or a stream of images.

  • It inherits methods from the Annotation interface, including annotationType(), equals(), hashCode(), and toString().

  • The detector mode is crucial for configuring how the pose detection operates, either for static images or continuous video feeds.

public static abstract @interface PoseDetectorOptionsBase.DetectorMode implements Annotation

The detector mode which indicates whether detection is for single image or for streaming.

Inherited Method Summary