tencentcloud-sdk-nodejs-vclm 4.1.164 → 4.1.174

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.164",
3
+ "version": "4.1.174",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -886,6 +886,10 @@ export interface SubmitImageToVideoGeneralJobRequest {
886
886
  * 输出视频分辨率。可选择:480p、720p、1080p。
887
887
  */
888
888
  Resolution?: string;
889
+ /**
890
+ * 生成视频的帧率,从16, 24, 30中选择。默认值:30
891
+ */
892
+ Fps?: number;
889
893
  /**
890
894
  * 为生成视频添加标识的开关,默认为1,0 需前往 控制台 申请开启显示标识自主完成方可生效。 1:添加标识; 0:不添加标识; 其他数值:默认按1处理。
891
895
  */