2

I'm using SpeechRecognizer to convert voice to text, but I encounter a problem that SpeechRecognizer keeps getting Error_Network (like 80 percent possiblilty). Does anyone encounter this kind of problem.

Tony Lin
  • 765
  • 3
  • 15
  • 35
  • mostly it could not able to connect to internet...check your internet permission in manifest...or download language to use it offline – Rajan Kali Oct 07 '14 at 03:12

1 Answers1

0

Are you using the internet while using the speech recognizer? If so , stop all other app (including making phonecalls) using the internet. If for some reason you cannot do that try working in offline mode, this means that the speech to text will be done locally on the device, thus not needing a network.

Use the following link to set it up:

Offline Speech Recognition In Android (JellyBean)

Community
  • 1
  • 1
tamir007
  • 178
  • 2
  • 7