ITextToSpeechPlaybackAddText Method |
Adds text to the waiting queue.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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