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

DetectSentimentResponse

import type { DetectSentimentResponse } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface DetectSentimentResponse {
Sentiment?: SentimentType | null;
SentimentScore?: SentimentScore | null;
}

§Properties

§
Sentiment?: SentimentType | null
[src]

The inferred sentiment that Amazon Comprehend has the highest level of confidence in.

§
SentimentScore?: SentimentScore | null
[src]

An object that lists the sentiments, and their corresponding confidence levels.