Click or drag to resize
SpeechClientSubscribeToPartialResult Method
Subscribes to partial speech results.

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

Parameters

action
Type: SystemFuncRecognitionPartialResult, Task
The action.

Implements

ISpeechClientSubscribeToPartialResult(FuncRecognitionPartialResult, Task)
Remarks
Only the last action subscribed will be executed.
See Also