Speech Recognizer¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Media | API 19, Android 4.4 - 4.4.4 KitKat | 2 |
Overview¶
A non-visible component that converts spoken words to text using voice recognition.
Events¶
After Getting Text¶
Simple event to raise after the VoiceReco activity has returned
Params | |
---|---|
result | Text |
Before Getting Text¶
Simple event to raise when VoiceReco is invoked but before the VoiceRecoactivity is started.
Methods¶
Get Text¶
Solicits speech input from the user. After the speech is converted totext, the AfterGettingText event will be raised.
Properties¶
Result¶
Text Read - Blocks
Result property getter method.
Last update: January 2, 2021