AI-102 Question 228
Single answerYou are designing an Azure AI solution that requires translating text from English to multiple languages in real-time. The solution needs to support over 50 languages and must integrate with a chatbot application hosted on Azure. Which Azure service should you choose to meet these requirements?
- A
Azure Translator
- B
Azure Cognitive Search
- C
Azure Speech Service
- D
Azure OpenAI Service
Show answer and explanation
Correct answer: A
Explanation
Azure Translator is the most appropriate service for real-time text translation in this scenario. It supports over 100 languages and can easily integrate into applications like chatbots. Other options like Cognitive Search, Speech Service, and OpenAI Service have different primary use cases and do not align with the requirement for text translation.
- A. Correct.
Azure Translator is specifically designed for real-time text translation and supports over 100 languages, making it the ideal solution for this scenario.
- B. Incorrect.
Azure Cognitive Search is used for indexing and querying data, not for language translation.
- C. Incorrect.
Azure Speech Service is focused on speech-to-text, text-to-speech, and speech translation but is not the primary service for text translation.
- D. Incorrect.
Azure OpenAI Service provides AI models for tasks like natural language understanding and generation but does not specialize in text translation.