Uses of Interface
software.amazon.awssdk.services.rekognition.model.DatasetLabelStats.Builder
-
Packages that use DatasetLabelStats.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DatasetLabelStats.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DatasetLabelStats.Builder Modifier and Type Method Description DatasetLabelStats.BuilderDatasetLabelStats.Builder. boundingBoxCount(Integer boundingBoxCount)The total number of images that have the label assigned to a bounding box.static DatasetLabelStats.BuilderDatasetLabelStats. builder()DatasetLabelStats.BuilderDatasetLabelStats.Builder. entryCount(Integer entryCount)The total number of images that use the label.DatasetLabelStats.BuilderDatasetLabelStats. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DatasetLabelStats.Builder Modifier and Type Method Description static Class<? extends DatasetLabelStats.Builder>DatasetLabelStats. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DatasetLabelStats.Builder Modifier and Type Method Description default DatasetLabelDescription.BuilderDatasetLabelDescription.Builder. labelStats(Consumer<DatasetLabelStats.Builder> labelStats)Statistics about the label.
-