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;
    Languages?: DominantLanguage[];
}

Properties

Properties

Index?: number

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

Languages?: DominantLanguage[]

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