MicrosoftMicrosoft
AI-102 · Question #27
AI-102 Question #27: Real Exam Question with Answer & Explanation
The correct answer is B: Set the SpeechSynthesisVoiceName property of the SpeechConfig object to the desired voice. To set a voice, set the SpeechSynthesisVoiceName property of the SpeechConfig to a voice name, such as “en-GB-George”.
Submitted by rachelw· Mar 30, 2026Implement conversational AI solutions
Question
Your organization uses speech synthesis and now you want to change the voice used in the service. How can you achieve that?
Options
- ASpecify a SpeechSynthesisOutputFormat enumeration in the SpeechConfig object.
- BSet the SpeechSynthesisVoiceName property of the SpeechConfig object to the desired voice
- CSpecify a filename in the AudioConfig object.
Explanation
To set a voice, set the SpeechSynthesisVoiceName property of the SpeechConfig to a voice name, such as “en-GB-George”.
Topics
#Speech Synthesis#Voice Configuration#Azure Speech SDK#SpeechConfig
Community Discussion
No community discussion yet for this question.