Azure Speech
An Azure service that integrates speech processing into apps and services.
812 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can I use Speech Studio Custom Command on local machine without calling Azure Cognitive Speech Service API call?
In my application, I get user voice and I want to check with given voice against predefined list of Custom Command and respond based on the that message.
Thanks for reaching out. To use custom commands locally, you need to use the speech sdk in order to communicate with your custom command application. Hope this helps.
No, not supported at the moment.
Ok. Thanks for the info