Change getLabels method to public

PiperOrigin-RevId: 520537239
This commit is contained in:
MediaPipe Team 2023-03-29 22:10:11 -07:00 committed by Copybara-Service
parent f9eb3defa0
commit 15d81576aa

View File

@ -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.
*/
List<String> getLabels() {
public List<String> getLabels() {
return labels;
}