SpeechRecognizer::RequestRecognizerUpdate Method (Object^)

 

Requests that the shared recognizer pause and update its state and provides a user token for the associated event.

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

public:
void RequestRecognizerUpdate(
	Object^ userToken
)

Parameters

userToken
Type: System::Object^

User-defined information that contains information for the operation.

When the recognizer generates the RecognizerUpdateReached event, the UserToken property of the RecognizerUpdateReachedEventArgs contains the value of the userToken parameter.

To specify an audio position offset, use the RequestRecognizerUpdate method.

.NET Framework
Available since 3.0
Return to top
Show: