@aws-sdk/client-comprehend

DetectTargetedSentimentCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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