Share via


AlternativeSpans.Spans Property

Definition

List of AlternativeSpan for a specific speech recognition result.

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

Property Value

Attributes

Remarks

List of AlternativeSpan for a specific speech recognition result.

Java documentation for android.speech.AlternativeSpans.getSpans().

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