| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<LabelCategory> |
Label.categories()
A list of the categories associated with a given label.
|
| Modifier and Type | Method and Description |
|---|---|
Label.Builder |
Label.Builder.categories(LabelCategory... categories)
A list of the categories associated with a given label.
|
| Modifier and Type | Method and Description |
|---|---|
Label.Builder |
Label.Builder.categories(Collection<LabelCategory> categories)
A list of the categories associated with a given label.
|
Copyright © 2023. All rights reserved.