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

SpeechSynthesisCancellationDetails 类

定义

包含有关语音合成结果取消的原因的详细信息。 在 1.4.0 中添加

public class SpeechSynthesisCancellationDetails
type SpeechSynthesisCancellationDetails = class
Public Class SpeechSynthesisCancellationDetails
继承
SpeechSynthesisCancellationDetails

属性

ErrorCode

合成 (Reason 失败时,错误代码设置为“错误) ”。 如果 Reason 不是 Error,则 ErrorCode 返回 NoError。

ErrorDetails

如果合成 (Reason 失败,则错误消息设置为“错误) ”。

Reason

取消合成的原因。

方法

FromResult(SpeechSynthesisResult)

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

FromStream(AudioDataStream)

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

ToString()

返回一个表示取消详细信息的字符串。

适用于