Typo Fix
PiperOrigin-RevId: 518994598
This commit is contained in:
parent
27a5a6d433
commit
6aab4e013d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user