tencentcloud-sdk-nodejs-mps 4.1.231 → 4.1.233

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mps",
3
- "version": "4.1.231",
3
+ "version": "4.1.233",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10308,6 +10308,10 @@ export interface DesignVoiceAsyncRequest {
10308
10308
  * <p>音色属性</p>
10309
10309
  */
10310
10310
  VoiceProfile?: VoiceProfile;
10311
+ /**
10312
+ * <p>试听音频文本。长度不超过500</p>
10313
+ */
10314
+ Text?: string;
10311
10315
  /**
10312
10316
  * <p>扩展参数,json字符串</p>
10313
10317
  */
@@ -13189,6 +13193,10 @@ export interface DescribeDesignTaskResponse {
13189
13193
  注意:此字段可能返回 null,表示取不到有效值。
13190
13194
  */
13191
13195
  VoiceId?: string;
13196
+ /**
13197
+ * <p>试听音频Url</p>
13198
+ */
13199
+ AudioUrl?: string;
13192
13200
  /**
13193
13201
  * <p>扩展信息</p>
13194
13202
  注意:此字段可能返回 null,表示取不到有效值。
@@ -22806,7 +22814,11 @@ export interface SmartSubtitleTaskTransTextSegmentItem {
22806
22814
  */
22807
22815
  export interface AddOnImageInput {
22808
22816
  /**
22809
- * 图片路径。
22817
+ * <p>图片类型。</p>
22818
+ */
22819
+ Type?: string;
22820
+ /**
22821
+ * <p>图片路径。</p>
22810
22822
  */
22811
22823
  Image?: MediaInputInfo;
22812
22824
  }