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