The input for BatchDetectDominantLanguageCommand.

interface BatchDetectDominantLanguageCommandInput {
    TextList: undefined | string[];
}

Hierarchy (view full)

Properties

Properties

TextList: undefined | string[]

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