Click or drag to resize

GHASysSpeak Method (String, ITTSText)

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

Initiates text to speech operation that will render on the specified device

Namespace:  GHASchema.Helpers
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public static void Speak(
	string textToSpeak,
	ITTSText ttsDevice
)

Parameters

textToSpeak
Type: SystemString

[Missing <param name="textToSpeak"/> documentation for "M:GHASchema.Helpers.GHASys.Speak(System.String,GHASchema.Classes.Capabilities.Speech.ITTSText)"]

ttsDevice
Type: GHASchema.Classes.Capabilities.SpeechITTSText
Device that implements the ITTSText capability
See Also