Initializes a new instance of the iSpeechSynthesis class

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

Syntax

C#
public iSpeechSynthesis(
	string apiKey,
	bool production
)
Visual Basic
Public Sub New ( _
	apiKey As String, _
	production As Boolean _
)
Visual C++
public:
iSpeechSynthesis(
	String^ apiKey, 
	bool production
)

Parameters

apiKey
Type: System..::..String

[Missing <param name="apiKey"/> documentation for "M:iSpeech.iSpeechSynthesis.#ctor(System.String,System.Boolean)"]

production
Type: System..::..Boolean

[Missing <param name="production"/> documentation for "M:iSpeech.iSpeechSynthesis.#ctor(System.String,System.Boolean)"]

See Also