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

DetectTargetedSentimentRequest

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

§Properties

§
LanguageCode: LanguageCode
[src]

The language of the input documents. Currently, English is the only supported language.

§
Text: string
[src]

A UTF-8 text string. The maximum string length is 5 KB.