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

BatchDetectSyntaxRequest

import type { BatchDetectSyntaxRequest } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";
interface BatchDetectSyntaxRequest {
LanguageCode: SyntaxLanguageCode;
TextList: string[];
}

§Properties

§

The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). All documents must be in the same language.

§
TextList: string[]
[src]

A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.