| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
LabelCategory |
LabelCategory.clone() |
LabelCategory |
LabelCategory.withName(String name)
The name of a category that applies to a given label.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelCategory> |
Label.getCategories()
A list of the categories associated with a given label.
|
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.withCategories(LabelCategory... categories)
A list of the categories associated with a given label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Label.setCategories(Collection<LabelCategory> categories)
A list of the categories associated with a given label.
|
Label |
Label.withCategories(Collection<LabelCategory> categories)
A list of the categories associated with a given label.
|
Copyright © 2023. All rights reserved.