Sets the voice to the specified variable.

Namespace: iSpeech
Assembly: iSpeechSDK (in iSpeechSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setVoice(
	string voice
)
Visual Basic
Public Sub setVoice ( _
	voice As String _
)
Visual C++
public:
void setVoice(
	String^ voice
)

Parameters

voice
Type: System..::..String
Visit the iSpeech Developers center at http://www.ispeech.org or contact sales@ispeech.org to obtain a list of valid voices enabled for your account.

See Also