interface DetectTargetedSentimentResponse {
    Entities?: TargetedSentimentEntity[];
}

Hierarchy (view full)

Properties

Properties

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