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

DialogServiceConnector.ListenOnceAsync 方法

定义

以异步操作的形式启动侦听会话。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechRecognitionResult> ListenOnceAsync ();
member this.ListenOnceAsync : unit -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechRecognitionResult>
Public Function ListenOnceAsync () As Task(Of SpeechRecognitionResult)

返回

一个表示异步操作的任务对象。

注解

单个话语的结束是通过在末尾侦听沉默或直到超时期限过后确定的。 任务返回 中识别的 SpeechRecognitionResult语音。文本。

另请参阅: 使用语音 SDK 与客户端应用程序集成

适用于