AI-102 Question 206
Select 3You are developing an Azure-based text-to-speech solution for an audiobook application. The client wants specific sections of the narration to sound more expressive and natural, such as raising the pitch for excitement and slowing down the speed for dramatic pauses. Which of the following SSML elements can you use to achieve these requirements?
- A
tag - B
tag - C
tag - D
tag - E
tag
Show answer and explanation
Correct answers: A, B, E
Explanation
To make the narration sound more expressive and natural, you can use the
- A. Correct.
The
tag allows you to adjust pitch, rate, and volume, which can be used to make parts of the speech sound more expressive. - B. Correct.
The
tag introduces pauses in the speech, which is useful for creating dramatic pauses as requested by the client. - C. Incorrect.
The
tag specifies the voice to use but does not directly control pitch, speed, or expressiveness. - D. Incorrect.
The
tag is used for pronunciation adjustments and does not control emotional expressiveness or pauses. - E. Correct.
The
tag can be used to stress certain words or phrases, making them sound more expressive in the narration.