Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Speech Recognition API

Tags:

I'm trying to use the Google Speech API v2 (at address https://www.google.com/speech-api/v2/recognize?...)

I need to use my Api Key, but when I use it I get error 403 Forbidden

When I use an API key that was on the example project I downloaded it is working fine.

I saw that at the Google Developers Console I can enable a lot of api options, but didn't find any Speech-API option. Is there anything else I need to enable to get access to this API using my key?

Thank you!

like image 492
Ron Gross Avatar asked May 12 '14 12:05

Ron Gross


People also ask

Is google speech API free?

The Google Speech-To-Text API isn't free, however. It is free for speech recognition for audio less than 60 minutes. For audio transcriptions longer than that, it costs $0.006 per 15 seconds. For video transcriptions, it costs $0.006 per 15 seconds for videos up to 60 minutes in length.

Is google speech API open source?

Google today open-sourced the speech engine that powers its Android speech recognition transcription tool Live Transcribe.


2 Answers

Instructions are here : http://www.chromium.org/developers/how-tos/api-keys

!! Do not forget to activate the API "Speech API" in "APIs" under "APIS & AUTH" !!

like image 126
aurelihein Avatar answered Oct 07 '22 18:10

aurelihein


According to chromium that there is no quota for google speech to text APIs anymore.so you will not found it in your google cloud project console

enter image description here

like image 32
Ahmed Gamal Avatar answered Oct 07 '22 18:10

Ahmed Gamal