Click or drag to resize
ILyncPlatformLibraryInteractionSpeak Method (String)
Speaks a text using the TTS engine then raises an PlaybackEnded event on completion.

Namespace: Inkostar.Interfaces
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Speak(
	string textToSpeak
)

Parameters

textToSpeak
Type: SystemString
The text to be spoken.
See Also