Show / Hide Table of Contents

Method SpeakVoice.Speak(+ 1 overload)


Overload

Speaks the specified text.

public void Speak(string text, bool async = false)
Parameters
text  (string)

Text to speak.

async  (bool)

Don't wait. Note: the sound ends when this process exits.


Overload(top)

Speaks the specified text.

public void Speak(string text, SVFlags flags)
Parameters
text  (string)

Text to speak.

flags  (SVFlags)