I use Azure text to speech and I got this exception:
Error code: 1007. Error details: SSML must contain a maximum of 50 voice elements. Actual 90.
But my SSML contains only 45 voice elements.
I use Azure text to speech and I got this exception:
Error code: 1007. Error details: SSML must contain a maximum of 50 voice elements. Actual 90.
But my SSML contains only 45 voice elements.
Figured myself. Azure TTS service actually counting both
voiceandaudioelements. Error description somehow misleading, it should be mentioningaudioelements as well.