Android.Speech.RecognizerIntent.ExtraSpeechInputCompleteSilenceLengthMillis Field
The amount of time that it should take after we stop hearing speech to consider the input complete.

Syntax

[Android.Runtime.Register("EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS")]
public const string ExtraSpeechInputCompleteSilenceLengthMillis

Remarks

The amount of time that it should take after we stop hearing speech to consider the input complete. 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.

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8