nerdexam
Microsoft

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.

Submitted by cyberguy42· Mar 30, 2026Implement Azure AI Speech solutions

Question

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 user asks an instructor a question. The solution must minimize development effort. What should you include in the solution?

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)
  • A
    83% (48)
  • B
    2% (1)
  • C
    5% (3)
  • D
    10% (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.

Aspeech-to-text in the Azure AI Speech serviceCorrect

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.

Blanguage detection in Azure AI Language Service

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.

Cthe Face service in Azure AI Vision

The Face service in Azure AI Vision analyzes facial attributes and emotions from video, which is irrelevant to detecting spoken questions from audio.

Dobject detection in Azure AI Custom Vision

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

#Azure AI Speech#Speech-to-text#AI services selection

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice