ITextToSpeechPlaybackAddText Method |
Adds text to the waiting queue.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid AddText(
string text
)
Sub AddText (
text As String
)
void AddText(
String^ text
)
abstract AddText :
text : string -> unit
Parameters
- text String
- The text to read.
See Also