Best practice when using webhooks for multiple batch SpeechToText requests

MD 0 Reputation points
2024-01-15T08:59:43.5066667+00:00

Hello. We are currently investigating the functionality within Azure AI Speech. Specifically we are looking for suggestions regarding the best practices when using webhooks to track the batch transcription jobs.

In the batchclient sample from github a webhook is initiated before a single batch request and closed once the transcription job is finished.

For the scenario in which multiple batch jobs are started throughout the day, is it possible or recommended to initiate the webhook before the first job of the day (or when the application is started) and keep this single webhook alive until all batch jobs are finished (or the application is stopped)? Or is the recommendation to have one webhook per batch request?

Thanks in advanced for any information!

Kind regards,

McGregor

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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.