Skip to content

Commit 4fd9267

Browse files
authored
Update personal-voice-how-to-use.md
Simplify personal voice SSML sample. The language and gender attribute is not necessary. And it confuse customer.
1 parent a103b32 commit 4fd9267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/ai-services/speech-service/personal-voice-how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's example SSML in a request for text to speech with the voice name and the
2929

3030
```xml
3131
<speak version='1.0' xmlns='http://www.w3.org/2001/10/synthesis' xmlns:mstts='http://www.w3.org/2001/mstts' xml:lang='en-US'>
32-
<voice xml:lang='en-US' xml:gender='Male' name='PhoenixV2Neural'>
32+
<voice name='PhoenixV2Neural'>
3333
<mstts:ttsembedding speakerProfileId='your speaker profile ID here'>
3434
I'm happy to hear that you find me amazing and that I have made your trip planning easier and more fun. 我很高兴听到你觉得我很了不起,我让你的旅行计划更轻松、更有趣。Je suis heureux d'apprendre que vous me trouvez incroyable et que j'ai rendu la planification de votre voyage plus facile et plus amusante.
3535
</mstts:ttsembedding>

0 commit comments

Comments
 (0)