RecognizerIntent.ExtraSpeechInputCompleteSilenceLengthMillis Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The amount of time that it should take after the recognizer stops hearing speech to consider the input complete hence end the recognition session.
[Android.Runtime.Register("EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS")]
public const string ExtraSpeechInputCompleteSilenceLengthMillis;
[<Android.Runtime.Register("EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS")>]
val mutable ExtraSpeechInputCompleteSilenceLengthMillis : string
Field Value
- Attributes
Remarks
The amount of time that it should take after the recognizer stops hearing speech to consider the input complete hence end the recognition session.
Note that it is extremely rare you'd want to specify this value in an intent. Generally, it should be specified only when it is also used as the value for #EXTRA_SEGMENTED_SESSION
to enable segmented session mode. Note also that certain values may cause undesired or unexpected results - use judiciously!
Depending on the recognizer implementation, these values may have no effect.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.