AlternativeSpans(IList<AlternativeSpan>) Constructor

Definition

Creates a new AlternativeSpans.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=34)]
public AlternativeSpans (System.Collections.Generic.IList<Android.Speech.AlternativeSpan> spans);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=34)>]
new Android.Speech.AlternativeSpans : System.Collections.Generic.IList<Android.Speech.AlternativeSpan> -> Android.Speech.AlternativeSpans

Parameters

spans
IList<AlternativeSpan>

List of AlternativeSpan for a specific speech recognition result.

Attributes

Remarks

Creates a new AlternativeSpans.

Java documentation for android.speech.AlternativeSpans.AlternativeSpans(java.util.List<android.speech.AlternativeSpan>).

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