AI-102 Question 225
Single answerYou are designing a multilingual chatbot using Azure AI services. The chatbot needs to support real-time conversation translation between English, Spanish, and French. Which Azure service should you integrate to achieve this functionality?
- A
Azure Translator Service
- B
Azure Speech Service
- C
Azure Cognitive Search
- D
Azure Bot Service
Show answer and explanation
Correct answer: A
Explanation
The Azure Translator Service is the most suitable option for implementing real-time language translation in a chatbot, as it is specifically designed for handling multilingual text translation. While other services like Azure Speech Service and Azure Bot Service can complement the solution, they are not responsible for the core translation functionality.
- A. Correct.
Azure Translator Service is specifically designed for text and real-time language translation, making it the most appropriate choice for implementing multilingual communication in the chatbot.
- B. Incorrect.
Azure Speech Service supports speech-to-text, text-to-speech, and speech translation, but it is not the primary service for general text-based language translation.
- C. Incorrect.
Azure Cognitive Search is used for indexing and searching content but does not provide language translation capabilities.
- D. Incorrect.
Azure Bot Service is used to design and deploy chatbots but does not provide language translation features on its own.