你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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