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
A:
There are 2 APIs for STT:
- android.speech.SpeechRecognizer
- android.speech.RecognitionService
There is also an sample app available in the latest SDK.
Now the question is how far these APIs are accurate?
Maxood
2010-07-23 12:29:09