| ILyncPlatformLibraryInteractionSpeak Method (String) |
Speaks a text using the TTS engine then raises an
PlaybackEnded event on completion.
Namespace: Inkostar.InterfacesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Speak(
string textToSpeak
)
Sub Speak (
textToSpeak As String
)
void Speak(
String^ textToSpeak
)
abstract Speak :
textToSpeak : string -> unit
Parameters
- textToSpeak
- Type: SystemString
The text to be spoken.
See Also