diff --git a/mediapipe/tasks/java/com/google/mediapipe/tasks/vision/imagesegmenter/ImageSegmenterResult.java b/mediapipe/tasks/java/com/google/mediapipe/tasks/vision/imagesegmenter/ImageSegmenterResult.java index 2c0abfe2..69ab79c1 100644 --- a/mediapipe/tasks/java/com/google/mediapipe/tasks/vision/imagesegmenter/ImageSegmenterResult.java +++ b/mediapipe/tasks/java/com/google/mediapipe/tasks/vision/imagesegmenter/ImageSegmenterResult.java @@ -29,7 +29,7 @@ public abstract class ImageSegmenterResult implements TaskResult { * * @param segmentations a {@link List} of MPImage representing the segmented masks. If OutputType * is CATEGORY_MASK, the masks will be in IMAGE_FORMAT_ALPHA format. If OutputType is - * CONFIDENCE_MASK, the masks will be in IMAGE_FORMAT_ALPHA format. + * CONFIDENCE_MASK, the masks will be in IMAGE_FORMAT_VEC32F1 format. * @param timestampMs a timestamp for this result. */ // TODO: consolidate output formats across platforms.