DetectLanguage Action

Detects the language.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
text
Edm.String False False

The text in the language to be detected.

modelId
Edm.String True False

The model id to use. Optional.

countryHint
Edm.String True False

A hint to assist the Text Analytics model in predicting the language the document is written in.

Return Type

Type Nullable Description
DetectLanguageResponse False Contains the response of the DetectLanguage action.

See also