SpeechRecognizer不断获得ERROR_NETWORK

时间:2014-10-07 02:52:39

标签: java android error-handling speech-recognition

我使用SpeechRecognizer将语音转换为文本,但我遇到了一个问题,即SpeechRecognizer不断获得Error_Network(如80%可能)。有没有人遇到过这种问题。

2 个答案:

答案 0 :(得分:0)

查看thisthis

Android已经定义了这个 SpeechRecognizer 。 您收到此错误,因为您正在使用其他网络。尝试使用google Default netowrk使用设置。

可能有帮助...

答案 1 :(得分:0)

使用语音识别器时是否使用互联网? 如果是这样,请使用互联网停止所有其他应用(包括拨打电话)。 如果出于某种原因你无法尝试在离线模式下工作,这意味着语音到文本将在设备上本地完成,因此不需要网络。

使用以下链接进行设置:

Offline Speech Recognition In Android (JellyBean)