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

SpeechSynthesisCancellationDetails.FromStream(AudioDataStream) 方法

定义

为取消的 AudioDataStream 创建 SpeechSynthesisCancellationDetails 对象的实例。

public static Microsoft.CognitiveServices.Speech.SpeechSynthesisCancellationDetails FromStream (Microsoft.CognitiveServices.Speech.AudioDataStream stream);
static member FromStream : Microsoft.CognitiveServices.Speech.AudioDataStream -> Microsoft.CognitiveServices.Speech.SpeechSynthesisCancellationDetails
Public Shared Function FromStream (stream As AudioDataStream) As SpeechSynthesisCancellationDetails

参数

stream
AudioDataStream

已取消的流

返回

正在创建的 CancellationDetails 对象。

适用于