tencentcloud-sdk-nodejs-live 4.1.258 → 4.1.260

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-live",
3
- "version": "4.1.258",
3
+ "version": "4.1.260",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2137,6 +2137,10 @@ export interface CreateVideoRedrawTaskRequest {
2137
2137
  * <p>用户自定义cos信息</p>
2138
2138
  */
2139
2139
  CosInfo?: VideoRedrawCosInfo;
2140
+ /**
2141
+ * <p>转绘任务参数</p>
2142
+ */
2143
+ TaskInfo?: VideoRedrawTaskInfo;
2140
2144
  }
2141
2145
  /**
2142
2146
  * 带宽信息
@@ -9190,6 +9194,15 @@ export interface CreateLiveRecordTemplateResponse {
9190
9194
  */
9191
9195
  RequestId?: string;
9192
9196
  }
9197
+ /**
9198
+ * Aigc 转绘、替换等任务参数
9199
+ */
9200
+ export interface VideoRedrawTaskInfo {
9201
+ /**
9202
+ * <p>转绘视频风格,如动漫、赛博朋克、水墨等</p>
9203
+ */
9204
+ Style?: string;
9205
+ }
9193
9206
  /**
9194
9207
  * AddCasterMarkWordInfo请求参数结构体
9195
9208
  */