SelfieSegmenterOptions.DetectorMode

  • SelfieSegmenterOptions.DetectorMode is an annotation that specifies whether the selfie segmentation is for single images or streaming.

  • This annotation includes methods inherited from the Annotation interface, such as annotationType(), equals(), hashCode(), and toString().

  • The detector mode helps determine the type of selfie segmentation to be performed.

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