tencentcloud-sdk-nodejs-mps 4.1.262 → 4.1.264

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.262",
3
+ "version": "4.1.264",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3117,6 +3117,35 @@ export interface DescribeVideoDatabaseEntryTaskDetailRequest {
3117
3117
  */
3118
3118
  TaskId: string;
3119
3119
  }
3120
+ /**
3121
+ * 智能字幕识别片段。
3122
+ */
3123
+ export interface SmartSubtitleTaskFullTextSegmentItem {
3124
+ /**
3125
+ * <p>识别片段置信度。取值:0~100。</p>
3126
+ */
3127
+ Confidence?: number;
3128
+ /**
3129
+ * <p>识别片段起始的偏移时间,单位:秒。</p>
3130
+ */
3131
+ StartTimeOffset?: number;
3132
+ /**
3133
+ * <p>识别片段终止的偏移时间,单位:秒。</p>
3134
+ */
3135
+ EndTimeOffset?: number;
3136
+ /**
3137
+ * <p>识别文本。</p>
3138
+ */
3139
+ Text?: string;
3140
+ /**
3141
+ * <p>翻译文本。</p>
3142
+ */
3143
+ Trans?: string;
3144
+ /**
3145
+ * <p>说话人ID</p>
3146
+ */
3147
+ SpeakerId?: string;
3148
+ }
3120
3149
  /**
3121
3150
  * 用户自定义语音审核任务控制参数
3122
3151
  */
@@ -3208,6 +3237,11 @@ export interface AiRecognitionTaskInput {
3208
3237
  * 智能字幕识别结果。
3209
3238
  */
3210
3239
  export interface SmartSubtitleTaskTextResultOutput {
3240
+ /**
3241
+ * <p>智能字幕识别片段列表。</p>
3242
+ 注意:此字段可能返回 null,表示取不到有效值。
3243
+ */
3244
+ SegmentSet?: Array<SmartSubtitleTaskFullTextSegmentItem>;
3211
3245
  /**
3212
3246
  * <p>识别字幕结果</p>
3213
3247
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8520,7 +8554,7 @@ export interface CreateAigcAudioTaskRequest {
8520
8554
  */
8521
8555
  ModelName?: string;
8522
8556
  /**
8523
- * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:2.0、3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
8557
+ * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
8524
8558
  */
8525
8559
  ModelVersion?: string;
8526
8560
  /**
@@ -21545,6 +21579,10 @@ export interface CreateAigcImageTaskRequest {
21545
21579
  * <p>用于传入参考的资源图片信息,默认支持传入一张图片。</p><p>支持多图输入的模型:</p><ol><li>Kling 2.1,可支持最多 4 张图片输入作为资源图。</li><li>Kling 3.0-Omni,可支持最多 10 张图片输入作为资源图。</li><li>Kling O1,可支持最多 10 张图片输入作为资源图。</li><li>Vidu q2,可支持最多 7 张图片输入作为资源图。</li><li>Hunyuan 3.0,可支持最多 3 张图片输入作为资源图。</li><li>MJ v7,可支持最多 3 张图片输入作为资源图。</li></ol><p>注意:</p><ol><li>推荐图片小于7M,各模型限制不同。</li><li>图片格式支持:jpeg, png, webp。</li></ol>
21546
21580
  */
21547
21581
  ImageInfos?: Array<AigcImageInfo>;
21582
+ /**
21583
+ * <p>指定图片输出张数。目前默认支持输出 1 张。</p>
21584
+ */
21585
+ OutputImageCount?: number;
21548
21586
  /**
21549
21587
  * <p>用于传入模型要求的额外参数。</p>
21550
21588
  */