Converts text to speech.

Namespace: iSpeech
Assembly: 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.

Return Value

Returns a TTSResult

See Also