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