tencentcloud-sdk-nodejs-vclm 4.1.157 → 4.1.161

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.157",
3
+ "version": "4.1.161",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -869,6 +869,10 @@ export interface SubmitImageToVideoGeneralJobRequest {
869
869
  * 视频内容的描述,中文正向提示词。最多支持200个 utf-8 字符(首尾空格不计入字符数)。
870
870
  */
871
871
  Prompt?: string;
872
+ /**
873
+ * 输出视频分辨率。可选择:480p、720p、1080p。
874
+ */
875
+ Resolution?: string;
872
876
  /**
873
877
  * 为生成视频添加标识的开关,默认为1,0 需前往 控制台 申请开启显示标识自主完成方可生效。 1:添加标识; 0:不添加标识; 其他数值:默认按1处理。
874
878
  */