nerdexam
Microsoft

AI-102 · Question #235

Drag and Drop Question You develop an app in C# named App1 that performs speech-to-speech translation. You need to configure App1 to translate English to German. How should you complete the…

To configure speech-to-speech translation in the Azure Cognitive Services Speech SDK, you use 'speechRecognitionLanguage' to set the source language (English, e.g., 'en-US') so the SDK knows what language to listen for and transcribe, and 'addTargetLanguage' to specify the…

Submitted by yasin.bd· Mar 30, 2026Implement natural language processing solutions using Azure AI Speech services, specifically configuring speech-to-speech translation with the Speech SDK

Question

Drag and Drop Question You develop an app in C# named App1 that performs speech-to-speech translation. You need to configure App1 to translate English to German. How should you complete the SpeechTranslationConfig object? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AI-102 question #235 exhibit

Explanation

To configure speech-to-speech translation in the Azure Cognitive Services Speech SDK, you use 'speechRecognitionLanguage' to set the source language (English, e.g., 'en-US') so the SDK knows what language to listen for and transcribe, and 'addTargetLanguage' to specify the destination language (German, e.g., 'de') for translation output. The 'voiceName' property is used optionally to specify a synthesis voice for audio output, but is not required for basic translation configuration - the two mandatory properties are speechRecognitionLanguage (input) and addTargetLanguage (output).

Topics

#Azure Cognitive Services#Speech SDK#Speech Translation#SpeechTranslationConfig

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice