Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MentionSentiment

import type { MentionSentiment } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

Contains the sentiment and sentiment score for one mention of an entity.

For more information about targeted sentiment, see Targeted sentiment.

interface MentionSentiment {
Sentiment?: SentimentType | null;
SentimentScore?: SentimentScore | null;
}

§Properties

§
Sentiment?: SentimentType | null
[src]

The sentiment of the mention.

§
SentimentScore?: SentimentScore | null
[src]