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…
Question
Options
- AAzure AI Content Safety
- BAzure AI Translator
- CAzure AI Speech
- DAzure AI Language
How the community answered
(57 responses)- A5% (3)
- B81% (46)
- C2% (1)
- D12% (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
Community Discussion
No community discussion yet for this question.