PiperOrigin-RevId: 518994598
This commit is contained in:
Sebastian Schmidt 2023-03-23 16:33:07 -07:00 committed by Copybara-Service
parent 27a5a6d433
commit 6aab4e013d

View File

@ -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.