UpdateRecognizerSetting Method (String, String)

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Updates the specified setting for the SpeechRecognitionEngine with the specified integer value.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Sub UpdateRecognizerSetting ( _
	settingName As String, _
	updatedValue As String _
)
Visual Basic (Usage)
Dim instance As SpeechRecognitionEngine
Dim settingName As String
Dim updatedValue As String

instance.UpdateRecognizerSetting(settingName, _
	updatedValue)
C#
public void UpdateRecognizerSetting(
	string settingName,
	string updatedValue
)

Parameters

settingName
Type: System..::..String

The name of the setting to update.

updatedValue
Type: System..::..String

The new value for the setting.

See Also