RecognizerIntent.ExtraOrigin Field

Definition

Optional value which can be used to indicate the referer url of a page in which speech was requested.

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

Field Value

Attributes

Remarks

Optional value which can be used to indicate the referer url of a page in which speech was requested. For example, a web browser may choose to provide this for uses of speech on a given page.

Java documentation for android.speech.RecognizerIntent.EXTRA_ORIGIN.

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