AI-102 · Question #292
You are building an internet-based training solution. The solution requires that a user's camera and microphone remain enabled. You need to monitor a video stream of the user and detect when the…
The correct answer is A. speech-to-text in the Azure AI Speech service. To detect when a user asks a question from a video stream with minimal development effort, the Azure AI Speech service's speech-to-text capability is the most suitable solution.
Question
Options
- Aspeech-to-text in the Azure AI Speech service
- Blanguage detection in Azure AI Language Service
- Cthe Face service in Azure AI Vision
- Dobject detection in Azure AI Custom Vision
How the community answered
(58 responses)- A83% (48)
- B2% (1)
- C5% (3)
- D10% (6)
Why each option
To detect when a user asks a question from a video stream with minimal development effort, the Azure AI Speech service's speech-to-text capability is the most suitable solution.
The speech-to-text feature in the Azure AI Speech service can transcribe the spoken audio from the user's microphone into text in real-time. Once the speech is converted to text, it can be programmatically analyzed to identify keywords, phrases, or grammatical structures indicative of a question, directly addressing the requirement to detect when a user asks an instructor a question.
Language detection in Azure AI Language service identifies the natural language of text (e.g., English, Spanish) but does not analyze the content to determine if a question has been asked.
The Face service in Azure AI Vision analyzes facial attributes and emotions from video, which is irrelevant to detecting spoken questions from audio.
Object detection in Azure AI Custom Vision identifies physical objects within images or video frames and does not process audio or understand spoken language.
Concept tested: Speech-to-text for question detection
Source: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/speech-to-text
Topics
Community Discussion
No community discussion yet for this question.