Share via


RecognizerIntent.ExtraPartialResults Field

Definition

Optional boolean to indicate whether partial results should be returned by the recognizer as the user speaks (default is false).

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

Field Value

Attributes

Remarks

Optional boolean to indicate whether partial results should be returned by the recognizer as the user speaks (default is false). The server may ignore a request for partial results in some or all cases.

Java documentation for android.speech.RecognizerIntent.EXTRA_PARTIAL_RESULTS.

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