RecognitionSupport.OnlineLanguages Property

Definition

Support for this request is available via a remote implementation.

public System.Collections.Generic.IList<string> OnlineLanguages { [Android.Runtime.Register("getOnlineLanguages", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getOnlineLanguages", "()Ljava/util/List;", "", ApiSince=33)>]
member this.OnlineLanguages : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Support for this request is available via a remote implementation. SpeechRecognizer created via SpeechRecognizer#createOnDeviceSpeechRecognizer(Context) are expected to return an empty list.

Java documentation for android.speech.RecognitionSupport.getOnlineLanguages().

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