The output of DetectTargetedSentimentCommand.

interface DetectTargetedSentimentCommandOutput {
    $metadata: ResponseMetadata;
    Entities?: TargetedSentimentEntity[];
}

Hierarchy (view full)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Targeted sentiment analysis for each of the entities identified in the input text.