| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetLabelStats |
DatasetLabelStats.clone() |
DatasetLabelStats |
DatasetLabelDescription.getLabelStats()
Statistics about the label.
|
DatasetLabelStats |
DatasetLabelStats.withBoundingBoxCount(Integer boundingBoxCount)
The total number of images that have the label assigned to a bounding box.
|
DatasetLabelStats |
DatasetLabelStats.withEntryCount(Integer entryCount)
The total number of images that use the label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetLabelDescription.setLabelStats(DatasetLabelStats labelStats)
Statistics about the label.
|
DatasetLabelDescription |
DatasetLabelDescription.withLabelStats(DatasetLabelStats labelStats)
Statistics about the label.
|
Copyright © 2022. All rights reserved.