AI-102 Question 207
Select 2You are developing a customer support chatbot that provides realistic text-to-speech (TTS) responses. To enhance the user experience, the chatbot must implement variations in speech rate, pitch, and volume for different scenarios like emphasizing important information or using a calmer tone for sensitive topics. Which of the following Speech Synthesis Markup Language (SSML) elements should you use to meet the requirements?
- A
- B
- C
- D
- E
Show answer and explanation
Correct answers: A, C
Explanation
To improve text-to-speech responses using SSML for scenarios requiring variations in speech rate, pitch, and volume, the
- A. Correct.
The
element is used to modify speech rate, pitch, and volume, making it essential for customizing the delivery of speech in scenarios like emphasizing or calming tones. - B. Incorrect.
The
element is used to insert pauses in speech, but it does not control speech rate, pitch, or volume. It is not relevant to the requirements in the question. - C. Correct.
The
element is used to add emphasis to specific words or phrases, making it relevant for scenarios where important information needs to be highlighted. - D. Incorrect.
The
element allows you to specify the voice used for speech synthesis, but it does not influence speech rate, pitch, or emphasis. It is not required for this scenario. - E. Incorrect.
The
element specifies a language for a section of text but has no impact on speech rate, pitch, or emphasis. It is not relevant to the requirements in the question.