TextToSpeechAddText Method |
Adds text to the waiting queue.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void AddText(
string text
)
Public Sub AddText (
text As String
)
public:
void AddText(
String^ text
)
member AddText :
text : string -> unit
Parameters
- text
- Type: SystemString
The text to read.
See Also