tencentcloud-sdk-nodejs-mps 4.1.207 → 4.1.209

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.
@@ -47,16 +47,10 @@ class Client extends TencentCloudCommon.AbstractClient {
47
47
  return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
48
48
  }
49
49
  /**
50
- * 创建用户自定义转动图模板,数量上限:16
50
+ * 删除线性组装Program
51
51
  */
52
- async CreateAnimatedGraphicsTemplate(req, cb) {
53
- return this.request("CreateAnimatedGraphicsTemplate", req, cb);
54
- }
55
- /**
56
- * 修改用户自定义智能字幕模板。
57
- */
58
- async ModifySmartSubtitleTemplate(req, cb) {
59
- return this.request("ModifySmartSubtitleTemplate", req, cb);
52
+ async DeleteStreamPackageLinearAssemblyProgram(req, cb) {
53
+ return this.request("DeleteStreamPackageLinearAssemblyProgram", req, cb);
60
54
  }
61
55
  /**
62
56
  * 通过任务 ID 查询任务的执行状态和结果的详细信息(最多可以查询7天之内提交的任务)。
@@ -100,6 +94,12 @@ class Client extends TencentCloudCommon.AbstractClient {
100
94
  async CreateAigcImageTask(req, cb) {
101
95
  return this.request("CreateAigcImageTask", req, cb);
102
96
  }
97
+ /**
98
+ * 删除广告插入配置。
99
+ */
100
+ async DeleteStreamPackageSSAIChannel(req, cb) {
101
+ return this.request("DeleteStreamPackageSSAIChannel", req, cb);
102
+ }
103
103
  /**
104
104
  * 删除用户自定义转动图模板。
105
105
  */
@@ -125,6 +125,12 @@ class Client extends TencentCloudCommon.AbstractClient {
125
125
  async ParseLiveStreamProcessNotification(req, cb) {
126
126
  return this.request("ParseLiveStreamProcessNotification", req, cb);
127
127
  }
128
+ /**
129
+ * 修改媒体包装SourceLocation信息。
130
+ */
131
+ async ModifyStreamPackageSourceLocation(req, cb) {
132
+ return this.request("ModifyStreamPackageSourceLocation", req, cb);
133
+ }
128
134
  /**
129
135
  * 删除用户自定义转码模板。
130
136
  */
@@ -137,6 +143,12 @@ class Client extends TencentCloudCommon.AbstractClient {
137
143
  async DescribeTaskDetail(req, cb) {
138
144
  return this.request("DescribeTaskDetail", req, cb);
139
145
  }
146
+ /**
147
+ * 创建媒体包装频道。
148
+ */
149
+ async CreateStreamPackageSource(req, cb) {
150
+ return this.request("CreateStreamPackageSource", req, cb);
151
+ }
140
152
  /**
141
153
  * 该接口用于根据应用场景、关键词、标签,分页查询关键词样本信息。
142
154
  */
@@ -255,12 +267,42 @@ class Client extends TencentCloudCommon.AbstractClient {
255
267
  async DescribeTasks(req, cb) {
256
268
  return this.request("DescribeTasks", req, cb);
257
269
  }
270
+ /**
271
+ * 查询Programe信息列表。
272
+ */
273
+ async DescribeStreamPackageLinearAssemblyProgramSchedules(req, cb) {
274
+ return this.request("DescribeStreamPackageLinearAssemblyProgramSchedules", req, cb);
275
+ }
276
+ /**
277
+ * 删除媒体包装SourceLocation。
278
+ */
279
+ async DeleteStreamPackageSourceLocation(req, cb) {
280
+ return this.request("DeleteStreamPackageSourceLocation", req, cb);
281
+ }
258
282
  /**
259
283
  * 批量启动媒体传输流。
260
284
  */
261
285
  async BatchStartStreamLinkFlow(req, cb) {
262
286
  return this.request("BatchStartStreamLinkFlow", req, cb);
263
287
  }
288
+ /**
289
+ * 批量查询广告插入配置。
290
+ */
291
+ async DescribeStreamPackageSSAIChannels(req, cb) {
292
+ return this.request("DescribeStreamPackageSSAIChannels", req, cb);
293
+ }
294
+ /**
295
+ * 查询媒体包装SourceLocation信息。
296
+ */
297
+ async DescribeStreamPackageSourceLocation(req, cb) {
298
+ return this.request("DescribeStreamPackageSourceLocation", req, cb);
299
+ }
300
+ /**
301
+ * 批量删除媒体包装Channel。
302
+ */
303
+ async DeleteStreamPackageLinearAssemblyChannels(req, cb) {
304
+ return this.request("DeleteStreamPackageLinearAssemblyChannels", req, cb);
305
+ }
264
306
  /**
265
307
  * 创建用户自定义转码模板,数量上限:1000
266
308
  */
@@ -273,6 +315,12 @@ class Client extends TencentCloudCommon.AbstractClient {
273
315
  async CreateStreamLinkFlow(req, cb) {
274
316
  return this.request("CreateStreamLinkFlow", req, cb);
275
317
  }
318
+ /**
319
+ * 频道线性组装用量查询
320
+ */
321
+ async DescribeStreamPackageLinearAssemblyUsage(req, cb) {
322
+ return this.request("DescribeStreamPackageLinearAssemblyUsage", req, cb);
323
+ }
276
324
  /**
277
325
  * 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
278
326
  */
@@ -291,6 +339,12 @@ class Client extends TencentCloudCommon.AbstractClient {
291
339
  async ModifyProcessImageTemplate(req, cb) {
292
340
  return this.request("ModifyProcessImageTemplate", req, cb);
293
341
  }
342
+ /**
343
+ * 同步接口,返回语音识别结果
344
+ */
345
+ async RecognizeAudio(req, cb) {
346
+ return this.request("RecognizeAudio", req, cb);
347
+ }
294
348
  /**
295
349
  * 对 URL视频链接批量发起处理任务,功能包括:
296
350
  智能字幕(语音全文、语音热词、语音翻译)
@@ -299,10 +353,10 @@ class Client extends TencentCloudCommon.AbstractClient {
299
353
  return this.request("BatchProcessMedia", req, cb);
300
354
  }
301
355
  /**
302
- * 批量查询媒体输入流的配置信息。
356
+ * 删除媒体包装Channel。
303
357
  */
304
- async DescribeStreamLinkFlows(req, cb) {
305
- return this.request("DescribeStreamLinkFlows", req, cb);
358
+ async DeleteStreamPackageLinearAssemblyChannel(req, cb) {
359
+ return this.request("DeleteStreamPackageLinearAssemblyChannel", req, cb);
306
360
  }
307
361
  /**
308
362
  * 修改用户自定义转动图模板。
@@ -329,16 +383,16 @@ class Client extends TencentCloudCommon.AbstractClient {
329
383
  return this.request("CreateContentReviewTemplate", req, cb);
330
384
  }
331
385
  /**
332
- * 修改媒体传输流的输出配置。
386
+ * 查询媒体包装Program信息。
333
387
  */
334
- async ModifyStreamLinkOutputInfo(req, cb) {
335
- return this.request("ModifyStreamLinkOutputInfo", req, cb);
388
+ async DescribeStreamPackageLinearAssemblyProgram(req, cb) {
389
+ return this.request("DescribeStreamPackageLinearAssemblyProgram", req, cb);
336
390
  }
337
391
  /**
338
- * 修改用户自定义数字水印模板,数字水印类型不允许修改。
392
+ * 批量删除媒体包装Source。
339
393
  */
340
- async ModifyBlindWatermarkTemplate(req, cb) {
341
- return this.request("ModifyBlindWatermarkTemplate", req, cb);
394
+ async DeleteStreamPackageSource(req, cb) {
395
+ return this.request("DeleteStreamPackageSource", req, cb);
342
396
  }
343
397
  /**
344
398
  * 根据安全组反差关联的Flow信息。
@@ -366,6 +420,12 @@ class Client extends TencentCloudCommon.AbstractClient {
366
420
  async ModifySchedule(req, cb) {
367
421
  return this.request("ModifySchedule", req, cb);
368
422
  }
423
+ /**
424
+ * 更新安全组。
425
+ */
426
+ async ModifyStreamLinkSecurityGroup(req, cb) {
427
+ return this.request("ModifyStreamLinkSecurityGroup", req, cb);
428
+ }
369
429
  /**
370
430
  * 获取媒体的元信息,包括视频画面宽、高、编码格式、时长、帧率等。
371
431
  */
@@ -378,6 +438,12 @@ class Client extends TencentCloudCommon.AbstractClient {
378
438
  async DescribeVideoSearchTaskDetail(req, cb) {
379
439
  return this.request("DescribeVideoSearchTaskDetail", req, cb);
380
440
  }
441
+ /**
442
+ * 批量查询媒体输入流的配置信息。
443
+ */
444
+ async DescribeStreamLinkFlows(req, cb) {
445
+ return this.request("DescribeStreamLinkFlows", req, cb);
446
+ }
381
447
  /**
382
448
  * 同步接口。查询可用音色,支持通过类型、标签、语言等条件检索音色
383
449
  */
@@ -390,18 +456,48 @@ class Client extends TencentCloudCommon.AbstractClient {
390
456
  async ModifyWordSample(req, cb) {
391
457
  return this.request("ModifyWordSample", req, cb);
392
458
  }
459
+ /**
460
+ * SSAI广告替换用量查询
461
+ */
462
+ async DescribeStreamPackageSSAIUsage(req, cb) {
463
+ return this.request("DescribeStreamPackageSSAIUsage", req, cb);
464
+ }
465
+ /**
466
+ * 修改媒体传输流的输出配置。
467
+ */
468
+ async ModifyStreamLinkOutputInfo(req, cb) {
469
+ return this.request("ModifyStreamLinkOutputInfo", req, cb);
470
+ }
393
471
  /**
394
472
  * 修改用户自定义采样截图模板。
395
473
  */
396
474
  async ModifySampleSnapshotTemplate(req, cb) {
397
475
  return this.request("ModifySampleSnapshotTemplate", req, cb);
398
476
  }
477
+ /**
478
+ * 修改用户自定义智能字幕模板。
479
+ */
480
+ async ModifySmartSubtitleTemplate(req, cb) {
481
+ return this.request("ModifySmartSubtitleTemplate", req, cb);
482
+ }
483
+ /**
484
+ * 查询媒体包装线性组装频道信息。
485
+ */
486
+ async DescribeStreamPackageLinearAssemblyChannel(req, cb) {
487
+ return this.request("DescribeStreamPackageLinearAssemblyChannel", req, cb);
488
+ }
399
489
  /**
400
490
  * 重新设置一个已经存在且处于禁用状态的工作流。
401
491
  */
402
492
  async ResetWorkflow(req, cb) {
403
493
  return this.request("ResetWorkflow", req, cb);
404
494
  }
495
+ /**
496
+ * 启动媒体包装频道。
497
+ */
498
+ async StartStreamPackageLinearAssemblyChannel(req, cb) {
499
+ return this.request("StartStreamPackageLinearAssemblyChannel", req, cb);
500
+ }
405
501
  /**
406
502
  * 删除媒体质检模板
407
503
  */
@@ -448,10 +544,16 @@ class Client extends TencentCloudCommon.AbstractClient {
448
544
  return this.request("DescribeTranscodeTemplates", req, cb);
449
545
  }
450
546
  /**
451
- * 更新安全组。
547
+ * 查询SSAI开通状态
452
548
  */
453
- async ModifyStreamLinkSecurityGroup(req, cb) {
454
- return this.request("ModifyStreamLinkSecurityGroup", req, cb);
549
+ async DescribeSSAIActivateState(req, cb) {
550
+ return this.request("DescribeSSAIActivateState", req, cb);
551
+ }
552
+ /**
553
+ * 创建媒体包装频道。
554
+ */
555
+ async CreateStreamPackageLinearAssemblyChannel(req, cb) {
556
+ return this.request("CreateStreamPackageLinearAssemblyChannel", req, cb);
455
557
  }
456
558
  /**
457
559
  * 删除媒体传输的传输流配置。
@@ -487,16 +589,16 @@ class Client extends TencentCloudCommon.AbstractClient {
487
589
  return this.request("DescribeSmartEraseTemplates", req, cb);
488
590
  }
489
591
  /**
490
- * 修改用户自定义智能擦除模板。
592
+ * 创建媒体包装频道。
491
593
  */
492
- async ModifySmartEraseTemplate(req, cb) {
493
- return this.request("ModifySmartEraseTemplate", req, cb);
594
+ async CreateStreamPackageSourceLocation(req, cb) {
595
+ return this.request("CreateStreamPackageSourceLocation", req, cb);
494
596
  }
495
597
  /**
496
- * 同步接口,返回语音识别结果
598
+ * 创建线性组装Program。
497
599
  */
498
- async RecognizeAudio(req, cb) {
499
- return this.request("RecognizeAudio", req, cb);
600
+ async CreateStreamPackageLinearAssemblyProgram(req, cb) {
601
+ return this.request("CreateStreamPackageLinearAssemblyProgram", req, cb);
500
602
  }
501
603
  /**
502
604
  * 创建自定义智能字幕模板
@@ -516,6 +618,12 @@ class Client extends TencentCloudCommon.AbstractClient {
516
618
  async DescribeSchedules(req, cb) {
517
619
  return this.request("DescribeSchedules", req, cb);
518
620
  }
621
+ /**
622
+ * 修改用户自定义智能擦除模板。
623
+ */
624
+ async ModifySmartEraseTemplate(req, cb) {
625
+ return this.request("ModifySmartEraseTemplate", req, cb);
626
+ }
519
627
  /**
520
628
  * 该接口用于根据素材 ID,修改素材样本信息,包括名称、描述的修改,以及五官、标签的添加、删除、重置操作。五官删除操作需保证至少剩余 1 张图片,否则,请使用重置操作。
521
629
  */
@@ -528,6 +636,12 @@ class Client extends TencentCloudCommon.AbstractClient {
528
636
  async CreateLiveRecordTemplate(req, cb) {
529
637
  return this.request("CreateLiveRecordTemplate", req, cb);
530
638
  }
639
+ /**
640
+ * 停止线性组装频道。
641
+ */
642
+ async StopStreamPackageLinearAssemblyChannel(req, cb) {
643
+ return this.request("StopStreamPackageLinearAssemblyChannel", req, cb);
644
+ }
531
645
  /**
532
646
  * 创建用户自定义数字水印模板。
533
647
  */
@@ -570,6 +684,18 @@ class Client extends TencentCloudCommon.AbstractClient {
570
684
  async StopStreamLinkFlow(req, cb) {
571
685
  return this.request("StopStreamLinkFlow", req, cb);
572
686
  }
687
+ /**
688
+ * 创建SSAI广告插入配置。
689
+ */
690
+ async CreateStreamPackageSSAIChannel(req, cb) {
691
+ return this.request("CreateStreamPackageSSAIChannel", req, cb);
692
+ }
693
+ /**
694
+ * 查询线性组装频道信息列表。
695
+ */
696
+ async DescribeStreamPackageLinearAssemblyChannels(req, cb) {
697
+ return this.request("DescribeStreamPackageLinearAssemblyChannels", req, cb);
698
+ }
573
699
  /**
574
700
  * 查询媒体传输事件关联的所有媒体输入流的配置信息。
575
701
  */
@@ -589,10 +715,10 @@ class Client extends TencentCloudCommon.AbstractClient {
589
715
  return this.request("ModifyAIRecognitionTemplate", req, cb);
590
716
  }
591
717
  /**
592
- * 根据工作流 ID,获取工作流详情列表。
718
+ * 查询媒体包装Source信息。
593
719
  */
594
- async DescribeWorkflows(req, cb) {
595
- return this.request("DescribeWorkflows", req, cb);
720
+ async DescribeStreamPackageSource(req, cb) {
721
+ return this.request("DescribeStreamPackageSource", req, cb);
596
722
  }
597
723
  /**
598
724
  * 查询指定时间点截图模板,支持根据条件,分页查询。
@@ -636,6 +762,12 @@ class Client extends TencentCloudCommon.AbstractClient {
636
762
  async CreateStreamLinkOutputInfo(req, cb) {
637
763
  return this.request("CreateStreamLinkOutputInfo", req, cb);
638
764
  }
765
+ /**
766
+ * 查询Programe信息列表。
767
+ */
768
+ async DescribeStreamPackageLinearAssemblyPrograms(req, cb) {
769
+ return this.request("DescribeStreamPackageLinearAssemblyPrograms", req, cb);
770
+ }
639
771
  /**
640
772
  * 删除用户自定义数字水印模板。
641
773
  */
@@ -649,10 +781,10 @@ class Client extends TencentCloudCommon.AbstractClient {
649
781
  return this.request("ModifyWatermarkTemplate", req, cb);
650
782
  }
651
783
  /**
652
- * 使用检索值检索库中最接近检索值的若干视频。
784
+ * 该接口用于批量删除关键词样本。
653
785
  */
654
- async CreateVideoSearchTask(req, cb) {
655
- return this.request("CreateVideoSearchTask", req, cb);
786
+ async DeleteWordSamples(req, cb) {
787
+ return this.request("DeleteWordSamples", req, cb);
656
788
  }
657
789
  /**
658
790
  * 查询媒体传输开通状态。
@@ -697,10 +829,16 @@ class Client extends TencentCloudCommon.AbstractClient {
697
829
  return this.request("DescribeAnimatedGraphicsTemplates", req, cb);
698
830
  }
699
831
  /**
700
- * 该接口用于批量删除关键词样本。
832
+ * 查询线性组装Source告警信息。
701
833
  */
702
- async DeleteWordSamples(req, cb) {
703
- return this.request("DeleteWordSamples", req, cb);
834
+ async DescribeStreamPackageSourceAlerts(req, cb) {
835
+ return this.request("DescribeStreamPackageSourceAlerts", req, cb);
836
+ }
837
+ /**
838
+ * 使用检索值检索库中最接近检索值的若干视频。
839
+ */
840
+ async CreateVideoSearchTask(req, cb) {
841
+ return this.request("CreateVideoSearchTask", req, cb);
704
842
  }
705
843
  /**
706
844
  * 调用该接口,用于查询AIGC生视频任务的进度以及获取生成结果。
@@ -708,24 +846,48 @@ class Client extends TencentCloudCommon.AbstractClient {
708
846
  async DescribeAigcVideoTask(req, cb) {
709
847
  return this.request("DescribeAigcVideoTask", req, cb);
710
848
  }
849
+ /**
850
+ * 修改用户自定义数字水印模板,数字水印类型不允许修改。
851
+ */
852
+ async ModifyBlindWatermarkTemplate(req, cb) {
853
+ return this.request("ModifyBlindWatermarkTemplate", req, cb);
854
+ }
711
855
  /**
712
856
  * 对已发起的任务进行管理。
713
857
  */
714
858
  async ManageTask(req, cb) {
715
859
  return this.request("ManageTask", req, cb);
716
860
  }
861
+ /**
862
+ * 查询Source信息列表。
863
+ */
864
+ async DescribeStreamPackageSources(req, cb) {
865
+ return this.request("DescribeStreamPackageSources", req, cb);
866
+ }
717
867
  /**
718
868
  * 根据任务ID查询视频入库任务的状态。
719
869
  */
720
870
  async DescribeVideoDatabaseEntryTaskDetail(req, cb) {
721
871
  return this.request("DescribeVideoDatabaseEntryTaskDetail", req, cb);
722
872
  }
873
+ /**
874
+ * 根据工作流 ID,获取工作流详情列表。
875
+ */
876
+ async DescribeWorkflows(req, cb) {
877
+ return this.request("DescribeWorkflows", req, cb);
878
+ }
723
879
  /**
724
880
  * 修改用户自定义指定时间点截图模板。
725
881
  */
726
882
  async ModifySnapshotByTimeOffsetTemplate(req, cb) {
727
883
  return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
728
884
  }
885
+ /**
886
+ * 查询线性组装频道告警信息。
887
+ */
888
+ async DescribeStreamPackageLinearAssemblyChannelAlerts(req, cb) {
889
+ return this.request("DescribeStreamPackageLinearAssemblyChannelAlerts", req, cb);
890
+ }
729
891
  /**
730
892
  * 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
731
893
  */
@@ -749,6 +911,12 @@ class Client extends TencentCloudCommon.AbstractClient {
749
911
  async CreateWorkflow(req, cb) {
750
912
  return this.request("CreateWorkflow", req, cb);
751
913
  }
914
+ /**
915
+ * 查询媒体封装用户开通情况。
916
+ */
917
+ async DescribeStreamPackageActivateState(req, cb) {
918
+ return this.request("DescribeStreamPackageActivateState", req, cb);
919
+ }
752
920
  /**
753
921
  * 创建图片处理模板
754
922
  */
@@ -844,12 +1012,30 @@ class Client extends TencentCloudCommon.AbstractClient {
844
1012
  async DescribeBlindWatermarkTemplates(req, cb) {
845
1013
  return this.request("DescribeBlindWatermarkTemplates", req, cb);
846
1014
  }
1015
+ /**
1016
+ * 修改媒体包装Program信息。
1017
+ */
1018
+ async ModifyStreamPackageLinearAssemblyProgram(req, cb) {
1019
+ return this.request("ModifyStreamPackageLinearAssemblyProgram", req, cb);
1020
+ }
1021
+ /**
1022
+ * 开通SSAI
1023
+ */
1024
+ async ActivateSSAI(req, cb) {
1025
+ return this.request("ActivateSSAI", req, cb);
1026
+ }
847
1027
  /**
848
1028
  * 提取视频中的盲水印。
849
1029
  */
850
1030
  async WithdrawsWatermark(req, cb) {
851
1031
  return this.request("WithdrawsWatermark", req, cb);
852
1032
  }
1033
+ /**
1034
+ * 修改媒体包装Source信息。
1035
+ */
1036
+ async ModifyStreamPackageSource(req, cb) {
1037
+ return this.request("ModifyStreamPackageSource", req, cb);
1038
+ }
853
1039
  /**
854
1040
  * 查询媒体输入流的配置信息。
855
1041
  */
@@ -887,10 +1073,16 @@ class Client extends TencentCloudCommon.AbstractClient {
887
1073
  return this.request("DeletePersonSample", req, cb);
888
1074
  }
889
1075
  /**
890
- * 删除用户自定义指定时间点截图模板。
1076
+ * 创建用户自定义转动图模板,数量上限:16。
891
1077
  */
892
- async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
893
- return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
1078
+ async CreateAnimatedGraphicsTemplate(req, cb) {
1079
+ return this.request("CreateAnimatedGraphicsTemplate", req, cb);
1080
+ }
1081
+ /**
1082
+ * 修改广告插入配置。
1083
+ */
1084
+ async ModifyStreamPackageSSAIChannel(req, cb) {
1085
+ return this.request("ModifyStreamPackageSSAIChannel", req, cb);
894
1086
  }
895
1087
  /**
896
1088
  * 启用自动化触发编排任务。
@@ -905,6 +1097,12 @@ class Client extends TencentCloudCommon.AbstractClient {
905
1097
  async CreateVideoDatabaseEntryTask(req, cb) {
906
1098
  return this.request("CreateVideoDatabaseEntryTask", req, cb);
907
1099
  }
1100
+ /**
1101
+ * 删除用户自定义指定时间点截图模板。
1102
+ */
1103
+ async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
1104
+ return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
1105
+ }
908
1106
  /**
909
1107
  * 对直播流媒体发起处理任务,功能包括:
910
1108
 
@@ -937,12 +1135,24 @@ class Client extends TencentCloudCommon.AbstractClient {
937
1135
  async DeleteSampleSnapshotTemplate(req, cb) {
938
1136
  return this.request("DeleteSampleSnapshotTemplate", req, cb);
939
1137
  }
1138
+ /**
1139
+ * 修改媒体包装Source信息。
1140
+ */
1141
+ async ModifyStreamPackageLinearAssemblyChannel(req, cb) {
1142
+ return this.request("ModifyStreamPackageLinearAssemblyChannel", req, cb);
1143
+ }
940
1144
  /**
941
1145
  * 文本翻译
942
1146
  */
943
1147
  async TextTranslation(req, cb) {
944
1148
  return this.request("TextTranslation", req, cb);
945
1149
  }
1150
+ /**
1151
+ * 创建媒体封装用户。
1152
+ */
1153
+ async ActivateStreamPackage(req, cb) {
1154
+ return this.request("ActivateStreamPackage", req, cb);
1155
+ }
946
1156
  /**
947
1157
  * 查询媒体传输流的媒体质量数据。
948
1158
  */
@@ -955,6 +1165,12 @@ class Client extends TencentCloudCommon.AbstractClient {
955
1165
  async CreateAsrHotwords(req, cb) {
956
1166
  return this.request("CreateAsrHotwords", req, cb);
957
1167
  }
1168
+ /**
1169
+ * 批量删除线性组装Program。
1170
+ */
1171
+ async DeleteStreamPackageLinearAssemblyPrograms(req, cb) {
1172
+ return this.request("DeleteStreamPackageLinearAssemblyPrograms", req, cb);
1173
+ }
958
1174
  /**
959
1175
  * 创建媒体传输的事件Event。
960
1176
  */
@@ -967,6 +1183,12 @@ class Client extends TencentCloudCommon.AbstractClient {
967
1183
  async CreatePersonSample(req, cb) {
968
1184
  return this.request("CreatePersonSample", req, cb);
969
1185
  }
1186
+ /**
1187
+ * 查询SourceLocation信息列表。
1188
+ */
1189
+ async DescribeStreamPackageSourceLocations(req, cb) {
1190
+ return this.request("DescribeStreamPackageSourceLocations", req, cb);
1191
+ }
970
1192
  /**
971
1193
  * 查询用户自定义媒体质检模板,支持根据条件,分页查询。
972
1194
  */
@@ -1039,12 +1261,30 @@ class Client extends TencentCloudCommon.AbstractClient {
1039
1261
  async DeleteStreamLinkEvent(req, cb) {
1040
1262
  return this.request("DeleteStreamLinkEvent", req, cb);
1041
1263
  }
1264
+ /**
1265
+ * 批量删除同一Channel下的ID
1266
+ */
1267
+ async DeleteStreamPackageLinearAssemblyProgramsByChannel(req, cb) {
1268
+ return this.request("DeleteStreamPackageLinearAssemblyProgramsByChannel", req, cb);
1269
+ }
1042
1270
  /**
1043
1271
  * 查询媒体传输流的日志信息。
1044
1272
  */
1045
1273
  async DescribeStreamLinkFlowLogs(req, cb) {
1046
1274
  return this.request("DescribeStreamLinkFlowLogs", req, cb);
1047
1275
  }
1276
+ /**
1277
+ * 查询用户开通mps信息,是否开通/授权。
1278
+ */
1279
+ async DescribeMDPMPSUserInfo(req, cb) {
1280
+ return this.request("DescribeMDPMPSUserInfo", req, cb);
1281
+ }
1282
+ /**
1283
+ * 查询广告插入配置。
1284
+ */
1285
+ async DescribeStreamPackageSSAIChannel(req, cb) {
1286
+ return this.request("DescribeStreamPackageSSAIChannel", req, cb);
1287
+ }
1048
1288
  /**
1049
1289
  * 删除雪碧图模板。
1050
1290
  */