What is 'real-time speech translation' in Azure AI Speech?
Real-time speech translation pipelines speech recognition → translation → (optional) speech synthesis for instant cross-language communication.
Why this answer
Real-time speech translation in Azure AI Speech is designed to translate spoken language into another language with minimal latency, enabling live conversations. Option B correctly describes this capability, as it converts spoken words in one language to text or speech in another language instantly, leveraging the Speech Translation API with streaming audio input.
Exam trap
The trap here is confusing real-time translation with batch or offline processing options, as candidates often mistake batch transcription or subtitle generation for real-time capabilities due to overlapping terminology like 'translation' or 'speech.'
How to eliminate wrong answers
Option A is wrong because it describes batch transcription or translation of pre-recorded audio, which is a different Azure service (Batch Transcription API) and not real-time. Option C is wrong because generating subtitles for pre-existing videos is a batch or offline task, often handled by Azure Video Indexer or Media Services, not the real-time Speech Translation API. Option D is wrong because it describes text-to-speech conversion in the same language, which is a separate capability (Text-to-Speech API) and does not involve translation between languages.