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

BatchDetectEntitiesRequest

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

§Properties

§
LanguageCode: LanguageCode
[src]

The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.

§
TextList: string[]
[src]

A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.