Click or drag to resize

GHASysSpeak Method (String)

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

Initiate text to speech operation that will render on the default audio device of the GHA server

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
)

Parameters

textToSpeak
Type: SystemString

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

See Also