Statistics about a label used in a dataset. For more information, see DatasetLabelDescription.

interface DatasetLabelStats {
    BoundingBoxCount?: number;
    EntryCount?: number;
}

Properties

BoundingBoxCount?: number

The total number of images that have the label assigned to a bounding box.

EntryCount?: number

The total number of images that use the label.