Page 1 of 1
Input Speech
Posted: 25 Jun 2018 07:21
by Rafi4
Hi
How can I use input Speech (experimental) action.
Give me any examples.
Thanks in advance.
Re: Input Speech
Posted: 25 Jun 2018 17:39
by Desmanto
Just add that action. After that the recognized text will be in {value}, use this in your other flow, example just speech output, using this {value}.
Usually this will require Google app to be installed and updated at your phone. Google Play services probably need to be updated too.
As a good practice, you can put an expression after the input speech
True, continue to your main flow. False, loop back to the input speech. It will loop back to the input speech if it fails to recognize the speech. You can also put another condition after it : execution count, 5 times. So if it fails 5 times, the loop is stopped.
Another thing to remember is sometimes the recognized speech can be in capital. So most of the time, you have to convert it to lower case first to make sure the comparison is correct (if you compare the value)
Re: Input Speech
Posted: 26 Jun 2018 01:08
by Rafi4
Hi Desmanto
Thanks for your help.
I have created this flow. This is working.But I want to use multiple words. How can I?
Re: Input Speech
Posted: 26 Jun 2018 04:16
by digitalstone
You mean if you want to let it to evaluate a sentence?
Just try adding words between the quotes to evaluate.
Re: Input Speech
Posted: 26 Jun 2018 04:22
by Rafi4
Hi DIGITALSTONE
Thanks