Hi,
I need the ability to provide a custom list of phrases for every transcription depending on the customer who will be transcribing a file.
Consequently, I need something like this
https://docs.microsoft.com/en-us/javascript/api/microsoft-cognitiveservices-speech-sdk/phraselistgrammar?view=azure-node-latest
But for batch transcriptions
https://centralus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/CreateTranscription
I can't see it in the documentation, so I would like to know if possible or maybe I am missing something.
Thanks in advance