tencentcloud-sdk-nodejs-vclm 4.1.74 → 4.1.85

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-vclm",
3
- "version": "4.1.74",
3
+ "version": "4.1.85",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -40,6 +40,10 @@ export interface SubmitTemplateToVideoJobRequest {
40
40
  默认在生成视频的右下角添加“视频由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
41
41
  */
42
42
  LogoParam?: LogoParam;
43
+ /**
44
+ * 视频输出分辨率,默认值:360p - 枚举值: 720p 360p。
45
+ */
46
+ Resolution?: string;
43
47
  }
44
48
  /**
45
49
  * SubmitTemplateToVideoJob返回参数结构体