tencentcloud-sdk-nodejs-mps 4.1.217 → 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
|
@@ -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
|
* 文本关键词识别输出。
|
|
@@ -9511,33 +9519,37 @@ export interface SSAIUsageInfo {
|
|
|
9511
9519
|
*/
|
|
9512
9520
|
export interface ModifyStreamPackageLinearAssemblyProgramRequest {
|
|
9513
9521
|
/**
|
|
9514
|
-
* Program Id
|
|
9522
|
+
* <p>Program Id。</p>
|
|
9515
9523
|
*/
|
|
9516
9524
|
Id: string;
|
|
9517
9525
|
/**
|
|
9518
|
-
*
|
|
9526
|
+
* <p>修改后的名称。</p>
|
|
9519
9527
|
*/
|
|
9520
9528
|
Name?: string;
|
|
9521
9529
|
/**
|
|
9522
|
-
*
|
|
9530
|
+
* <p>编排的目标source的类型,分直播和点播。Tier为Basic时只支持VOD,Tier为Standard时支持Live和VOD</p>
|
|
9523
9531
|
*/
|
|
9524
9532
|
SourceType?: string;
|
|
9525
9533
|
/**
|
|
9526
|
-
*
|
|
9534
|
+
* <p>关联的source location。</p>
|
|
9527
9535
|
*/
|
|
9528
9536
|
SourceLocationId?: string;
|
|
9529
9537
|
/**
|
|
9530
|
-
*
|
|
9538
|
+
* <p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
9531
9539
|
*/
|
|
9532
9540
|
SourceName?: string;
|
|
9533
9541
|
/**
|
|
9534
|
-
* PlaybackConf
|
|
9542
|
+
* <p>PlaybackConf。</p>
|
|
9535
9543
|
*/
|
|
9536
9544
|
PlaybackConf?: PlaybackInfoReq;
|
|
9537
9545
|
/**
|
|
9538
|
-
* AdBreaks
|
|
9546
|
+
* <p>AdBreaks。</p>
|
|
9539
9547
|
*/
|
|
9540
9548
|
AdBreaks?: Array<AdBreakInfo>;
|
|
9549
|
+
/**
|
|
9550
|
+
* <p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
9551
|
+
*/
|
|
9552
|
+
VodAcquisitionMethod?: string;
|
|
9541
9553
|
}
|
|
9542
9554
|
/**
|
|
9543
9555
|
* ProcessImage返回参数结构体
|
|
@@ -23605,7 +23617,7 @@ export interface TerrorismConfigureInfo {
|
|
|
23605
23617
|
*/
|
|
23606
23618
|
export interface CreateStreamPackageLinearAssemblyProgramResponse {
|
|
23607
23619
|
/**
|
|
23608
|
-
* channel
|
|
23620
|
+
* <p>channel信息。</p>
|
|
23609
23621
|
*/
|
|
23610
23622
|
Info?: LinearAssemblyProgramInfo;
|
|
23611
23623
|
/**
|