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

DocumentLabel

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

Specifies one of the label or labels that categorize the document being analyzed.

interface DocumentLabel {
Name?: string | null;
Score?: number | null;
}

§Properties

§
Name?: string | null
[src]

The name of the label.

§
Score?: number | null
[src]

The confidence score that Amazon Comprehend has this label correctly attributed.