| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetLabelStats.Builder |
DatasetLabelStats.Builder.boundingBoxCount(Integer boundingBoxCount)
The total number of images that have the label assigned to a bounding box.
|
static DatasetLabelStats.Builder |
DatasetLabelStats.builder() |
DatasetLabelStats.Builder |
DatasetLabelStats.Builder.entryCount(Integer entryCount)
The total number of images that use the label.
|
DatasetLabelStats.Builder |
DatasetLabelStats.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatasetLabelStats.Builder> |
DatasetLabelStats.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetLabelDescription.Builder |
DatasetLabelDescription.Builder.labelStats(Consumer<DatasetLabelStats.Builder> labelStats)
Statistics about the label.
|
Copyright © 2021. All rights reserved.