Does Azure charge for entire duration of recognition when using start_continuous_recognition() or only the duration of the recognized speech?

SST 0 Reputation points
2023-09-24T10:27:00.14+00:00

Hi, I have a question regarding the Azure Speech pricing model. When using Azure Speech recognition, if I use this start_continuous_recognition() mode, does Azure charge for the entire duration once the start_continuous_recognition() is called or only the duration of recognized speech?

https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-recognize-speech?pivots=programming-language-python#use-continuous-recognition

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,734 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,590 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,854 questions
{count} votes

1 answer

Sort by: Most helpful
  1. santoshkc 8,940 Reputation points Microsoft Vendor
    2023-09-25T11:03:54.89+00:00

    Hi @SST ,

    Thank you for reaching out to the Microsoft Q&A forum regarding the pricing model for Azure Speech recognition when using the "start_continuous_recognition()" mode. I will be happy to assist you regarding this.

    Azure Speech recognition pricing is based on the usage. When using the “start_continuous_recognition()” mode, Azure Speech recognition will continuously process audio input until the “stop_continuous_recognition()” method.

    Azure charges for the entire duration of audio input processed by the service, regardless of whether the audio is recognized or not. This means that if you use the “start_continuous_recognition()” mode to process audio input for 10 minutes, Azure will charge you for 10 minutes of audio processing, even if only 5 minutes of audio are recognized.

    For more information about Azure Speech recognition pricing, please look into the below links:

    Cognitive Speech Services Pricing | Microsoft Azure

    Speech service quotas and limits - Azure AI services | Microsoft Learn

    I hope this information helps! Let me know if you have any further questions.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

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.