Fix typo in Category.java

PiperOrigin-RevId: 500324008
This commit is contained in:
Sebastian Schmidt
2023-01-06 21:02:16 -08:00
committed by Copybara-Service
parent 9055effddd
commit b4ede6db7b
@@ -19,9 +19,9 @@ import com.google.mediapipe.formats.proto.ClassificationProto;
import java.util.Objects;
/**
* Category is a util class, contains a category name, its display name, a float value as score, and
* the index of the label in the corresponding label file. Typically it's used as result of
* classification or detection tasks.
* Category is a util class, that contains a category name, its display name, a float value as
* score, and the index of the label in the corresponding label file. Typically it's used as result
* of classification or detection tasks.
*/
@AutoValue
public abstract class Category {