Is there an API available in Android as such for Speech To Text (as it is for TTS)? If not then is there a way around like using any 3rd party library etc.? Thank you

link|improve this question

64% accept rate
There is something on the official Android's site about Speech Recognition: 4feets.com/android1.5_ref/docs/reference/android/speech/… – Maxood Jul 16 '10 at 12:02
feedback

1 Answer

There are 2 APIs for STT:

  1. android.speech.SpeechRecognizer
  2. android.speech.RecognitionService

There is also an sample app available in the latest SDK.

Now the question is how far these APIs are accurate?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.