RecognizerIntent.ExtraEnableBiasingDeviceContext Field

Definition

Optional boolean to enable biasing towards device context.

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

Field Value

Attributes

Remarks

Optional boolean to enable biasing towards device context. The recognizer will use the device context to tune the recognition results.

Depending on the recognizer implementation, this value may have no effect.

Java documentation for android.speech.RecognizerIntent.EXTRA_ENABLE_BIASING_DEVICE_CONTEXT.

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