Courseiva

AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure

What is Azure AI Speech's real-time speech recognition feature used for?

⚠ Common exam trap

Many exam-takers confuse speech recognition (audio-to-text) with text-to-speech (text-to-audio) or speech translation, especially when the word 'real-time' appears in the question, leading them to pick Option A or C without carefully reading the feature name.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Converting live spoken audio into text with low latency

Azure AI Speech's real-time speech recognition feature is designed to convert live spoken audio into text with low latency, enabling applications like live captioning, voice commands, and transcription during meetings. It uses streaming APIs (e.g., the Speech SDK's RecognizeOnceAsync or StartContinuousRecognitionAsync) to process audio chunks as they arrive, returning partial and final results with minimal delay.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Generating spoken audio from written text in real time

    Why it's wrong here

    Generating spoken audio from written text describes text-to-speech (speech synthesis), which uses a neural voice model to render text as an audio stream. Real-time speech recognition performs the inverse signal-processing task: it captures an incoming microphone or audio stream and transcribes it into words. Therefore this option inverts the required input and output direction.

  • Converting live spoken audio into text with low latency

    Why this is correct

    Converting live spoken audio into text with low latency is the core definition of real-time speech recognition, as exposed by Azure Speech-to-text in streaming mode. The service receives audio chunks continuously, performs feature extraction and acoustic/language model decoding, and emits interim hypotheses before the final utterance is complete. This makes live captioning, dictation, and voice-command interfaces possible.

  • Translating real-time audio between languages

    Why it's wrong here

    Translating real-time audio between languages is speech translation, which pipes the recognition output into a machine-translation component and optionally into speech synthesis. Real-time speech recognition alone outputs a verbatim text transcript in the original spoken language; it has no cross-lingual capability. Thus this option incorrectly bundles translation into the recognition feature.

  • Identifying who is speaking from their voice

    Why it's wrong here

    Identifying who is speaking from their voice is speaker identification/verification, a biometric task that models vocal characteristics, such as voiceprints or speaker embeddings, and matches them against enrolled speakers. Real-time speech recognition ignores speaker identity; it uses acoustic models to map phonetic patterns to words for any voice. Confusing these conflates who said it with what was said.

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.