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