How to add Phrase List to Speech To Text Golang SDK OR how to create one endpoint for multiple Custom Speech Models?
arvind prajapati
5
Reputation points
I've implemented Azure Cognitive service using Speech To Text Golang SDK. I wanted to add a custom phrase list, but there is no implementation mentioned in this link to add Custom Phrases in Golang. https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/improve-accuracy-phrase-list?tabs=terminal&pivots=programming-language-javascript
I have created a custom speech model for the "en-us" language, but this endpoint is transcribing the "en-us" language only and not transcribing the speech of other languages.
Is there any option to,
- Add custom phrases using Golang SDK.
- Use the endpoint of the custom speech model which also transcribes languages other than the "en-us"?
Sign in to answer