RecognizerIntent.ExtraSpeechInputMinimumLengthMillis Field

Definition

Optional integer to indicate the minimum length of the recognition session.

[Android.Runtime.Register("EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS")]
public const string ExtraSpeechInputMinimumLengthMillis;
[<Android.Runtime.Register("EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS")>]
val mutable ExtraSpeechInputMinimumLengthMillis : string

Field Value

Attributes

Remarks

Optional integer to indicate the minimum length of the recognition session. The recognizer will not stop recognizing speech before this amount of time.

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.

Java documentation for android.speech.RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS.

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.

Applies to