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

BatchDetectDominantLanguageItemResult

import type { BatchDetectDominantLanguageItemResult } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";

The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

interface BatchDetectDominantLanguageItemResult {
Index?: number | null;
Languages?: DominantLanguage[] | null;
}

§Properties

§
Index?: number | null
[src]

The zero-based index of the document in the input list.

§
Languages?: DominantLanguage[] | null
[src]

One or more "DominantLanguage" objects describing the dominant languages in the document.