Click or drag to resize

ITTSTextSpeak Method

[This is preliminary documentation and is subject to change.]

Converts the specified text to an audio stream and plays

Namespace:  GHASchema.Classes.Capabilities.Speech
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool Speak(
	string text
)

Parameters

text
Type: SystemString
Text to speak

Return Value

Type: Boolean
True if successful, false if not
See Also