ObjectDetectorOptionsBase.DetectorMode

  • ObjectDetectorOptionsBase.DetectorMode is an annotation that specifies whether object detection is performed on a single image or a stream of images.

  • It inherits methods from java.lang.annotation.Annotation like 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