RecognizerIntent.ExtraSpeechInputPossiblyCompleteSilenceLengthMillis 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 we stop hearing speech to consider the input possibly complete.
[Android.Runtime.Register("EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS")]
public const string ExtraSpeechInputPossiblyCompleteSilenceLengthMillis;
[<Android.Runtime.Register("EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS")>]
val mutable ExtraSpeechInputPossiblyCompleteSilenceLengthMillis : string
Field Value
- Attributes
Remarks
The amount of time that it should take after we stop hearing speech to consider the input possibly complete. This is used to prevent the endpointer cutting off during very short mid-speech pauses.
Note that it is extremely rare you'd want to specify this value in an intent. If you don't have a very good reason to change these, you should leave them as they are. Note also that certain values may cause undesired or unexpected results - use judiciously! Additionally, 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.