- Navigation Guide
@aws-sdk/client-comprehend
DetectTargetedSentimentCommandOutput Interface
The output of DetectTargetedSentimentCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Entities | TargetedSentimentEntity[] | undefined | Targeted sentiment analysis for each of the entities identified in the input text. |
Full Signature
export interface DetectTargetedSentimentCommandOutput extends DetectTargetedSentimentResponse, MetadataBearer