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

DatasetLabelDescription

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

Describes a dataset label. For more information, see "ListDatasetLabels".

interface DatasetLabelDescription {
LabelName?: string | null;
LabelStats?: DatasetLabelStats | null;
}

§Properties

§
LabelName?: string | null
[src]

The name of the label.

§
LabelStats?: DatasetLabelStats | null
[src]

Statistics about the label.