tencentcloud-sdk-nodejs-mps 4.1.216 → 4.1.217
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
|
@@ -437,7 +437,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
437
437
|
*/
|
|
438
438
|
CreateLiveRecordTemplate(req: CreateLiveRecordTemplateRequest, cb?: (error: string, rep: CreateLiveRecordTemplateResponse) => void): Promise<CreateLiveRecordTemplateResponse>;
|
|
439
439
|
/**
|
|
440
|
-
*
|
|
440
|
+
* 查询音色设计任务(异步)结果
|
|
441
441
|
*/
|
|
442
442
|
DescribeDesignTask(req: DescribeDesignTaskRequest, cb?: (error: string, rep: DescribeDesignTaskResponse) => void): Promise<DescribeDesignTaskResponse>;
|
|
443
443
|
/**
|
|
@@ -655,7 +655,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
655
655
|
return this.request("CreateLiveRecordTemplate", req, cb);
|
|
656
656
|
}
|
|
657
657
|
/**
|
|
658
|
-
*
|
|
658
|
+
* 查询音色设计任务(异步)结果
|
|
659
659
|
*/
|
|
660
660
|
async DescribeDesignTask(req, cb) {
|
|
661
661
|
return this.request("DescribeDesignTask", req, cb);
|
|
@@ -5318,9 +5318,13 @@ export interface ExtractBlindWatermarkResponse {
|
|
|
5318
5318
|
*/
|
|
5319
5319
|
export interface SSAIConf {
|
|
5320
5320
|
/**
|
|
5321
|
-
* <p>广告决策服务器URL(ADS)
|
|
5321
|
+
* <p>广告决策服务器URL(ADS)。注意:填了AdsUrl会自动代替覆盖AdsUrls[0]</p>
|
|
5322
5322
|
*/
|
|
5323
5323
|
AdsUrl?: string;
|
|
5324
|
+
/**
|
|
5325
|
+
* <p>广告决策服务器URL数组(ADS)</p>
|
|
5326
|
+
*/
|
|
5327
|
+
AdsUrls?: Array<string>;
|
|
5324
5328
|
/**
|
|
5325
5329
|
* <p>参数配置。</p>
|
|
5326
5330
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -5366,9 +5370,13 @@ export interface SSAIConf {
|
|
|
5366
5370
|
*/
|
|
5367
5371
|
AdCDNPrefix?: string;
|
|
5368
5372
|
/**
|
|
5369
|
-
* <p
|
|
5373
|
+
* <p>预加载广告决策服务地址。注意:填了PreRollAdsUrl会自动代替覆盖PreRollAdsUrls[0]</p>
|
|
5370
5374
|
*/
|
|
5371
5375
|
PreRollAdsUrl?: string;
|
|
5376
|
+
/**
|
|
5377
|
+
* <p>预加载广告决策服务地址数组</p>
|
|
5378
|
+
*/
|
|
5379
|
+
PreRollAdsUrls?: Array<string>;
|
|
5372
5380
|
/**
|
|
5373
5381
|
* <p>预加载广告最大允许时长,0-3600。</p>
|
|
5374
5382
|
*/
|