I am a beginner in Android development. Is there any possibility to write a speech to text software that could access Googles network based back-end voice to text system ?

link|improve this question

65% accept rate
2  
Yes of course there is a big possibility for this to happen. – Sherif elKhatib Aug 16 '11 at 9:11
feedback

2 Answers

up vote 5 down vote accepted

you can try the recognizer intent...check out the links below and see if it answers your query: sample code for voice recognition

voice recognizer documentation

link|improve this answer
feedback

No, Google Voice API is closed. They don't allow to used their API to make software for others.

There are other companies that can provided speech recognition software as a product (you install in your server) or as a service (send audio and receive text).

link|improve this answer
Did you check 0cool answer? You should comment there if he is wrong. Besides that, you should not answer two times, next time please include both in one answer – Juanma Baiutti Aug 16 '11 at 19:16
feedback

Your Answer

 
or
required, but never shown

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