RecognizerIntent.ExtraAudioInjectSource Field

Definition

The extra key used in an intent which is providing an already opened audio source for the RecognitionService to use.

[Android.Runtime.Register("EXTRA_AUDIO_INJECT_SOURCE", ApiSince=31)]
public const string ExtraAudioInjectSource;
[<Android.Runtime.Register("EXTRA_AUDIO_INJECT_SOURCE", ApiSince=31)>]
val mutable ExtraAudioInjectSource : string

Field Value

Attributes

Remarks

The extra key used in an intent which is providing an already opened audio source for the RecognitionService to use. Data should be a URI to an audio resource.

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

This member is deprecated. Replaced with #EXTRA_AUDIO_SOURCE

Java documentation for android.speech.RecognizerIntent.EXTRA_AUDIO_INJECT_SOURCE.

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