Converts text to speech.
Namespace: iSpeechAssembly: iSpeechSDK (in iSpeechSDK.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public TTSResult speak( string text ) |
| Visual Basic |
|---|
Public Function speak ( _ text As String _ ) As TTSResult |
| Visual C++ |
|---|
public: TTSResult^ speak( String^ text ) |
Parameters
- text
- Type: System..::..String
The text to convert into audio.