Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DatasetLabelStats

import type { DatasetLabelStats } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

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

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

§Properties

§
BoundingBoxCount?: number | null
[src]

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

§
EntryCount?: number | null
[src]

The total number of images that use the label.