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

LabelCategory

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

The category that applies to a given label.

interface LabelCategory {
Name?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of a category that applies to a given label.