interface ListEntityRecognizersResponse {
    EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

EntityRecognizerPropertiesList?: EntityRecognizerProperties[]

The list of properties of an entity recognizer.

NextToken?: string

Identifies the next page of results to return.