Uses of Class
software.amazon.awssdk.services.rekognition.model.LabelCategory
-
Packages that use LabelCategory Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of LabelCategory in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type LabelCategory Modifier and Type Method Description List<LabelCategory>Label. categories()A list of the categories associated with a given label.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type LabelCategory Modifier and Type Method Description Label.BuilderLabel.Builder. categories(LabelCategory... categories)A list of the categories associated with a given label.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type LabelCategory Modifier and Type Method Description Label.BuilderLabel.Builder. categories(Collection<LabelCategory> categories)A list of the categories associated with a given label.
-