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

DocumentClass

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

Specifies the class that categorizes the document being analyzed

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

§Properties

§
Name?: string | null
[src]

The name of the class.

§
Page?: number | null
[src]

Page number in the input document. This field is present in the response only if your request includes the Byte parameter.

§
Score?: number | null
[src]

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