AI-102 Question 254
Single answerYou are developing a customer support application that needs to provide real-time translations of user messages into multiple languages simultaneously. Which Azure service or feature should you use to achieve this functionality?
- A
Azure Cognitive Services Translator
- B
Azure Bot Service
- C
Azure Speech-to-Text API
- D
Azure Kubernetes Service (AKS)
Show answer and explanation
Correct answer: A
Explanation
Azure Cognitive Services Translator is the appropriate service for translating text into multiple languages simultaneously. It supports real-time translation scenarios and can handle multiple target languages efficiently, making it ideal for applications such as customer support systems that need multilingual support.
- A. Correct.
Azure Cognitive Services Translator is specifically designed for real-time text translation into multiple languages and supports simultaneous translations.
- B. Incorrect.
Azure Bot Service is used to build conversational AI bots but does not provide built-in translation capabilities.
- C. Incorrect.
Azure Speech-to-Text API converts spoken language into text but does not handle translations.
- D. Incorrect.
Azure Kubernetes Service (AKS) is a container orchestration platform and has no functionality related to language translation.