ITextToSpeechSpeak Method |
Synchronously speaks the input text into a stream.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxStream 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:
Stream
See Also