PoseDetectorOptionsBase.DetectorMode

  • PoseDetectorOptionsBase.DetectorMode is an annotation that indicates whether pose detection is for a single image or for streaming.

  • It inherits standard methods from the java.lang.annotation.Annotation interface such as annotationType(), equals(), hashCode(), and toString().

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