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