Change getLabels method to public
PiperOrigin-RevId: 520537239
This commit is contained in:
parent
f9eb3defa0
commit
15d81576aa
|
@ -519,7 +519,7 @@ public final class ImageSegmenter extends BaseVisionTaskApi {
|
||||||
*
|
*
|
||||||
* <p>If there is no labelmap provided in the model file, empty label list is returned.
|
* <p>If there is no labelmap provided in the model file, empty label list is returned.
|
||||||
*/
|
*/
|
||||||
List<String> getLabels() {
|
public List<String> getLabels() {
|
||||||
return labels;
|
return labels;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user