I have below 2 queries:
- Can we use VXML based grammars with the Microsoft's cloud speech recognition service ?
- Can we use compiled(binary-format) grammars with Microsoft's cloud speech recognition service?
We have integrated C++ SDK provided by Microsoft to use these services. I have tried to find what are the types of grammars supported and could only find something called as PhraseListGrammars(https://learn.microsoft.com/en-us/python/api/azure-cognitiveservices-speech/azure.cognitiveservices.speech.phraselistgrammar?view=azure-python).
Please help us if you are know how much microsoft's cloud STT service supports such custom grammars.
Thanks