Top "Google-speech-api" questions

With Google Speech API you can convert speech to text file based or live stream

ImportError: No module named google.cloud

I am unable to import google.cloud.speech from google.cloud import speech I have installed it using : pip install …

python-2.7 python-import google-speech-api google-cloud-speech
Google Speech API V2

I have followed this link to generate API keys, but the Speech API was not found on the console. The …

google-speech-api
Request had invalid authentication credentials. Expected OAuth 2 access token error in cloud speech api

i have followed the google cloud speech api quickstart of requesting api by using curl -s -H "Content-Type: application/json" \ …

api oauth google-cloud-platform google-speech-api
How to use google speech recognition api in python?

Stack overflow might not be the best place to ask this question but i need help. I have an mp3 …

google-api google-speech-api
GOOGLE_APPLICATION_CREDENTIALS error

I am trying to use the google speech API for converting an audio file to text, but facing some problems …

google-cloud-platform google-speech-api google-cloud-sdk
Where is `Google Speech API Key`?

I was refering to this link where it discuss about the Google Speech engine. It says that I have to …

api speech-recognition chromium voice-recognition google-speech-api
How to change the language of Google speech recognition

My code: with sr.Microphone() as source: audio = r.listen(source) try: print("You said: " + r.recognize_google(audio) + "in …

python python-3.x speech-recognition google-speech-api french
portaudio.h: No such file or directory

I got the following error while trying to install pyaudio using pip3 in ubuntu 16.04: Collecting pyaudio Downloading PyAudio-0.2.11.tar.gz …

python speech-recognition google-speech-api
Google Cloud Speech with Javascript

In documentation and tutorial for REST API (Google Sppech API for Node: https://cloud.google.com/nodejs/apis), so my …

javascript speech-recognition google-cloud-platform google-speech-api
Make Python Speech Recognition Faster

I have been using Google Speech Recognition for Python. Here is my code: import speech_recognition as sr r = sr.…

python speech-recognition google-speech-api dictation