Galaxy Tab的语音识别 - 离线

时间:2011-01-28 09:09:50

标签: android speech-recognition voice-recognition

是否有适用于Samsung Galaxy标签的离线模式(无互联网连接)的语音识别服务?

2 个答案:

答案 0 :(得分:0)

Android语音识别需要互联网连接。识别不是在设备上执行,而是使用Google Web服务。所以,你必须在线。有关Web服务的一些信息,请访问http://waxy.org/2008/11/deconstructing_google_mobiles_voice_search_on_the_iphone/

答案 1 :(得分:0)

看看

Android: Speech Recognition without using google server

这基本上是同一个问题