hugopdvn
08/01/2024, 1:42 PMVapi
08/01/2024, 1:44 PMxml
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="fr-FR">
<voice name="fr-FR-RemyNeural">
Voici l'ID du client:
<say-as interpret-as="characters">AB123</say-as>
</voice>
</speak>
By using the <say-as> tag with the interpret-as="characters" attribute, you can instruct the voice model to spell out the ID character by character, which can help maintain the correct language pronunciation.
If you're still experiencing issues, you might want to check the documentation for the specific voice model you're using or reach out to Azure support for more detailed guidance on handling multilingual content.Vapi
08/01/2024, 1:44 PMhugopdvn
08/01/2024, 1:46 PMVapi
08/01/2024, 1:46 PM<speak> tags.
2. Specify the language and voice using the <voice> tag and the xml:lang attribute.
3. Use the <say-as> tag with the interpret-as="characters" attribute for alphanumeric strings to spell them out.
Make sure to replace "AB123" with the actual customer ID you want to enumerate. If you have multiple IDs, you can repeat the <say-as> tag for each one.
If you're not sure how to integrate SSML with your specific setup or if you need further assistance, please let me know, and I'll be happy to help!hugopdvn
08/01/2024, 1:50 PMShubham Bajaj
08/01/2024, 9:19 PMhugopdvn
08/02/2024, 7:28 AMhugopdvn
08/02/2024, 7:30 AMShubham Bajaj
08/02/2024, 8:14 PMShubham Bajaj
08/02/2024, 8:15 PMShubham Bajaj
08/02/2024, 8:15 PMhugopdvn
08/05/2024, 7:39 AMShubham Bajaj
08/05/2024, 2:31 PMShubham Bajaj
08/05/2024, 2:31 PMhugopdvn
08/06/2024, 7:57 AMShubham Bajaj
08/06/2024, 9:16 PMSahil
08/15/2024, 9:11 PM