AI-102 · Question #428
You are building a social media messaging app. You need to identify in real time the language used in messages. Which SDK package should you install?
The correct answer is C. azure-ai-translation-text. 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-translation-document
- Bazure-cognitiveservices-speech
- Cazure-ai-translation-text
- Dazure-ai-translation-speech
How the community answered
(49 responses)- A10% (5)
- B6% (3)
- C82% (40)
- D2% (1)
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.