Search code examples
speech-to-textazure-cognitive-services

Limit for using Speech to Text free tier


I am using the free tier Speech to Text service in order to convert wav file into text. When I try to convert several wav files (which is about 2 min long each) in sequence I get the following error.

Status: Canceled. Reason: The recognition service encountered an internal error and could not continue.Respones text:{"Duration":0,"Offset":0,"RecognitionStatus":"Error"}.

I can use the API again after waiting for few minutes. It looks like there is some kind of limit or quota when you use the free tier. Are there any documents that explains the limits of the free tier for Speech to Text services?


Solution

  • The free tier allows you to transcribe 5 hours, 5,000 transactions per month, 20 per minute.