HOTSPOT
-
You are building a text-to-speech app that will use a custom neural voice.
You need to create an SSML file for the app. The solution must ensure that the voice profile meets the following requirements:
• Expresses a calm tone
• Imitates the voice of a young adult female
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
//IMG//
<mstts:express-as {{slot1}}="YoungAdultFemale" {{slot2}}="gentle">How can I assist you?</mstts:express-as>Correct slot values