DefaultTextToSpeechSpeak Method |
Creates a new stream that includes the spoken audio made by the Speech engine.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Stream Speak(
string text
)
Public Function Speak (
text As String
) As Stream
public:
virtual Stream^ Speak(
String^ text
) sealed
abstract Speak :
text : string -> Stream
override Speak :
text : string -> Stream
Parameters
- text
- Type: SystemString
Return Value
Type:
StreamImplements
ITextToSpeechSpeak(String)See Also