ITextToSpeechSpeak Method |
Synchronously speaks the input text into a stream.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Stream Speak(
string text
)
Function Speak (
text As String
) As Stream
Stream^ Speak(
String^ text
)
abstract Speak :
text : string -> Stream
Parameters
- text
- Type: SystemString
The input text
Return Value
Type:
StreamSee Also