SearchableInfo.VoiceLanguageId Property

Definition

Gets the resource id of the spoken language to recognize in voice search.

public int VoiceLanguageId { [Android.Runtime.Register("getVoiceLanguageId", "()I", "")] get; }
[<get: Android.Runtime.Register("getVoiceLanguageId", "()I", "")>]
member this.VoiceLanguageId : int

Property Value

A resource id, or 0 if no language was specified.

Attributes

Remarks

Gets the resource id of the spoken language to recognize in voice search.

Java documentation for android.app.SearchableInfo.getVoiceLanguageId().

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