Fixed a typo in docstring
This commit is contained in:
parent
67b72e4fe9
commit
a1aab66c8d
|
@ -418,7 +418,7 @@ class ImageSegmenter(base_vision_task_api.BaseVisionTaskApi):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def labels(self) -> List[str]:
|
def labels(self) -> List[str]:
|
||||||
""" Get the category label list of the ImageSegmenter can recognize.
|
""" Get the category label list the ImageSegmenter can recognize.
|
||||||
|
|
||||||
For CATEGORY_MASK type, the index in the category mask corresponds to the
|
For CATEGORY_MASK type, the index in the category mask corresponds to the
|
||||||
category in the label list.
|
category in the label list.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user