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 AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,382 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,351 questions
{count} votes