| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetLabelDescription |
DatasetLabelDescription.clone() |
DatasetLabelDescription |
DatasetLabelDescription.withLabelName(String labelName)
The name of the label.
|
DatasetLabelDescription |
DatasetLabelDescription.withLabelStats(DatasetLabelStats labelStats)
Statistics about the label.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetLabelDescription> |
ListDatasetLabelsResult.getDatasetLabelDescriptions()
A list of the labels in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetLabelsResult |
ListDatasetLabelsResult.withDatasetLabelDescriptions(DatasetLabelDescription... datasetLabelDescriptions)
A list of the labels in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetLabelsResult.setDatasetLabelDescriptions(Collection<DatasetLabelDescription> datasetLabelDescriptions)
A list of the labels in the dataset.
|
ListDatasetLabelsResult |
ListDatasetLabelsResult.withDatasetLabelDescriptions(Collection<DatasetLabelDescription> datasetLabelDescriptions)
A list of the labels in the dataset.
|
Copyright © 2025. All rights reserved.