interface ListEntityRecognizersRequest {
    Filter?: EntityRecognizerFilter;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

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

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

NextToken?: string

Identifies the next page of results to return.