简体   繁体   中英

Android Google API Speech recognition

i would create an app which uses speech recognition, but i'm new in this kind of implementation and i would know if you can help me. I've looked for here

http://developer.android.com/

i didn't find anything about it.

I would know how to use Google API speech recognition..can you suggest me some link please?

Thanks

This book: http://www.amazon.com/Professional-Android-Sensor-Programming-Milette/dp/1118183487/

Check out the code here: https://github.com/gast-lib/gast-lib

specifically: This class: https://github.com/gast-lib/gast-lib/blob/master/library/src/root/gast/speech/SpeechRecognizingActivity.java

Just have your code extend SpeechRecognizingActivity and you can be started in no time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM