tencentcloud-sdk-nodejs-vod 4.0.626 → 4.0.630
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/CHANGELOG.md +817 -0
- package/SERVICE_CHANGELOG.md +740 -134
- package/package.json +1 -1
- package/products.md +43 -43
- package/src/services/vod/v20180717/vod_client.ts +127 -41
- package/src/services/vod/v20180717/vod_models.ts +939 -164
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +35 -15
- package/tencentcloud/services/vod/v20180717/vod_client.js +49 -19
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +909 -170
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
CreateStorageRegionRequest,
|
|
24
24
|
AiRecognitionTaskAsrFullTextSegmentItem,
|
|
25
25
|
DescribeFileAttributesTask,
|
|
26
|
+
QualityEvaluationConfigureInfo,
|
|
26
27
|
ReviewAudioVideoTaskInput,
|
|
27
28
|
DescribeAllClassRequest,
|
|
28
29
|
DescribeRoundPlaysRequest,
|
|
@@ -47,7 +48,9 @@ import {
|
|
|
47
48
|
ModifyDefaultStorageRegionRequest,
|
|
48
49
|
ModifyEventConfigResponse,
|
|
49
50
|
AiAnalysisTaskCoverOutput,
|
|
51
|
+
QualityInspectTaskOutput,
|
|
50
52
|
UserDefineOcrTextReviewTemplateInfoForUpdate,
|
|
53
|
+
ResetProcedureTemplateResponse,
|
|
51
54
|
MediaSnapshotByTimeOffsetItem,
|
|
52
55
|
RebuildMediaTargetInfo,
|
|
53
56
|
ModifySampleSnapshotTemplateRequest,
|
|
@@ -67,6 +70,7 @@ import {
|
|
|
67
70
|
ContentReviewTemplateItem,
|
|
68
71
|
DeleteAIRecognitionTemplateResponse,
|
|
69
72
|
DeleteContentReviewTemplateRequest,
|
|
73
|
+
NoiseConfigureInfo,
|
|
70
74
|
AiReviewPoliticalTaskInput,
|
|
71
75
|
AudioTransform,
|
|
72
76
|
ModifySuperPlayerConfigRequest,
|
|
@@ -84,6 +88,7 @@ import {
|
|
|
84
88
|
DeletePersonSampleRequest,
|
|
85
89
|
ProcedureReviewAudioVideoTaskInput,
|
|
86
90
|
AiRecognitionTaskAsrWordsSegmentItem,
|
|
91
|
+
QualityEvaluationConfigureInfoForUpdate,
|
|
87
92
|
AiRecognitionTaskInput,
|
|
88
93
|
AudioTemplateInfo,
|
|
89
94
|
ExecuteFunctionResponse,
|
|
@@ -106,12 +111,14 @@ import {
|
|
|
106
111
|
DeleteAIAnalysisTemplateResponse,
|
|
107
112
|
DeleteImageProcessingTemplateRequest,
|
|
108
113
|
DescribeDailyPlayStatFileListResponse,
|
|
114
|
+
AbnormalLightingConfigureInfo,
|
|
109
115
|
TextWatermarkTemplateInputForUpdate,
|
|
110
116
|
DeleteSuperPlayerConfigRequest,
|
|
111
117
|
AiReviewTerrorismOcrTaskInput,
|
|
112
118
|
AiRecognitionTaskOcrWordsResultInput,
|
|
113
119
|
ModifyMediaStorageClassResponse,
|
|
114
120
|
AiReviewPornTaskInput,
|
|
121
|
+
JitterConfigureInfoForUpdate,
|
|
115
122
|
UserDefineAsrTextReviewTemplateInfo,
|
|
116
123
|
CreateProcedureTemplateRequest,
|
|
117
124
|
DescribeMediaProcessUsageDataRequest,
|
|
@@ -124,7 +131,7 @@ import {
|
|
|
124
131
|
TagConfigureInfo,
|
|
125
132
|
SharpEnhanceInfo,
|
|
126
133
|
ModifySuperPlayerConfigResponse,
|
|
127
|
-
|
|
134
|
+
DescribeWordSamplesResponse,
|
|
128
135
|
RefreshUrlCacheResponse,
|
|
129
136
|
ConcatTask2017,
|
|
130
137
|
DeleteAIRecognitionTemplateRequest,
|
|
@@ -140,9 +147,10 @@ import {
|
|
|
140
147
|
AiRecognitionTaskOcrFullTextResultOutput,
|
|
141
148
|
AiAnalysisTaskHighlightResult,
|
|
142
149
|
CreateRebuildMediaTemplateResponse,
|
|
143
|
-
|
|
150
|
+
AiRecognitionTaskOcrWordsResultOutput,
|
|
144
151
|
AiSampleFaceInfo,
|
|
145
152
|
MediaImageSpriteItem,
|
|
153
|
+
QualityInspectTask,
|
|
146
154
|
DescribeEnhanceMediaTemplatesResponse,
|
|
147
155
|
ImageBlur,
|
|
148
156
|
ModifyVodDomainAccelerateConfigRequest,
|
|
@@ -152,6 +160,7 @@ import {
|
|
|
152
160
|
FileReviewInfo,
|
|
153
161
|
WatermarkTemplate,
|
|
154
162
|
CoverBySnapshotTaskOutput,
|
|
163
|
+
ModifyQualityInspectTemplateResponse,
|
|
155
164
|
TextWatermarkTemplateInput,
|
|
156
165
|
ForbidMediaDistributionRequest,
|
|
157
166
|
DescribeAIRecognitionTemplatesResponse,
|
|
@@ -191,6 +200,7 @@ import {
|
|
|
191
200
|
ClassificationConfigureInfoForUpdate,
|
|
192
201
|
DeleteAdaptiveDynamicStreamingTemplateResponse,
|
|
193
202
|
CreateWordSamplesRequest,
|
|
203
|
+
BlurConfigureInfo,
|
|
194
204
|
PoliticalAsrReviewTemplateInfoForUpdate,
|
|
195
205
|
WechatMiniProgramPublishTaskInput,
|
|
196
206
|
AiSampleFaceOperation,
|
|
@@ -199,6 +209,7 @@ import {
|
|
|
199
209
|
AiRecognitionTaskOcrWordsResult,
|
|
200
210
|
PornAsrReviewTemplateInfo,
|
|
201
211
|
AiRecognitionTaskSegmentResult,
|
|
212
|
+
JitterConfigureInfo,
|
|
202
213
|
MediaSubtitleItem,
|
|
203
214
|
ProhibitedAsrReviewTemplateInfoForUpdate,
|
|
204
215
|
ModifyAnimatedGraphicsTemplateResponse,
|
|
@@ -223,6 +234,7 @@ import {
|
|
|
223
234
|
ContentReviewResult,
|
|
224
235
|
MediaProcessTaskImageSpriteResult,
|
|
225
236
|
ReduceMediaBitrateTask,
|
|
237
|
+
CrashScreenConfigureInfo,
|
|
226
238
|
CreateReviewTemplateRequest,
|
|
227
239
|
DescribeMediaInfosResponse,
|
|
228
240
|
DeleteProcedureTemplateResponse,
|
|
@@ -263,6 +275,7 @@ import {
|
|
|
263
275
|
SegmentConfigureInfoForUpdate,
|
|
264
276
|
RebuildMediaTaskInput,
|
|
265
277
|
UserDefineConfigureInfo,
|
|
278
|
+
NoiseConfigureInfoForUpdate,
|
|
266
279
|
AiRecognitionTaskSegmentSegmentItem,
|
|
267
280
|
RestoreMediaTask,
|
|
268
281
|
AiReviewPornOcrTaskInput,
|
|
@@ -286,6 +299,7 @@ import {
|
|
|
286
299
|
RemoveWaterMarkTaskOutput,
|
|
287
300
|
ModifyMediaStorageClassRequest,
|
|
288
301
|
AiAnalysisTaskTagOutput,
|
|
302
|
+
MosaicConfigureInfo,
|
|
289
303
|
AiAnalysisTaskHighlightOutput,
|
|
290
304
|
DescribeRebuildMediaTemplatesRequest,
|
|
291
305
|
ReviewImageSegmentItem,
|
|
@@ -311,7 +325,7 @@ import {
|
|
|
311
325
|
DescribeHeadTailTemplatesRequest,
|
|
312
326
|
ModifyAdaptiveDynamicStreamingTemplateResponse,
|
|
313
327
|
MediaProcessTaskTranscodeResult,
|
|
314
|
-
|
|
328
|
+
BlurConfigureInfoForUpdate,
|
|
315
329
|
EditMediaVideoStream,
|
|
316
330
|
ExtractTraceWatermarkTask,
|
|
317
331
|
AiRecognitionTaskSegmentResultOutput,
|
|
@@ -352,6 +366,8 @@ import {
|
|
|
352
366
|
ExtractTraceWatermarkTaskOutput,
|
|
353
367
|
MediaProcessTaskCoverBySnapshotResult,
|
|
354
368
|
CreateWatermarkTemplateRequest,
|
|
369
|
+
BlackWhiteEdgeConfigureInfo,
|
|
370
|
+
SortBy,
|
|
355
371
|
TerrorismConfigureInfoForUpdate,
|
|
356
372
|
DescribeEventsStateRequest,
|
|
357
373
|
WechatMiniProgramPublishTask,
|
|
@@ -361,9 +377,11 @@ import {
|
|
|
361
377
|
ComposeMediaTask,
|
|
362
378
|
HeadTailConfigureInfoForUpdate,
|
|
363
379
|
ImageScale,
|
|
380
|
+
ImageContentReviewInput,
|
|
364
381
|
TranscodePlayInfo2017,
|
|
365
382
|
SplitMediaTask,
|
|
366
383
|
ComposeMediaTaskInput,
|
|
384
|
+
ModifyQualityInspectTemplateRequest,
|
|
367
385
|
AnimatedGraphicTaskInput,
|
|
368
386
|
MosaicInput,
|
|
369
387
|
AIAnalysisTemplateItem,
|
|
@@ -387,7 +405,7 @@ import {
|
|
|
387
405
|
AiReviewTerrorismTaskOutput,
|
|
388
406
|
ModifyReviewTemplateResponse,
|
|
389
407
|
DescribeImageProcessingTemplatesRequest,
|
|
390
|
-
|
|
408
|
+
QualityInspectTaskInput,
|
|
391
409
|
ProhibitedConfigureInfo,
|
|
392
410
|
DrmStreamingsInfo,
|
|
393
411
|
SplitMediaRequest,
|
|
@@ -412,6 +430,7 @@ import {
|
|
|
412
430
|
MediaProcessTaskInput,
|
|
413
431
|
OutputVideoStream,
|
|
414
432
|
ProcedureTemplate,
|
|
433
|
+
DomainDetailInfo,
|
|
415
434
|
AiReviewTaskTerrorismResult,
|
|
416
435
|
ProcessMediaByUrlResponse,
|
|
417
436
|
DescribeImageReviewUsageDataRequest,
|
|
@@ -421,14 +440,16 @@ import {
|
|
|
421
440
|
MediaContentReviewPoliticalSegmentItem,
|
|
422
441
|
DeletePersonSampleResponse,
|
|
423
442
|
CreateSnapshotByTimeOffsetTemplateResponse,
|
|
443
|
+
VoiceConfigureInfoForUpdate,
|
|
424
444
|
ModifyContentReviewTemplateRequest,
|
|
445
|
+
ImageSpriteTemplate,
|
|
425
446
|
DeleteReviewTemplateRequest,
|
|
426
447
|
AttachMediaSubtitlesResponse,
|
|
427
448
|
AiContentReviewTaskInput,
|
|
428
449
|
CreateAdaptiveDynamicStreamingTemplateResponse,
|
|
429
450
|
DeleteSampleSnapshotTemplateRequest,
|
|
430
|
-
|
|
431
|
-
|
|
451
|
+
DescribeTranscodeTemplatesResponse,
|
|
452
|
+
AbnormalLightingConfigureInfoForUpdate,
|
|
432
453
|
AiRecognitionTaskOcrFullTextSegmentTextItem,
|
|
433
454
|
ImageProcessingTemplate,
|
|
434
455
|
SegmentConfigureInfo,
|
|
@@ -446,9 +467,10 @@ import {
|
|
|
446
467
|
MediaBasicInfo,
|
|
447
468
|
AiReviewPoliticalAsrTaskInput,
|
|
448
469
|
PullUploadRequest,
|
|
449
|
-
|
|
470
|
+
CreateQualityInspectTemplateRequest,
|
|
450
471
|
ProcessMediaByProcedureRequest,
|
|
451
472
|
RebuildMediaTargetVideoStream,
|
|
473
|
+
VoiceConfigureInfo,
|
|
452
474
|
ClipTask2017,
|
|
453
475
|
TranscodeTemplate,
|
|
454
476
|
DescribeCDNUsageDataRequest,
|
|
@@ -468,6 +490,7 @@ import {
|
|
|
468
490
|
AiReviewProhibitedAsrTaskOutput,
|
|
469
491
|
CreateClassResponse,
|
|
470
492
|
DeleteSuperPlayerConfigResponse,
|
|
493
|
+
CrashScreenConfigureInfoForUpdate,
|
|
471
494
|
DescribeSampleSnapshotTemplatesRequest,
|
|
472
495
|
CoverConfigureInfoForUpdate,
|
|
473
496
|
AiAnalysisTaskClassificationResult,
|
|
@@ -478,6 +501,7 @@ import {
|
|
|
478
501
|
TranscodeTaskInput,
|
|
479
502
|
DescribeClientUploadAccelerationUsageDataRequest,
|
|
480
503
|
ModifyAIRecognitionTemplateRequest,
|
|
504
|
+
QRCodeConfigureInfo,
|
|
481
505
|
DescribeStorageRegionsRequest,
|
|
482
506
|
WechatPublishTask,
|
|
483
507
|
DescribeCDNStatDetailsRequest,
|
|
@@ -500,9 +524,11 @@ import {
|
|
|
500
524
|
AiReviewPoliticalAsrTaskOutput,
|
|
501
525
|
OutputAudioStream,
|
|
502
526
|
ModifyClassRequest,
|
|
527
|
+
QRCodeConfigureInfoForUpdate,
|
|
503
528
|
SpecificationDataItem,
|
|
504
529
|
TEHDConfigForUpdate,
|
|
505
530
|
ComposeMediaTaskOutput,
|
|
531
|
+
DescribeQualityInspectTemplatesRequest,
|
|
506
532
|
DescribeMediaInfosRequest,
|
|
507
533
|
ModifyPersonSampleRequest,
|
|
508
534
|
DescribeDrmDataKeyRequest,
|
|
@@ -518,7 +544,7 @@ import {
|
|
|
518
544
|
AiReviewPornTaskOutput,
|
|
519
545
|
SDMCDrmKeyProviderInfo,
|
|
520
546
|
AiRecognitionTaskAsrFullTextResult,
|
|
521
|
-
|
|
547
|
+
DeleteQualityInspectTemplateResponse,
|
|
522
548
|
PlayStatInfo,
|
|
523
549
|
PoliticalImgReviewTemplateInfo,
|
|
524
550
|
PoliticalConfigureInfo,
|
|
@@ -537,6 +563,7 @@ import {
|
|
|
537
563
|
ModifyTranscodeTemplateResponse,
|
|
538
564
|
MediaMetaData,
|
|
539
565
|
MediaSampleSnapshotInfo,
|
|
566
|
+
InspectMediaQualityResponse,
|
|
540
567
|
DescribeSubAppIdsResponse,
|
|
541
568
|
MediaInfo,
|
|
542
569
|
VideoTemplateInfoForUpdate,
|
|
@@ -544,9 +571,11 @@ import {
|
|
|
544
571
|
DescribeContentReviewTemplatesRequest,
|
|
545
572
|
AdaptiveDynamicStreamingTaskInput,
|
|
546
573
|
DescribeImageSpriteTemplatesResponse,
|
|
574
|
+
InspectMediaQualityRequest,
|
|
547
575
|
AiAnalysisTaskFrameTagInput,
|
|
548
576
|
MediaAiAnalysisFrameTagSegmentItem,
|
|
549
577
|
AiRecognitionTaskAsrWordsResultItem,
|
|
578
|
+
CreateQualityInspectTemplateResponse,
|
|
550
579
|
RebuildMediaTaskOutput,
|
|
551
580
|
MediaAiAnalysisTagItem,
|
|
552
581
|
RebuildMediaRequest,
|
|
@@ -628,6 +657,7 @@ import {
|
|
|
628
657
|
CreateRebuildMediaTemplateRequest,
|
|
629
658
|
ImageOperation,
|
|
630
659
|
MediaSubStreamInfoItem,
|
|
660
|
+
MosaicConfigureInfoForUpdate,
|
|
631
661
|
DescribeWatermarkTemplatesResponse,
|
|
632
662
|
WeChatMiniProgramPublishResponse,
|
|
633
663
|
DescribeRoundPlaysResponse,
|
|
@@ -655,6 +685,7 @@ import {
|
|
|
655
685
|
AiRecognitionTaskObjectResult,
|
|
656
686
|
DescribeAIAnalysisTemplatesResponse,
|
|
657
687
|
CreateSnapshotByTimeOffsetTemplateRequest,
|
|
688
|
+
DescribeQualityInspectTemplatesResponse,
|
|
658
689
|
AiRecognitionTaskAsrWordsResult,
|
|
659
690
|
CreateSubAppIdRequest,
|
|
660
691
|
DescribeProcedureTemplatesResponse,
|
|
@@ -665,6 +696,7 @@ import {
|
|
|
665
696
|
AudioVolumeParam,
|
|
666
697
|
AiReviewTaskPornAsrResult,
|
|
667
698
|
ModifyClassResponse,
|
|
699
|
+
BlackWhiteEdgeConfigureInfoForUpdate,
|
|
668
700
|
EditMediaFileInfo,
|
|
669
701
|
ProcessMediaByProcedureResponse,
|
|
670
702
|
PullUploadResponse,
|
|
@@ -675,6 +707,7 @@ import {
|
|
|
675
707
|
PornImgReviewTemplateInfoForUpdate,
|
|
676
708
|
CreateWatermarkTemplateResponse,
|
|
677
709
|
PornImgReviewTemplateInfo,
|
|
710
|
+
QualityInspectTemplateItem,
|
|
678
711
|
AiReviewPoliticalOcrTaskOutput,
|
|
679
712
|
OcrFullTextConfigureInfo,
|
|
680
713
|
CommitUploadRequest,
|
|
@@ -682,12 +715,13 @@ import {
|
|
|
682
715
|
SnapshotByTimeOffsetTask2017,
|
|
683
716
|
ReviewInfo,
|
|
684
717
|
MediaClassInfo,
|
|
685
|
-
|
|
718
|
+
AiAnalysisTaskInput,
|
|
686
719
|
DeleteAnimatedGraphicsTemplateRequest,
|
|
687
720
|
DeleteSnapshotByTimeOffsetTemplateRequest,
|
|
688
721
|
DescribeAnimatedGraphicsTemplatesResponse,
|
|
689
722
|
ExtractCopyRightWatermarkTask,
|
|
690
723
|
MediaAiAnalysisFrameTagItem,
|
|
724
|
+
QualityInspectItem,
|
|
691
725
|
DescribeImageProcessingTemplatesResponse,
|
|
692
726
|
SampleSnapshotTaskInput,
|
|
693
727
|
ReviewImageRequest,
|
|
@@ -709,11 +743,13 @@ import {
|
|
|
709
743
|
StorageStatData,
|
|
710
744
|
TranscodeTask2017,
|
|
711
745
|
DescribeFileAttributesRequest,
|
|
746
|
+
QualityInspectResultItem,
|
|
712
747
|
MediaOutputInfo,
|
|
713
748
|
EditMediaTaskOutput,
|
|
714
749
|
HighlightSegmentItem,
|
|
715
750
|
CreateReviewTemplateResponse,
|
|
716
751
|
DeleteWatermarkTemplateResponse,
|
|
752
|
+
DeleteQualityInspectTemplateRequest,
|
|
717
753
|
ComposeMediaOutput,
|
|
718
754
|
ModifyWatermarkTemplateResponse,
|
|
719
755
|
PullUploadTask,
|
|
@@ -885,6 +921,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
885
921
|
return this.request("ProcessMediaByProcedure", req, cb)
|
|
886
922
|
}
|
|
887
923
|
|
|
924
|
+
/**
|
|
925
|
+
* 创建音画质检测模板。
|
|
926
|
+
*/
|
|
927
|
+
async CreateQualityInspectTemplate(
|
|
928
|
+
req: CreateQualityInspectTemplateRequest,
|
|
929
|
+
cb?: (error: string, rep: CreateQualityInspectTemplateResponse) => void
|
|
930
|
+
): Promise<CreateQualityInspectTemplateResponse> {
|
|
931
|
+
return this.request("CreateQualityInspectTemplate", req, cb)
|
|
932
|
+
}
|
|
933
|
+
|
|
888
934
|
/**
|
|
889
935
|
* 修改音画质重生模板。
|
|
890
936
|
*/
|
|
@@ -1068,13 +1114,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1068
1114
|
}
|
|
1069
1115
|
|
|
1070
1116
|
/**
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1117
|
+
* 该接口用于开通某地域的存储。
|
|
1118
|
+
1. 用户开通点播业务时,系统默认为用户开通了部分地域的存储,用户如果需要开通其它地域的存储,可以通过该接口进行开通。
|
|
1119
|
+
2. 通过 DescribeStorageRegions 接口可以查询到所有存储地域及已经开通的地域。
|
|
1120
|
+
*/
|
|
1121
|
+
async CreateStorageRegion(
|
|
1122
|
+
req: CreateStorageRegionRequest,
|
|
1123
|
+
cb?: (error: string, rep: CreateStorageRegionResponse) => void
|
|
1124
|
+
): Promise<CreateStorageRegionResponse> {
|
|
1125
|
+
return this.request("CreateStorageRegion", req, cb)
|
|
1078
1126
|
}
|
|
1079
1127
|
|
|
1080
1128
|
/**
|
|
@@ -1226,6 +1274,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1226
1274
|
return this.request("DescribeTranscodeTemplates", req, cb)
|
|
1227
1275
|
}
|
|
1228
1276
|
|
|
1277
|
+
/**
|
|
1278
|
+
* 对点播中的音视频媒体发起音画质检测任务。
|
|
1279
|
+
*/
|
|
1280
|
+
async InspectMediaQuality(
|
|
1281
|
+
req: InspectMediaQualityRequest,
|
|
1282
|
+
cb?: (error: string, rep: InspectMediaQualityResponse) => void
|
|
1283
|
+
): Promise<InspectMediaQualityResponse> {
|
|
1284
|
+
return this.request("InspectMediaQuality", req, cb)
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1229
1287
|
/**
|
|
1230
1288
|
* 该接口可以查询用户已经购买的预付费商品的信息,包括:
|
|
1231
1289
|
1. 商品的类型、生效和失效日期。
|
|
@@ -1567,15 +1625,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1567
1625
|
}
|
|
1568
1626
|
|
|
1569
1627
|
/**
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
): Promise<CreateStorageRegionResponse> {
|
|
1578
|
-
return this.request("CreateStorageRegion", req, cb)
|
|
1628
|
+
* 该接口用于根据素材 ID,修改素材样本信息,包括名称、描述的修改,以及五官、标签的添加、删除、重置操作。五官删除操作需保证至少剩余 1 张图片,否则,请使用重置操作。
|
|
1629
|
+
*/
|
|
1630
|
+
async ModifyPersonSample(
|
|
1631
|
+
req: ModifyPersonSampleRequest,
|
|
1632
|
+
cb?: (error: string, rep: ModifyPersonSampleResponse) => void
|
|
1633
|
+
): Promise<ModifyPersonSampleResponse> {
|
|
1634
|
+
return this.request("ModifyPersonSample", req, cb)
|
|
1579
1635
|
}
|
|
1580
1636
|
|
|
1581
1637
|
/**
|
|
@@ -1714,6 +1770,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1714
1770
|
return this.request("DescribeEventsState", req, cb)
|
|
1715
1771
|
}
|
|
1716
1772
|
|
|
1773
|
+
/**
|
|
1774
|
+
* 修改音画质检测模板。
|
|
1775
|
+
*/
|
|
1776
|
+
async ModifyQualityInspectTemplate(
|
|
1777
|
+
req: ModifyQualityInspectTemplateRequest,
|
|
1778
|
+
cb?: (error: string, rep: ModifyQualityInspectTemplateResponse) => void
|
|
1779
|
+
): Promise<ModifyQualityInspectTemplateResponse> {
|
|
1780
|
+
return this.request("ModifyQualityInspectTemplate", req, cb)
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1717
1783
|
/**
|
|
1718
1784
|
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
1719
1785
|
创建播放器配置,数量上限:100。
|
|
@@ -1748,6 +1814,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1748
1814
|
return this.request("ConfirmEvents", req, cb)
|
|
1749
1815
|
}
|
|
1750
1816
|
|
|
1817
|
+
/**
|
|
1818
|
+
* 该接口用于获取轮播播单列表。
|
|
1819
|
+
*/
|
|
1820
|
+
async DescribeRoundPlays(
|
|
1821
|
+
req: DescribeRoundPlaysRequest,
|
|
1822
|
+
cb?: (error: string, rep: DescribeRoundPlaysResponse) => void
|
|
1823
|
+
): Promise<DescribeRoundPlaysResponse> {
|
|
1824
|
+
return this.request("DescribeRoundPlays", req, cb)
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1751
1827
|
/**
|
|
1752
1828
|
* 该 API 已经<font color='red'>不再维护</font>,请使用 MPS 产品的 [ProcessMedia](https://cloud.tencent.com/document/product/862/37578) 接口,在入参 InputInfo.UrlInputInfo.Url 中指定视频 URL。
|
|
1753
1829
|
*/
|
|
@@ -1915,16 +1991,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1915
1991
|
return this.request("CreateSubAppId", req, cb)
|
|
1916
1992
|
}
|
|
1917
1993
|
|
|
1918
|
-
/**
|
|
1919
|
-
* 该接口用于根据素材 ID,修改素材样本信息,包括名称、描述的修改,以及五官、标签的添加、删除、重置操作。五官删除操作需保证至少剩余 1 张图片,否则,请使用重置操作。
|
|
1920
|
-
*/
|
|
1921
|
-
async ModifyPersonSample(
|
|
1922
|
-
req: ModifyPersonSampleRequest,
|
|
1923
|
-
cb?: (error: string, rep: ModifyPersonSampleResponse) => void
|
|
1924
|
-
): Promise<ModifyPersonSampleResponse> {
|
|
1925
|
-
return this.request("ModifyPersonSample", req, cb)
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
1994
|
/**
|
|
1929
1995
|
* 查询转动图模板列表,支持根据条件,分页查询。
|
|
1930
1996
|
*/
|
|
@@ -2003,13 +2069,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2003
2069
|
}
|
|
2004
2070
|
|
|
2005
2071
|
/**
|
|
2006
|
-
*
|
|
2072
|
+
* 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
|
|
2007
2073
|
*/
|
|
2008
|
-
async
|
|
2009
|
-
req:
|
|
2010
|
-
cb?: (error: string, rep:
|
|
2011
|
-
): Promise<
|
|
2012
|
-
return this.request("
|
|
2074
|
+
async CreateWordSamples(
|
|
2075
|
+
req: CreateWordSamplesRequest,
|
|
2076
|
+
cb?: (error: string, rep: CreateWordSamplesResponse) => void
|
|
2077
|
+
): Promise<CreateWordSamplesResponse> {
|
|
2078
|
+
return this.request("CreateWordSamples", req, cb)
|
|
2013
2079
|
}
|
|
2014
2080
|
|
|
2015
2081
|
/**
|
|
@@ -2157,6 +2223,26 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2157
2223
|
return this.request("DescribeAIRecognitionTemplates", req, cb)
|
|
2158
2224
|
}
|
|
2159
2225
|
|
|
2226
|
+
/**
|
|
2227
|
+
* 删除音画质检测模板。
|
|
2228
|
+
*/
|
|
2229
|
+
async DeleteQualityInspectTemplate(
|
|
2230
|
+
req: DeleteQualityInspectTemplateRequest,
|
|
2231
|
+
cb?: (error: string, rep: DeleteQualityInspectTemplateResponse) => void
|
|
2232
|
+
): Promise<DeleteQualityInspectTemplateResponse> {
|
|
2233
|
+
return this.request("DeleteQualityInspectTemplate", req, cb)
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
/**
|
|
2237
|
+
* 获取音画质检测模板列表。
|
|
2238
|
+
*/
|
|
2239
|
+
async DescribeQualityInspectTemplates(
|
|
2240
|
+
req: DescribeQualityInspectTemplatesRequest,
|
|
2241
|
+
cb?: (error: string, rep: DescribeQualityInspectTemplatesResponse) => void
|
|
2242
|
+
): Promise<DescribeQualityInspectTemplatesResponse> {
|
|
2243
|
+
return this.request("DescribeQualityInspectTemplates", req, cb)
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2160
2246
|
/**
|
|
2161
2247
|
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
2162
2248
|
查询播放器配置,支持根据条件,分页查询。
|