Hi,
I read that this react-native-voice provides Online and Offline Support.
Does this mean that it can work offline?
I tested it and it keeps popping network error when I try offline on my AVD.
Any thoughts?
Thanks
Just download Offline speech recognition in settings > language and input > Voice input (this can be difference on every device).
Then add EXTRA_PREFER_OFFLINE intent.
Thanks for this question and explanation it wasn't clear. Maybe we should mention this in the docs somewhere.
We have to tell our users to download the "offlice speech recognition" correct? Both ios and android?
And for android only we need ot add EXTRA_PREFER_OFFLINE permission?
Should the EXTRA_PREFER_OFFLINE intent be added during startSpeech as an option?
it does work offline and online
use EXTRA_PREFER_OFFLINE on android, check docs
Where is the details about EXTRA_PREFER_OFFLINE is available in the docs @sibelius
iam not getting the exact text what i speak but its working fine in online @sibelius
Most helpful comment
Where is the details about EXTRA_PREFER_OFFLINE is available in the docs @sibelius