AI-900 · Question #147
What markup language will you use for the control of Speech Synthesis output for your phone auto attendant?
The correct answer is C. SSML. Speech Synthesis Markup Language (SSML) is used to control the output of text-to-speech services, including those for phone auto attendants.
Question
Options
- AHTML
- BSQL
- CSSML
- DJSON
- ETeX
How the community answered
(20 responses)- A5% (1)
- C90% (18)
- D5% (1)
Why each option
Speech Synthesis Markup Language (SSML) is used to control the output of text-to-speech services, including those for phone auto attendants.
HTML is a markup language for structuring web content and has no functionality for controlling speech synthesis.
SQL is a language used for managing and querying relational databases, entirely unrelated to speech synthesis control.
Speech Synthesis Markup Language (SSML) is an XML-based markup language that provides fine-grained control over how text is converted to speech, allowing adjustments to pronunciation, pitch, rate, and pauses for a more natural-sounding output in applications like auto attendants.
JSON is a data interchange format and does not provide mechanisms for controlling the characteristics of synthesized speech.
TeX is a typesetting system primarily used for document preparation, especially for technical and scientific texts, not for speech synthesis control.
Concept tested: Speech Synthesis Markup Language (SSML)
Source: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-synthesis-markup?tabs=csharp
Topics
Community Discussion
No community discussion yet for this question.