TextToSpeech.StartSpeaking(String) Method

Definition

Speaks the specified text using text-to-speech.

public:
 void StartSpeaking(System::String ^ text);
public void StartSpeaking (string text);
member this.StartSpeaking : string -> unit
Public Sub StartSpeaking (text As String)

Parameters

text
String

The text to speak.

Applies to