Whats the reason Free Tier - Speech to Text - Speech Translation - Continuous recognition - After n recognitions the canceled event is executed?

Melvin Vega 21 Reputation points
2022-02-23T16:59:05.64+00:00

I am relatively new using cognitive services speech to text. At the beginning we were using this service (speech to text) and for the translation of the speech to text we were using the translation api. But we start experimenting some issues with the response time and this affected the user experience. So, in order to improve this experience i started to implement speech translation that perform all this operation (speech recognition and translation) at the same time.

Our application translate the recognized text into 66 different languages, we are using the SpeechSDK from javascript to achieve this. At the beginning all works smoothly, but after n requests (This is random) the canceled event is executed. I tried to get the errors logs from this event but the error code is always 0 and the error details is undefined. So i am not sure what is happening, that the reason i am asking here for help.

At the moment we have the Free Tier for the speech service, maybe this issue is related to that and we should update the tier to standard? Is this possible?

Now, standard tier says that we have to pay $ 2.5 per hour. How is it work? Do we have to pay this all the time or this is by request by hour?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,078 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,666 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 53,976 Reputation points Moderator
    2022-02-24T01:33:25.29+00:00

    Hello @Melvin Vega

    Thanks for reaching out to us, there are possible two reasons you can have a check:

    1 - the quotas and limitations: there are quotas and limitations for Speech Service, below document mentioned all the limitations.

    https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-services-quotas-and-limits#speech-to-text-quotas-and-limits-per-speech-resource

    2 - the limitation of pricing tier - I will give the free tier limitation, please take a look:
    177285-image.png

    For your question "Now, standard tier says that we have to pay $ 2.5 per hour. How is it work? Do we have to pay this all the time or this is by request by hour?"

    The price you pay is regarding to your audio hour, you will pay $2.5 for every audio hour you input to Speech Service.

    Hope this helps.

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful, thanks.


0 additional answers

Sort by: Most helpful

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.