The output of ListEntityRecognizersCommand.

interface ListEntityRecognizersCommandOutput {
    $metadata: ResponseMetadata;
    EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

EntityRecognizerPropertiesList?: EntityRecognizerProperties[]

The list of properties of an entity recognizer.

NextToken?: string

Identifies the next page of results to return.