I'm developing a webapp and I'm using Microsoft Cognitive Services to add speech to text capabilities. In particular I'm using Bing Speech API
My users use acronyms and no-native English words to refers to some domain specific items. Vanilla Bing Speech API doesn't recognise that acronyms.
Is it possible to add custom words/grammar in Bing Speech API? Is there a web API alternative to Bing that can be customised with custom words/grammar? Workaround?
Thanks