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

ListEntityRecognizersRequest

import type { ListEntityRecognizersRequest } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface ListEntityRecognizersRequest {
Filter?: EntityRecognizerFilter | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§

Filters the list of entities returned. You can filter on Status, SubmitTimeBefore, or SubmitTimeAfter. You can only set one filter at a time.

§
MaxResults?: number | null
[src]

The maximum number of results to return on each page. The default is 100.

§
NextToken?: string | null
[src]

Identifies the next page of results to return.