Initializes a new instance of the iSpeechRecognizer class

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

Syntax

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

Parameters

api
Type: System..::..String

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

production
Type: System..::..Boolean

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

See Also