AI-900 Question 222
Single answerA company wants to implement a multilingual chatbot to serve customers in different regions. The chatbot needs to translate user queries in real-time and provide responses in the user's preferred language. Which Azure AI service feature should the company use to meet this requirement?
- A
Translator service with real-time text translation
- B
Azure Speech to Text for converting speech to written text
- C
Azure Cognitive Search for indexing multilingual data
- D
Azure Form Recognizer for extracting data from documents
Show answer and explanation
Correct answer: A
Explanation
The Azure Translator service is specifically designed for real-time text translation between different languages, making it the ideal solution for a multilingual chatbot. Other services like Speech to Text, Cognitive Search, or Form Recognizer either address different use cases or lack the translation capabilities needed for this scenario.
- A. Correct.
Translator service with real-time text translation is the correct choice because it provides the ability to translate text between multiple languages in real-time, which is essential for building a multilingual chatbot.
- B. Incorrect.
Azure Speech to Text is used for converting spoken language into written text, but it does not handle text translation or generating responses in different languages.
- C. Incorrect.
Azure Cognitive Search is designed for searching and indexing data, but it does not provide real-time translation capabilities required for a chatbot.
- D. Incorrect.
Azure Form Recognizer is used for extracting information from structured and unstructured documents, and it is unrelated to translation or chatbots.