你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SynthesisVoicesResult class
定义语音合成的结果。
- Extends
构造函数
Synthesis |
创建并初始化此类的实例。 |
属性
error |
如果合成不成功,请提供所发生错误的详细信息。 |
properties | 结果中公开的属性集。 |
reason | 指定结果的状态。 |
result |
指定结果标识符。 |
voices | 语音列表 |
构造函数详细信息
SynthesisVoicesResult(string, any, string)
创建并初始化此类的实例。
new SynthesisVoicesResult(requestId: string, json: any, errorDetails: string)
参数
- requestId
-
string
请求的结果 ID。
- json
-
any
终结点中的 json 有效负载。
- errorDetails
-
string
属性详细信息
errorDetails
如果合成不成功,请提供所发生错误的详细信息。
string errorDetails
属性值
string
错误的简要说明。
properties
reason
resultId
指定结果标识符。
string resultId
属性值
string
指定结果标识符。