| TextToSpeechAddAndStartText Method  | 
            Adds a text to the waiting queue and begins the playing with the first text in the queue.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic void AddAndStartText(
	string text
)
Public Sub AddAndStartText ( 
	text As String
)
public:
void AddAndStartText(
	String^ text
)
member AddAndStartText : 
        text : string -> unit 
Parameters
- text
 - Type: SystemString
 
See Also