Click or drag to resize

GHASysSpeak Method (String, ITTSStream)

[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,
	ITTSStream streamDevice
)

Parameters

textToSpeak
Type: SystemString

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

streamDevice
Type: GHASchema.Classes.Capabilities.SpeechITTSStream
Device that implements the ITTSStream capability
See Also