Reputation: 11
I am a novice in Azure and I am trying to create a web app with a text-to-speech agent using azure resources. So far I have the web app and separatly the voice agent. Do you know if it is possible to bind both so that when I click a button on the web app, the voice agent says something (anything would work for now). If it is possible, what steps would you follow to achieve that?
I'm using .NET core and C#.
Thanks in advance for the time.
Upvotes: 1
Views: 874
Reputation: 2754
Yes, You can use the Speech Services REST API or SDK. Here are reference docs.
As well as the API reference document: Cognitive Services APIs Reference (microsoft.com)
Upvotes: 1