Share via


AlternativeSpan.Alternatives Property

Definition

All the alternatives for the [mStart, mEnd) span.

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

Property Value

Attributes

Remarks

All the alternatives for the [mStart, mEnd) span.

Must not be empty. The object will only be created if there are some alternatives for the given span.

The alternatives may be strings of different lengths than the span they can replace.

Java documentation for android.speech.AlternativeSpan.getAlternatives().

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