RecognizerIntent.ExtraHidePartialTrailingPunctuation Field

Definition

Optional boolean, to be used with #EXTRA_ENABLE_FORMATTING, to prevent the recognizer adding punctuation after the last word of the partial results.

[Android.Runtime.Register("EXTRA_HIDE_PARTIAL_TRAILING_PUNCTUATION", ApiSince=33)]
public const string ExtraHidePartialTrailingPunctuation;
[<Android.Runtime.Register("EXTRA_HIDE_PARTIAL_TRAILING_PUNCTUATION", ApiSince=33)>]
val mutable ExtraHidePartialTrailingPunctuation : string

Field Value

Attributes

Remarks

Optional boolean, to be used with #EXTRA_ENABLE_FORMATTING, to prevent the recognizer adding punctuation after the last word of the partial results. The default is false.

Java documentation for android.speech.RecognizerIntent.EXTRA_HIDE_PARTIAL_TRAILING_PUNCTUATION.

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