QuestionQ104
Implement text analysis solutionsYou are creating a text-to-speech solution using Azure Speech in Foundry Tools that reads instructions aloud from a script contained in a text file.
You notice that the solution frequently mispronounces technical terms.
You need to stop these incorrect pronunciations from occurring. The solution must minimize development effort.
What should you do?
- A From Speech Studio, train a custom neural voice
- B Use Speech Synthesis Markup Language (SSML) to specify phonemes.
- C Use Speech Synthesis Markup Language (SSML) to apply say as rules.
- D Use Speech Synthesis Markup Language (SSML) to adjust the prosody of the voice.
- E From Azure OpenAI use the Whisper model.
Community Discussion