Top "Google-voice" questions

"Google Voice" is a telecommunications service offering enhanced: voicemail, forwarding, conferencing, etc.

Remove quotes from String in Python

I have a python Code that will recognize speech using the Google STT engine and give me back the results …

python string speech-recognition google-voice
Is there a Google Voice API?

Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with …

google-voice
Google Voice API Documentation

I've spent the last hour searching for an official Google Voice API documentation but couldn't find anything but a bunch …

documentation google-voice
Twilio vs google voice api for SMS

I am building a mobile app (android et al) that I need to use SMS for. The SMS would simply …

java android sms twilio google-voice
Integrate Google Voice Recognition in Android app

I want to introduce a new feature into my app: permanent voice recognition. First of all I followed these posts: …

android speech-recognition voice-recognition google-voice google-voice-search
No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }

The exception was thrown in the following code: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_…

android google-voice
Is there a google voice api for sending text messages?

Does anyone know of any working gvoice api? I have found this project: http://sourceforge.net/projects/gvoicedotnet/ but the …

c# google-voice
Can't sign up for Azure - "We were unable to verify your account"

Anyone else have this problem? I cannot sign up for an Azure account. On the registration page, it asks for …

azure visual-studio-2013 google-voice
Android TTS male voices

Is it possible to install and configure some male voices on android.speech.tts.Voice? I have read some news …

android text-to-speech speech-synthesis google-voice
Python Google Voice

I am using the google voice API from here, and trying to send text messages from Python. However, whenever I …

python python-2.7 google-voice