AI-102 Question 208
Select 2You are designing a text-to-speech application using Azure Cognitive Services. You want to enhance the expressiveness of the speech output by controlling pronunciation, volume, and emphasis on specific words. Which Speech Synthesis Markup Language (SSML) elements should you use to achieve this?
- A
- B
- C
- D
- E
Show answer and explanation
Correct answers: A, C
Explanation
To improve text-to-speech expressiveness using SSML, the
- A. Correct.
is used to control pitch, rate, and volume, making it essential for enhancing expressiveness in speech synthesis. - B. Incorrect.
is used to insert pauses in the speech but does not control pronunciation, volume, or emphasis. - C. Correct.
is explicitly designed to emphasize specific words or phrases, improving expressiveness. - D. Incorrect.
allows you to switch between different voices but does not directly control pronunciation, volume, or emphasis. - E. Incorrect.
specifies the language of the text but does not enhance expressiveness through pronunciation, volume, or emphasis.