Voice.Features Property

Definition

Returns the set of features it supports for a given voice.

public virtual System.Collections.Generic.ICollection<string>? Features { [Android.Runtime.Register("getFeatures", "()Ljava/util/Set;", "GetGetFeaturesHandler")] get; }
[<get: Android.Runtime.Register("getFeatures", "()Ljava/util/Set;", "GetGetFeaturesHandler")>]
member this.Features : System.Collections.Generic.ICollection<string>

Property Value

ICollection<String>

Set instance. May return null on error.

Attributes

Remarks

Java documentation for android.speech.tts.Voice.getFeatures().

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