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

SpeechRecognizer.Canceled 事件

定义

事件 Canceled 指示语音识别已取消。

public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> Canceled;
member this.Canceled : EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> 
Public Custom Event Canceled As EventHandler(Of SpeechRecognitionCanceledEventArgs) 

事件类型

适用于