-
Notifications
You must be signed in to change notification settings - Fork 33
Home
JoaoCnh edited this page Jan 21, 2016
·
4 revisions
#DOCS
react-native-android-voice is a React Native module for the Android platform. Its focus is on providing an easy way of incorporating the Speech-To-Text functionality in your apps.
#v0.2.0 - Coming soon
- Error Handling
- Custom Prompt
- Several Locales to choose from (I've implemented some already, still need to finish up)
##Example of what's to come
...
var spokenText = await SpeechAndroid.startSpeech("Speak yo", SpeechAndroid.GERMAN);
...
This will automatically start recognizing and adjusting for the German Language. On release I'll update these docs with every single Locale available.