Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 696 Bytes

File metadata and controls

11 lines (6 loc) · 696 Bytes

Lab 8: Language Detection and Translation in a Bot

Detect User Language

The Language Detection feature of the Azure Text Analytics REST API evaluates text input for each document and returns language identifiers with a score that indicates the strength of the analysis.

The Language Detection feature can detect a wide range of languages, variants, dialects, and some regional or cultural languages. The exact list of languages for this feature isn't published.

If you have content expressed in a less frequently used language, you can try the Language Detection feature to see if it returns a code. The response for languages that can't be detected is unknown.

Complete Time: 45 min