dialogflow-android-client icon indicating copy to clipboard operation
dialogflow-android-client copied to clipboard

1 second delay seem to be too low

Open Vandalko opened this issue 8 years ago • 1 comments

This commit 334e1655c1a31cbdc2c3c094191e9a4f5c79954a introduced:

Made google recognizer cancellation after 1 sec from last partial results for google app starts with v5.9.26.

Which is really low amount of time if you want to input whole sentence. You need to speak really fast. I think it should be at least configurable by SDK user.

Vandalko avatar Jun 26 '17 14:06 Vandalko

Interesting... I was playing with this delay a bit and it seem like Google app (recognizer component) would stop listening anyway. So, even if you set STOP_DELAY to a couple of seconds, it would still end listening much sooner.

Vandalko avatar Jun 26 '17 16:06 Vandalko