interface DetectDominantLanguageRequest {
    Text: undefined | string;
}

Hierarchy (view full)

Properties

Properties

Text: undefined | string

A UTF-8 text string. The string must contain at least 20 characters. The maximum string size is 100 KB.