Click or drag to resize
DefaultTextToSpeechSpeak Method
Creates a new stream that includes the spoken audio made by the Speech engine.

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

Parameters

text
Type: SystemString

Return Value

Type: Stream

Implements

ITextToSpeechSpeak(String)
See Also