ObjectDetectorOptionsBase.DetectorMode

  • DetectorMode is an abstract interface annotation indicating whether detection is for single images or streaming.

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

public static abstract @interface ObjectDetectorOptionsBase.DetectorMode implements Annotation

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

Inherited Method Summary