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

ListEntityRecognizerSummariesResponse

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

§Properties

§
EntityRecognizerSummariesList?: EntityRecognizerSummary[] | null
[src]

The list entity recognizer summaries.

§
NextToken?: string | null
[src]

The list entity recognizer summaries.