ITextToSpeechPlaybackAddAndStartText Method |
Adds a text to the waiting queue and begins the playing with the first text in the queue.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxvoid AddAndStartText(
string text
)
Sub AddAndStartText (
text As String
)
void AddAndStartText(
String^ text
)
abstract AddAndStartText :
text : string -> unit Parameters
- text String
See Also