Click or drag to resize
TextToSpeechAddAndStartText Method
Adds a text to the waiting queue and begins the playing with the first text in the queue.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void AddAndStartText(
	string text
)

Parameters

text
Type: SystemString
See Also