Share via


SynthesisRequest Constructors

Definition

Overloads

SynthesisRequest(ICharSequence, Bundle)
SynthesisRequest(String, Bundle)

SynthesisRequest(ICharSequence, Bundle)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/os/Bundle;)V", "")]
public SynthesisRequest (Java.Lang.ICharSequence? text, Android.OS.Bundle? params);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/os/Bundle;)V", "")>]
new Android.Speech.Tts.SynthesisRequest : Java.Lang.ICharSequence * Android.OS.Bundle -> Android.Speech.Tts.SynthesisRequest

Parameters

params
Bundle
Attributes

Remarks

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

SynthesisRequest(String, Bundle)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;)V", "")]
public SynthesisRequest (string? text, Android.OS.Bundle? params);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;)V", "")>]
new Android.Speech.Tts.SynthesisRequest : string * Android.OS.Bundle -> Android.Speech.Tts.SynthesisRequest

Parameters

text
String
params
Bundle
Attributes

Remarks

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