SpeechRecognizer.StopContinuousRecognitionAsync Method

Definition

Stops a running recognition operation as soon as possible and immediately requests a result based on the the input that has been processed so far. This works for all recognition operations, not just continuous ones, and facilitates the use of push-to-talk or "finish now" buttons for manual audio endpointing.

public System.Threading.Tasks.Task StopContinuousRecognitionAsync ();
member this.StopContinuousRecognitionAsync : unit -> System.Threading.Tasks.Task
Public Function StopContinuousRecognitionAsync () As Task

Returns

A task that will complete when input processing has been stopped. Result generation, if applicable for the input provided, may happen after this task completes and should be handled with the appropriate event.

Applies to