• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. K

    Apps How can I get the system setting for the Google voice typing languages?

    Hi, I am writting an app in whch I have integrated speech recognition for 3 different languages. However I would like to select between languages based on the setting in the Google voice typing languages. I have managed to get the default "Language & input" language by calling: String...
  2. K

    App Inventor CLOUD SPEECH API info

    Hi, I have been wrtting an android app in which I have implemented voice recognition/action for english, german and greek. What I am using in my app is the: android.speech.RecognizerIntent Is that the same as the Cloud speech API? https://cloud.google.com/speech/ So far I am impressed with...
  3. K

    Understanding how android voice-to-text works

    Hi, I am writting an app in which I am using voice-to-text. The app works very well over all, but I am not exactly sure as to how does the voice recognition works in android. Does the phone send the voice data to some sort of google server were they are analyzed, and then sending back the text...