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

Parent

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

A parent label for a label. A label can have 0, 1, or more parents.

interface Parent {
Name?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the parent label.