tencentcloud-sdk-nodejs-vclm 4.1.193 → 4.1.200

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.193",
3
+ "version": "4.1.200",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -448,7 +448,7 @@ export interface SubmitVideoEditJobResponse {
448
448
  */
449
449
  export interface SubmitTemplateToVideoJobResponse {
450
450
  /**
451
- * 任务ID
451
+ * <p>任务ID。</p>
452
452
  */
453
453
  JobId?: string;
454
454
  /**
@@ -744,22 +744,17 @@ export interface DescribeHumanActorJobResponse {
744
744
  */
745
745
  export interface ExtraParam {
746
746
  /**
747
- * 预签名的上传url,支持把视频直接传到客户指定的地址。
747
+ * <p>预签名的上传url,支持把视频直接传到客户指定的地址。</p>
748
748
  */
749
749
  UserDesignatedUrl?: string;
750
750
  /**
751
- * 回调地址
752
- 需要您在创建任务时主动设置 CallbackUrl,请求方法为 POST,当视频生成结束时,我们将向此地址发送生成结果。
753
- 数据格式如下:
754
- {
755
- "JobId": "1397428070633955328",
756
- "Status": "DONE",
757
- "ErrorCode": "",
758
- "ErrorMessage": "",
759
- "ResultVideoUrl": "https://vcg.cos.tencentcos.cn/template_to_video/fa80b846-b933-4981-afad-8a39b46ef2ca.mp4"
760
- }
751
+ * <p>回调地址<br>需要您在创建任务时主动设置 CallbackUrl,请求方法为 POST,当视频生成结束时,我们将向此地址发送生成结果。<br>数据格式如下:<br>{<br> &quot;JobId&quot;: &quot;1397428070633955328&quot;,<br> &quot;Status&quot;: &quot;DONE&quot;,<br> &quot;ErrorCode&quot;: &quot;&quot;,<br> &quot;ErrorMessage&quot;: &quot;&quot;,<br> &quot;ResultVideoUrl&quot;: &quot;https://vcg.cos.tencentcos.cn/template_to_video/fa80b846-b933-4981-afad-8a39b46ef2ca.mp4&quot;<br>}</p>
761
752
  */
762
753
  CallbackUrl?: string;
754
+ /**
755
+ * <p>BGM音频文本。</p>
756
+ */
757
+ BGMText?: string;
763
758
  }
764
759
  /**
765
760
  * DescribeVideoEditJob返回参数结构体
@@ -899,40 +894,31 @@ export interface SubmitPortraitSingJobResponse {
899
894
  */
900
895
  export interface SubmitTemplateToVideoJobRequest {
901
896
  /**
902
- * 特效模板名称。请在 [视频特效模板列表](https://cloud.tencent.com/document/product/1616/119194) 中选择想要生成的特效对应的 template 名称。
897
+ * <p>特效模板名称。请在 <a href="https://cloud.tencent.com/document/product/1616/119194">视频特效模板列表</a> 中选择想要生成的特效对应的 template 名称。</p>
903
898
  */
904
899
  Template: string;
905
900
  /**
906
- * 参考图像,不同特效输入图片的数量详见: [视频特效模板-图片要求说明](https://cloud.tencent.com/document/product/1616/119194)
907
- - 支持传入图片Base64编码或图片URL(确保可访问)
908
- - 图片格式:支持png、jpg、jpeg、webp、bmp、tiff
909
- - 图片文件:大小不能超过10MB(base64后),图片分辨率不小于300*300px,不大于4096*4096,图片宽高比应在1:4 ~ 4:1之间
901
+ * <p>参考图像,不同特效输入图片的数量详见: <a href="https://cloud.tencent.com/document/product/1616/119194">视频特效模板-图片要求说明</a></p><ul><li>支持传入图片Base64编码或图片URL(确保可访问)</li><li>图片格式:支持png、jpg、jpeg、webp、bmp、tiff</li><li>图片文件:大小不能超过10MB(base64后),图片分辨率不小于300×300px,不大于4096×4096,图片宽高比应在1:4 ~ 4:1之间</li></ul>
910
902
  */
911
903
  Images: Array<Image>;
912
904
  /**
913
- * 为生成视频添加标识的开关,默认为1。传0 需前往 [控制台](https://console.cloud.tencent.com/vtc/setting) 申请开启显式标识自主完成后方可生效。
914
- 1:添加标识;
915
- 0:不添加标识;
916
- 其他数值:默认按1处理。
917
- 建议您使用显著标识来提示,该视频是 AI 生成的视频。
905
+ * <p>为生成视频添加标识的开关,默认为1。传0 需前往 <a href="https://console.cloud.tencent.com/vtc/setting">控制台</a> 申请开启显式标识自主完成后方可生效。<br>1:添加标识;<br>0:不添加标识;<br>其他数值:默认按1处理。<br>建议您使用显著标识来提示,该视频是 AI 生成的视频。</p>
918
906
  */
919
907
  LogoAdd?: number;
920
908
  /**
921
- * 标识内容设置。
922
- 默认在生成视频的右下角添加“ AI 生成”或“视频由 AI 生成”字样,如需替换为其他的标识图片,需前往 [控制台](https://console.cloud.tencent.com/vtc/setting) 申请开启显式标识自主完成。
923
-
909
+ * <p>标识内容设置。<br>默认在生成视频的右下角添加“ AI 生成”或“视频由 AI 生成”字样,如需替换为其他的标识图片,需前往 <a href="https://console.cloud.tencent.com/vtc/setting">控制台</a> 申请开启显式标识自主完成。</p>
924
910
  */
925
911
  LogoParam?: LogoParam;
926
912
  /**
927
- * 视频输出分辨率,默认值:360p 。不同特效支持的清晰度及消耗积分数详见:[视频特效模板-单次调用消耗积分数列](https://cloud.tencent.com/document/product/1616/119194 )
913
+ * <p>视频输出分辨率,默认值:360p 。不同特效支持的清晰度及消耗积分数详见:<a href="https://cloud.tencent.com/document/product/1616/119194">视频特效模板-单次调用消耗积分数列</a></p>
928
914
  */
929
915
  Resolution?: string;
930
916
  /**
931
- * 是否为生成的视频添加背景音乐。默认:false, 传 true 时系统将从预设 BGM 库中自动挑选合适的音乐并添加;不传或为 false 则不添加 BGM
917
+ * <p>是否为生成的视频添加背景音乐。默认:false, 传 true 时系统将从预设 BGM 库中自动挑选合适的音乐并添加;不传或为 false 则不添加 BGM。</p>
932
918
  */
933
919
  BGM?: boolean;
934
920
  /**
935
- * 扩展字段。
921
+ * <p>扩展字段。</p>
936
922
  */
937
923
  ExtraParam?: ExtraParam;
938
924
  }