Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google speech to text API for languages other than English [closed]

Is there an API for speech to text for languages other then English? I know the API for English (http://developer.android.com/resources/articles/speech-input.html) but I want be able to recognize speech in my language as e.g. Google Maps or Search do. It can even be general API, not Android API.

like image 268
Krzysztof Wolny Avatar asked Feb 11 '11 20:02

Krzysztof Wolny


People also ask

What languages does Google Text to Speech support?

About the TTS resources The TTS engine that ships with the Android platform supports a number of languages: English, French, German, Italian and Spanish. Also, depending on which side of the Atlantic you are on, American and British accents for English are both supported.

Is Google speech to text API open source?

Google today open-sourced the speech engine that powers its Android speech recognition transcription tool Live Transcribe. The company hopes doing so will let any developer deliver captions for long-form conversations. The source code is available now on GitHub.

Can Google recognize languages?

Google is now able to understand human language with 95 percent accuracy, thanks to machine learning algorithms that can detect speech and respond with meaningful results.


1 Answers

http://developer.android.com/resources/articles/speech-input.html says:

Google's servers currently support English, Mandarin Chinese, and Japanese. The web search model is available in all three languages, while free-form has primarily been optimized for English. As we work hard to support more models in more languages, and to improve the accuracy of the speech recognition technology we use in our products, Android developers who integrate speech capabilities directly into their applications can reap the benefits as well.

When you use the intent, set the value for EXTRA_LANGUAGE. See http://developer.android.com/reference/android/speech/RecognizerIntent.html#EXTRA_LANGUAGE

like image 129
Michael Levy Avatar answered Sep 27 '22 18:09

Michael Levy