tencentcloud-sdk-nodejs-mps 4.1.216 → 4.1.218
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);
|
|
@@ -3097,33 +3097,37 @@ export interface UserDefineAsrTextReviewTemplateInfoForUpdate {
|
|
|
3097
3097
|
*/
|
|
3098
3098
|
export interface CreateStreamPackageLinearAssemblyProgramRequest {
|
|
3099
3099
|
/**
|
|
3100
|
-
* Program
|
|
3100
|
+
* <p>Program名称。</p>
|
|
3101
3101
|
*/
|
|
3102
3102
|
Name: string;
|
|
3103
3103
|
/**
|
|
3104
|
-
*
|
|
3104
|
+
* <p>绑定的channel。</p>
|
|
3105
3105
|
*/
|
|
3106
3106
|
AttachedChannel: string;
|
|
3107
3107
|
/**
|
|
3108
|
-
*
|
|
3108
|
+
* <p>编排的目标source的类型,分直播Live和点播VOD。Tier为Basic时只支持VOD,Tier为Standard时支持Live和VOD</p>
|
|
3109
3109
|
*/
|
|
3110
3110
|
SourceType?: string;
|
|
3111
3111
|
/**
|
|
3112
|
-
*
|
|
3112
|
+
* <p>关联的source location。</p>
|
|
3113
3113
|
*/
|
|
3114
3114
|
SourceLocationId?: string;
|
|
3115
3115
|
/**
|
|
3116
|
-
*
|
|
3116
|
+
* <p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
3117
3117
|
*/
|
|
3118
3118
|
SourceName?: string;
|
|
3119
3119
|
/**
|
|
3120
|
-
* PlaybackConf
|
|
3120
|
+
* <p>PlaybackConf。</p>
|
|
3121
3121
|
*/
|
|
3122
3122
|
PlaybackConf?: PlaybackInfoReq;
|
|
3123
3123
|
/**
|
|
3124
|
-
* AdBreaks,只有source类型为Vod
|
|
3124
|
+
* <p>AdBreaks,只有source类型为Vod时有效。</p>
|
|
3125
3125
|
*/
|
|
3126
3126
|
AdBreaks?: Array<AdBreakInfo>;
|
|
3127
|
+
/**
|
|
3128
|
+
* <p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
3129
|
+
*/
|
|
3130
|
+
VodAcquisitionMethod?: string;
|
|
3127
3131
|
}
|
|
3128
3132
|
/**
|
|
3129
3133
|
* SourceLocation垫片配置。
|
|
@@ -4153,49 +4157,53 @@ export interface TagConfigureInfo {
|
|
|
4153
4157
|
*/
|
|
4154
4158
|
export interface LinearAssemblyProgramInfo {
|
|
4155
4159
|
/**
|
|
4156
|
-
* program
|
|
4160
|
+
* <p>program名称。</p>
|
|
4157
4161
|
*/
|
|
4158
4162
|
Name?: string;
|
|
4159
4163
|
/**
|
|
4160
|
-
*
|
|
4164
|
+
* <p>编排的目标source的类型,分直播和点播。</p>
|
|
4161
4165
|
*/
|
|
4162
4166
|
SourceType?: string;
|
|
4163
4167
|
/**
|
|
4164
|
-
*
|
|
4168
|
+
* <p>关联的source location id。</p>
|
|
4165
4169
|
*/
|
|
4166
4170
|
SourceLocationId?: string;
|
|
4167
4171
|
/**
|
|
4168
|
-
* SourceId,唯一标识一个source
|
|
4172
|
+
* <p>SourceId,唯一标识一个source。</p>
|
|
4169
4173
|
*/
|
|
4170
4174
|
SourceId?: string;
|
|
4171
4175
|
/**
|
|
4172
|
-
*
|
|
4176
|
+
* <p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
4173
4177
|
*/
|
|
4174
4178
|
SourceName?: string;
|
|
4175
4179
|
/**
|
|
4176
|
-
*
|
|
4180
|
+
* <p>绑定的channel。</p>
|
|
4177
4181
|
*/
|
|
4178
4182
|
AttachedChannel?: string;
|
|
4179
4183
|
/**
|
|
4180
|
-
*
|
|
4184
|
+
* <p>播放配置。</p>
|
|
4181
4185
|
*/
|
|
4182
4186
|
PlaybackConf?: PlaybackInfo;
|
|
4183
4187
|
/**
|
|
4184
|
-
* AdBreaks
|
|
4188
|
+
* <p>AdBreaks。</p>
|
|
4185
4189
|
*/
|
|
4186
4190
|
AdBreaks?: Array<AdBreakInfo>;
|
|
4187
4191
|
/**
|
|
4188
|
-
* Id
|
|
4192
|
+
* <p>Id。</p>
|
|
4189
4193
|
*/
|
|
4190
4194
|
Id?: string;
|
|
4191
4195
|
/**
|
|
4192
|
-
* Region
|
|
4196
|
+
* <p>Region。</p>
|
|
4193
4197
|
*/
|
|
4194
4198
|
Region?: string;
|
|
4195
4199
|
/**
|
|
4196
|
-
* SourceLocation
|
|
4200
|
+
* <p>SourceLocation名称。</p>
|
|
4197
4201
|
*/
|
|
4198
4202
|
SourceLocationName?: string;
|
|
4203
|
+
/**
|
|
4204
|
+
* <p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
4205
|
+
*/
|
|
4206
|
+
VodAcquisitionMethod?: string;
|
|
4199
4207
|
}
|
|
4200
4208
|
/**
|
|
4201
4209
|
* 文本关键词识别输出。
|
|
@@ -5318,9 +5326,13 @@ export interface ExtractBlindWatermarkResponse {
|
|
|
5318
5326
|
*/
|
|
5319
5327
|
export interface SSAIConf {
|
|
5320
5328
|
/**
|
|
5321
|
-
* <p>广告决策服务器URL(ADS)
|
|
5329
|
+
* <p>广告决策服务器URL(ADS)。注意:填了AdsUrl会自动代替覆盖AdsUrls[0]</p>
|
|
5322
5330
|
*/
|
|
5323
5331
|
AdsUrl?: string;
|
|
5332
|
+
/**
|
|
5333
|
+
* <p>广告决策服务器URL数组(ADS)</p>
|
|
5334
|
+
*/
|
|
5335
|
+
AdsUrls?: Array<string>;
|
|
5324
5336
|
/**
|
|
5325
5337
|
* <p>参数配置。</p>
|
|
5326
5338
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -5366,9 +5378,13 @@ export interface SSAIConf {
|
|
|
5366
5378
|
*/
|
|
5367
5379
|
AdCDNPrefix?: string;
|
|
5368
5380
|
/**
|
|
5369
|
-
* <p
|
|
5381
|
+
* <p>预加载广告决策服务地址。注意:填了PreRollAdsUrl会自动代替覆盖PreRollAdsUrls[0]</p>
|
|
5370
5382
|
*/
|
|
5371
5383
|
PreRollAdsUrl?: string;
|
|
5384
|
+
/**
|
|
5385
|
+
* <p>预加载广告决策服务地址数组</p>
|
|
5386
|
+
*/
|
|
5387
|
+
PreRollAdsUrls?: Array<string>;
|
|
5372
5388
|
/**
|
|
5373
5389
|
* <p>预加载广告最大允许时长,0-3600。</p>
|
|
5374
5390
|
*/
|
|
@@ -9503,33 +9519,37 @@ export interface SSAIUsageInfo {
|
|
|
9503
9519
|
*/
|
|
9504
9520
|
export interface ModifyStreamPackageLinearAssemblyProgramRequest {
|
|
9505
9521
|
/**
|
|
9506
|
-
* Program Id
|
|
9522
|
+
* <p>Program Id。</p>
|
|
9507
9523
|
*/
|
|
9508
9524
|
Id: string;
|
|
9509
9525
|
/**
|
|
9510
|
-
*
|
|
9526
|
+
* <p>修改后的名称。</p>
|
|
9511
9527
|
*/
|
|
9512
9528
|
Name?: string;
|
|
9513
9529
|
/**
|
|
9514
|
-
*
|
|
9530
|
+
* <p>编排的目标source的类型,分直播和点播。Tier为Basic时只支持VOD,Tier为Standard时支持Live和VOD</p>
|
|
9515
9531
|
*/
|
|
9516
9532
|
SourceType?: string;
|
|
9517
9533
|
/**
|
|
9518
|
-
*
|
|
9534
|
+
* <p>关联的source location。</p>
|
|
9519
9535
|
*/
|
|
9520
9536
|
SourceLocationId?: string;
|
|
9521
9537
|
/**
|
|
9522
|
-
*
|
|
9538
|
+
* <p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
9523
9539
|
*/
|
|
9524
9540
|
SourceName?: string;
|
|
9525
9541
|
/**
|
|
9526
|
-
* PlaybackConf
|
|
9542
|
+
* <p>PlaybackConf。</p>
|
|
9527
9543
|
*/
|
|
9528
9544
|
PlaybackConf?: PlaybackInfoReq;
|
|
9529
9545
|
/**
|
|
9530
|
-
* AdBreaks
|
|
9546
|
+
* <p>AdBreaks。</p>
|
|
9531
9547
|
*/
|
|
9532
9548
|
AdBreaks?: Array<AdBreakInfo>;
|
|
9549
|
+
/**
|
|
9550
|
+
* <p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
9551
|
+
*/
|
|
9552
|
+
VodAcquisitionMethod?: string;
|
|
9533
9553
|
}
|
|
9534
9554
|
/**
|
|
9535
9555
|
* ProcessImage返回参数结构体
|
|
@@ -23597,7 +23617,7 @@ export interface TerrorismConfigureInfo {
|
|
|
23597
23617
|
*/
|
|
23598
23618
|
export interface CreateStreamPackageLinearAssemblyProgramResponse {
|
|
23599
23619
|
/**
|
|
23600
|
-
* channel
|
|
23620
|
+
* <p>channel信息。</p>
|
|
23601
23621
|
*/
|
|
23602
23622
|
Info?: LinearAssemblyProgramInfo;
|
|
23603
23623
|
/**
|