tencentcloud-sdk-nodejs-vod 4.1.269 → 4.1.270
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
|
@@ -672,7 +672,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
672
672
|
*/
|
|
673
673
|
CreateSceneAigcVideoTask(req: CreateSceneAigcVideoTaskRequest, cb?: (error: string, rep: CreateSceneAigcVideoTaskResponse) => void): Promise<CreateSceneAigcVideoTaskResponse>;
|
|
674
674
|
/**
|
|
675
|
-
* 该接口用于生成场景化 AIGC
|
|
675
|
+
* 该接口用于生成场景化 AIGC 图片。接口调用会产生实际费用,请参考点播 [AIGC 生图计费文档](https://cloud.tencent.com/document/product/266/95125#9c4dc6ff-4b3f-4b25-bf2d-393889dfb9ac)。该功能结算模式为[后付费](https://cloud.tencent.com/document/product/266/2838),日结客户当天使用将在第二天出账,月结客户将在次月1日统一出上月使用费用。
|
|
676
676
|
*/
|
|
677
677
|
CreateSceneAigcImageTask(req: CreateSceneAigcImageTaskRequest, cb?: (error: string, rep: CreateSceneAigcImageTaskResponse) => void): Promise<CreateSceneAigcImageTaskResponse>;
|
|
678
678
|
/**
|
|
@@ -723,7 +723,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
723
723
|
*/
|
|
724
724
|
CreateComplexAdaptiveDynamicStreamingTask(req: CreateComplexAdaptiveDynamicStreamingTaskRequest, cb?: (error: string, rep: CreateComplexAdaptiveDynamicStreamingTaskResponse) => void): Promise<CreateComplexAdaptiveDynamicStreamingTaskResponse>;
|
|
725
725
|
/**
|
|
726
|
-
* 该接口用于[生成 AIGC 视频](https://cloud.tencent.com/document/product/266/124474)
|
|
726
|
+
* 该接口用于[生成 AIGC 视频](https://cloud.tencent.com/document/product/266/124474)。接口调用会产生实际费用,请参考点播 [AIGC 生视频计费文档](https://cloud.tencent.com/document/product/266/95125#96b3b59a-f9e1-49e9-966a-bedb70a4bf12)。该功能结算模式为[后付费](https://cloud.tencent.com/document/product/266/2838),日结客户当天使用将在第二天出账,月结客户将在次月1日统一出上月使用费用。
|
|
727
727
|
*/
|
|
728
728
|
CreateAigcVideoRedrawTask(req: CreateAigcVideoRedrawTaskRequest, cb?: (error: string, rep: CreateAigcVideoRedrawTaskResponse) => void): Promise<CreateAigcVideoRedrawTaskResponse>;
|
|
729
729
|
/**
|
|
@@ -938,7 +938,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
938
938
|
return this.request("CreateSceneAigcVideoTask", req, cb);
|
|
939
939
|
}
|
|
940
940
|
/**
|
|
941
|
-
* 该接口用于生成场景化 AIGC
|
|
941
|
+
* 该接口用于生成场景化 AIGC 图片。接口调用会产生实际费用,请参考点播 [AIGC 生图计费文档](https://cloud.tencent.com/document/product/266/95125#9c4dc6ff-4b3f-4b25-bf2d-393889dfb9ac)。该功能结算模式为[后付费](https://cloud.tencent.com/document/product/266/2838),日结客户当天使用将在第二天出账,月结客户将在次月1日统一出上月使用费用。
|
|
942
942
|
*/
|
|
943
943
|
async CreateSceneAigcImageTask(req, cb) {
|
|
944
944
|
return this.request("CreateSceneAigcImageTask", req, cb);
|
|
@@ -1003,7 +1003,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1003
1003
|
return this.request("CreateComplexAdaptiveDynamicStreamingTask", req, cb);
|
|
1004
1004
|
}
|
|
1005
1005
|
/**
|
|
1006
|
-
* 该接口用于[生成 AIGC 视频](https://cloud.tencent.com/document/product/266/124474)
|
|
1006
|
+
* 该接口用于[生成 AIGC 视频](https://cloud.tencent.com/document/product/266/124474)。接口调用会产生实际费用,请参考点播 [AIGC 生视频计费文档](https://cloud.tencent.com/document/product/266/95125#96b3b59a-f9e1-49e9-966a-bedb70a4bf12)。该功能结算模式为[后付费](https://cloud.tencent.com/document/product/266/2838),日结客户当天使用将在第二天出账,月结客户将在次月1日统一出上月使用费用。
|
|
1007
1007
|
*/
|
|
1008
1008
|
async CreateAigcVideoRedrawTask(req, cb) {
|
|
1009
1009
|
return this.request("CreateAigcVideoRedrawTask", req, cb);
|