Multiple Lexicons

Shin Iwamoto 1 Reputation point
2022-11-16T01:56:14.487+00:00

Is it possible to use multiple lexicons on Text-To-Speech?
That is, the second lexicon in the following SSML code works?
<speak ....>
<voice name="en-US-JennyNeural">
<lexicon uri="https://..../my-container/sample1.pls"/>
<lexicon uri="https://..../my-container/sample2.pls"/>
text....
</voice>
</speak>

Thanks.

Azure Speech
Azure Speech
An Azure service that integrates speech processing into apps and services.
910 questions
Azure Cognitive Services
Azure Cognitive Services
A group of Azure artificial intelligence services and cognitive APIs that help build intelligent apps.
1,142 questions
{count} votes