nerdexam
Microsoft

AI-102 · Question #27

Your organization uses speech synthesis and now you want to change the voice used in the service. How can you achieve that?

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.

How the community answered

(41 responses)
  • A
    17% (7)
  • B
    73% (30)
  • C
    10% (4)

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.

Full AI-102 Practice