tencentcloud-sdk-nodejs-mps 4.1.274 → 4.1.275
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -22856,6 +22856,10 @@ export interface DescribeVoicesResponse {
|
|
|
22856
22856
|
* <p>错误信息,成功时返回success</p>
|
|
22857
22857
|
*/
|
|
22858
22858
|
Msg?: string;
|
|
22859
|
+
/**
|
|
22860
|
+
* <p>符合查询条件的音色总数</p>
|
|
22861
|
+
*/
|
|
22862
|
+
TotalCount?: number;
|
|
22859
22863
|
/**
|
|
22860
22864
|
* <p>可用音色列表</p>
|
|
22861
22865
|
注意:此字段可能返回 null,表示取不到有效值。
|