Język

TtsSpan.TextBuilder.SetText(String) Method

Definition

Sets the TtsSpan.ARG_TEXT argument, the text to be synthesized.

[Android.Runtime.Register("setText", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$TextBuilder;", "GetSetText_Ljava_lang_String_Handler")]
public virtual Android.Text.Style.TtsSpan.TextBuilder? SetText(string? text);
[<Android.Runtime.Register("setText", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$TextBuilder;", "GetSetText_Ljava_lang_String_Handler")>]
abstract member SetText : string -> Android.Text.Style.TtsSpan.TextBuilder
override this.SetText : string -> Android.Text.Style.TtsSpan.TextBuilder

Parameters

text
String

The string that will be synthesized.

Returns

This instance.

Attributes

Remarks

Sets the TtsSpan.ARG_TEXT argument, the text to be synthesized.

Android reference for android.text.style.TtsSpan.TextBuilder.setText.

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