fifiddu70 Well-Known Member Licensed User Longtime User Feb 29, 2012 #1 how do I display on a EDITEX the result of voice recognition?
Erel B4X founder Staff member Licensed User Longtime User Mar 1, 2012 #2 See this example: Voice Recognition Example Instead of calling TTS.Speak with the recognized text you should use: EditText1.Text = Texts.Get(0) Upvote 0
See this example: Voice Recognition Example Instead of calling TTS.Speak with the recognized text you should use: EditText1.Text = Texts.Get(0)