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

ConversationTranslator.StartTranscribingAsync 方法

定义

开始将音频发送到对话服务进行语音识别和翻译。 应订阅 TranscribingTranscribed 事件,以便为自己以及对话中的其他参与者接收对话翻译结果。

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

返回

异步操作。

适用于