SelfieSegmenterOptions.DetectorMode

  • DetectorMode is an abstract interface annotation used to indicate whether it is for single image or streaming.

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

public static abstract @interface SelfieSegmenterOptions.DetectorMode implements Annotation

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

Inherited Method Summary