nerdexam
Microsoft

AI-102 · Question #425

You are building a social media messaging app. You need to identify in real time the language used in messages. Which service should you use?

The correct answer is B. Azure AI Translator. The "azure-ai-translation-text" SDK is a client library for using the Azure AI Translator service, which includes the Language Detection API. This API allows you to determine the language of a given text string. The SDK simplifies integration of this API into applications…

Submitted by yasin.bd· Mar 30, 2026Implement Azure AI Language solutions

Question

You are building a social media messaging app. You need to identify in real time the language used in messages. Which service should you use?

Options

  • AAzure AI Content Safety
  • BAzure AI Translator
  • CAzure AI Speech
  • DAzure AI Language

How the community answered

(57 responses)
  • A
    5% (3)
  • B
    81% (46)
  • C
    2% (1)
  • D
    12% (7)

Explanation

The "azure-ai-translation-text" SDK is a client library for using the Azure AI Translator service, which includes the Language Detection API. This API allows you to determine the language of a given text string. The SDK simplifies integration of this API into applications, providing tools and libraries for various programming platforms like C#/.NET, Java, JavaScript, and Python. https://learn.microsoft.com/en-us/azure/ai-services/translator/text-translation/sdk-overview

Topics

#Azure AI Translator#Language detection#Real-time AI

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice