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

ListDocumentClassifierSummariesResponse

import type { ListDocumentClassifierSummariesResponse } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface ListDocumentClassifierSummariesResponse {
DocumentClassifierSummariesList?: DocumentClassifierSummary[] | null;
NextToken?: string | null;
}

§Properties

§
DocumentClassifierSummariesList?: DocumentClassifierSummary[] | null
[src]

The list of summaries of document classifiers.

§
NextToken?: string | null
[src]

Identifies the next page of results to return.