Click or drag to resize
ISpeechClientSubscribeToRecognitionResult Method
Subscribes to speech recognition results.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
void SubscribeToRecognitionResult(
	Func<RecognitionResult, Task> action
)

Parameters

action
Type: SystemFuncRecognitionResult, Task
The action.
Remarks
Only the last action subscribed will be executed.
See Also