Android Question Voice Recognition question

Robert Grimmett

Member
Licensed User
Longtime User
Is the "VR_Result" the only way to read a VR.Listen(), I saw the VR.Listen2() but i dont understand intents well enough to even know if it will do what i need. I am looking for a way to auto-call the vr feature for each edittext view/field. i have a very messy way of doing it using a select statement and changing the value of a variable with each run through. I was wondering if anyone could help me with intents if that is a better way to go or if there is a plan for something like vr.listen(result_sub) being able to put in sub result_sub(uccess As Boolean, Texts As List) or something like that
 

Robert Grimmett

Member
Licensed User
Longtime User
thanks, I will look into that one, however, my application requires hands-free integration. so when one field is complete it jumps to the next one and opens up the listen window again. right now I have a workaround that looks at a curr_line variable and a select case on the result field. it works well I just have to learn to work with the intent side to increase the listening time.
 
Upvote 0
Top