AI-102 · Question #428
AI-102 Question #428: Real Exam Question with Answer & Explanation
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, provid
Question
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?
Options
- Aazure-ai-translation-document
- Bazure-cognitiveservices-speech
- Cazure-ai-translation-text
- Dazure-ai-translation-speech
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.