tencentcloud-sdk-nodejs-vclm 4.1.84 → 4.1.104

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.84",
3
+ "version": "4.1.104",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -44,6 +44,10 @@ export interface SubmitTemplateToVideoJobRequest {
44
44
  * 视频输出分辨率,默认值:360p - 枚举值: 720p 360p。
45
45
  */
46
46
  Resolution?: string;
47
+ /**
48
+ * 是否为生成的视频添加背景音乐。默认:false, 传 true 时系统将从预设 BGM 库中自动挑选合适的音乐并添加;不传或为 false 则不添加 BGM。
49
+ */
50
+ BGM?: boolean;
47
51
  }
48
52
  /**
49
53
  * SubmitTemplateToVideoJob返回参数结构体