| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model | |
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DatasetLabelDescription> |
ListDatasetLabelsResponse.datasetLabelDescriptions()
A list of the labels in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetLabelsResponse.Builder |
ListDatasetLabelsResponse.Builder.datasetLabelDescriptions(DatasetLabelDescription... datasetLabelDescriptions)
A list of the labels in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetLabelsResponse.Builder |
ListDatasetLabelsResponse.Builder.datasetLabelDescriptions(Collection<DatasetLabelDescription> datasetLabelDescriptions)
A list of the labels in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DatasetLabelDescription> |
ListDatasetLabelsPublisher.datasetLabelDescriptions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DatasetLabelDescription> |
ListDatasetLabelsIterable.datasetLabelDescriptions()
Returns an iterable to iterate through the paginated
ListDatasetLabelsResponse.datasetLabelDescriptions()
member. |
Copyright © 2023. All rights reserved.