AI-900 Question 220
Select 2A healthcare company wants to create a virtual assistant that can take voice commands from patients, transcribe their speech into text, and provide spoken responses. Which Azure services would be most suitable for implementing this solution?
- A
Azure Speech-to-Text
- B
Azure Text Analytics
- C
Azure Speech Synthesis
- D
Azure Form Recognizer
- E
Azure Translator
Show answer and explanation
Correct answers: A, C
Explanation
To build a virtual assistant capable of taking voice commands, transcribing speech into text, and providing spoken responses, Azure Speech-to-Text is needed for recognizing and converting patient speech into text, while Azure Speech Synthesis is required to convert the assistant's textual responses into audio. Other services like Azure Text Analytics, Form Recognizer, and Translator serve different purposes and are not relevant to this scenario.
- A. Correct.
Azure Speech-to-Text is used to convert spoken language into written text, which is essential for transcribing patient speech.
- B. Incorrect.
Azure Text Analytics is used for analyzing text to extract insights, but it is not directly related to converting speech to text or generating spoken responses.
- C. Correct.
Azure Speech Synthesis (Text-to-Speech) is used to convert text into spoken language, which is necessary for providing verbal responses to patients.
- D. Incorrect.
Azure Form Recognizer is used to extract information from forms and documents, which is not relevant to the speech recognition or synthesis process.
- E. Incorrect.
Azure Translator is used for translating text from one language to another but is not directly applicable for speech-to-text or text-to-speech tasks.