be able to change parameters for speech recognition module #2126
vovanb
started this conversation in
New Feature Discussions
Replies: 1 comment
-
what do you like to discuss? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature name
set ExtraSpeechInputCompleteSilenceLengthMillis
Link to discussion
no discussion yet
Progress tracker
Summary
Be able to pass silence timeout to RecognizerIntent:
intent.PutExtra(RecognizerIntent.ExtraSpeechInputCompleteSilenceLengthMillis, _timeOut * 1000);
Motivation
sometime need to be able to increase silence timeout. Toolkit should provide to caller full set of SpeechIntent
Detailed Design
provide API for caller for set SilenceLength
Usage Syntax
Drawbacks
No response
Alternatives
No response
Unresolved Questions
No response
Beta Was this translation helpful? Give feedback.
All reactions