Multiple Lexicons

Shin Iwamoto
1
Reputation point
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.