Custom list phrase / vocabulary on batch transcriptions?

Rafael Castelo 6 Reputation points
2021-04-16T16:28:46.453+00:00

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://learn.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

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,398 questions
{count} vote

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2021-04-26T17:53:47.023+00:00

    Hi, quick follow-up. We don't have any limitation of how much we can process via OnLine transcription, we care more about how fast you send the input to us. So, if for example, you send ~ 1x real speech (i.e. without any "fast-forwarding"), we can handle an hour or even more. However, If push too hard, the session may get disconnected due to "buffer overflow". We are working on improving buffer overflow by introducing adaptive throttling very soon. We recommend that you split big audio files to something like 10 min segments (standalone files). The quickstart only works for short utterances, please check out this sample which should support longer files. Hope this helps!

    0 comments No comments