TextToSpeech.StartSpeaking(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.