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

BatchDetectDominantLanguageRequest

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

§Properties

§
TextList: string[]
[src]

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