Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SpeechRecognizer.StopContinuousRecognitionAsync Method

Definition

Namespace:
Microsoft.CognitiveServices.Speech
Assembly:
Microsoft.CognitiveServices.Speech.csharp.dll
Package:
Microsoft.CognitiveServices.Speech v1.50.0

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?