PoseDetectorOptions.DetectorMode

  • PoseDetectorOptions.DetectorMode is an abstract annotation type.

  • It indicates whether pose detection is for single images or streaming.

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

public static abstract @interface PoseDetectorOptions.DetectorMode implements Annotation

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

Inherited Method Summary