Set to free form recognition. Will not use any command or alias list. Your API key must be provisioned to use this feature. One of the SpeechRecognizer.FREEFORM_ values. Most developer accounts can use FREEFORM_DICTATION as a parameter.

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

Syntax

C#
public void setFreeForm(
	int freeFormType
)
Visual Basic
Public Sub setFreeForm ( _
	freeFormType As Integer _
)
Visual C++
public:
void setFreeForm(
	int freeFormType
)

Parameters

freeFormType
Type: System..::..Int32

[Missing <param name="freeFormType"/> documentation for "M:iSpeech.iSpeechRecognizer.setFreeForm(System.Int32)"]

See Also