
Answer-first summary for fast verification
Answer: Azure AI Speech service
Option B, Azure AI Speech service, is the correct choice for implementing a speech-to-speech translation system. The Azure AI Speech service can convert spoken language to text and then use the text-to-speech functionality to output the translated speech. Option A, Azure AI Translator service, is used for text translation and does not support speech-to-speech translation directly. Option C, Azure Cognitive Services, is a broader category of services that includes both the Translator and Speech services. Option D, Azure Machine Learning, is a service for building and deploying machine learning models and is not directly related to speech-to-speech translation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on a project to implement a speech-to-speech translation system using Azure AI services. The system should be able to translate spoken language from one language to another and output the translated speech. Which Azure AI service would you use to achieve this functionality?
A
Azure AI Translator service
B
Azure AI Speech service
C
Azure Cognitive Services
D
Azure Machine Learning
No comments yet.