tencentcloud-sdk-nodejs 4.0.475 → 4.0.476
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 +231 -0
- package/SERVICE_CHANGELOG.md +643 -0
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +37 -13
- package/src/services/cls/v20201016/cls_models.ts +222 -170
- package/src/services/dts/v20211206/dts_client.ts +4 -4
- package/src/services/mariadb/v20170312/mariadb_client.ts +24 -12
- package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
- package/src/services/mps/v20190612/mps_client.ts +322 -47
- package/src/services/mps/v20190612/mps_models.ts +2669 -542
- package/src/services/redis/v20180412/redis_models.ts +8 -2
- package/src/services/soe/v20180724/soe_models.ts +38 -35
- package/src/services/tcr/v20190924/tcr_models.ts +5 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
- package/src/services/teo/v20220901/teo_models.ts +17 -1
- package/src/services/tiia/v20190529/tiia_client.ts +22 -24
- package/src/services/tiia/v20190529/tiia_models.ts +19 -19
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +15 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +201 -155
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +4 -4
- package/tencentcloud/services/dts/v20211206/dts_client.js +4 -4
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -5
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +84 -10
- package/tencentcloud/services/mps/v20190612/mps_client.js +122 -12
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2281 -477
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -2
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +35 -32
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +15 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +19 -21
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +19 -21
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -17
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/test/cls.v20201016.test.js +22 -2
- package/test/mariadb.v20170312.test.js +14 -4
- package/test/mps.v20190612.test.js +186 -6
|
@@ -21,8 +21,9 @@ import {
|
|
|
21
21
|
ModifySnapshotByTimeOffsetTemplateResponse,
|
|
22
22
|
ModifySampleSnapshotTemplateResponse,
|
|
23
23
|
ModifyWatermarkTemplateRequest,
|
|
24
|
+
DescribeInputRTPSettings,
|
|
24
25
|
AiRecognitionTaskAsrFullTextSegmentItem,
|
|
25
|
-
|
|
26
|
+
DeleteStreamLinkFlowRequest,
|
|
26
27
|
FrameRateConfig,
|
|
27
28
|
OverrideTranscodeParameter,
|
|
28
29
|
AiAnalysisTaskClassificationInput,
|
|
@@ -30,6 +31,8 @@ import {
|
|
|
30
31
|
WorkflowInfo,
|
|
31
32
|
CreateTranscodeTemplateRequest,
|
|
32
33
|
ProcessLiveStreamResponse,
|
|
34
|
+
CreateOutputSRTSettings,
|
|
35
|
+
ModifyStreamLinkOutputInfoResponse,
|
|
33
36
|
DescribeAnimatedGraphicsTemplatesRequest,
|
|
34
37
|
AiReviewTaskProhibitedAsrResult,
|
|
35
38
|
AdaptiveDynamicStreamingTemplate,
|
|
@@ -38,9 +41,14 @@ import {
|
|
|
38
41
|
AiRecognitionTaskAsrFullTextResultOutput,
|
|
39
42
|
AiReviewProhibitedOcrTaskOutput,
|
|
40
43
|
ManageTaskResponse,
|
|
44
|
+
FlowMediaInfo,
|
|
41
45
|
DeleteWorkflowRequest,
|
|
42
|
-
|
|
43
|
-
|
|
46
|
+
DescribeRTMPPullSourceAddress,
|
|
47
|
+
DescribeOutputRTMPPullSettings,
|
|
48
|
+
UserDefineOcrTextReviewTemplateInfoForUpdate,
|
|
49
|
+
ModifyOutputInfo,
|
|
50
|
+
MediaSnapshotByTimeOffsetItem,
|
|
51
|
+
NumberFormat,
|
|
44
52
|
ModifySampleSnapshotTemplateRequest,
|
|
45
53
|
AiReviewPoliticalOcrTaskInput,
|
|
46
54
|
EnhanceConfig,
|
|
@@ -54,16 +62,22 @@ import {
|
|
|
54
62
|
MediaSnapshotByTimePicInfoItem,
|
|
55
63
|
UserDefineFaceReviewTemplateInfo,
|
|
56
64
|
ContentReviewTemplateItem,
|
|
65
|
+
ModifyStreamLinkFlowResponse,
|
|
57
66
|
DeleteAIRecognitionTemplateResponse,
|
|
58
67
|
VideoEnhanceConfig,
|
|
59
|
-
|
|
68
|
+
DeleteContentReviewTemplateRequest,
|
|
69
|
+
StartStreamLinkFlowResponse,
|
|
60
70
|
AiReviewPoliticalTaskInput,
|
|
71
|
+
CreateOutputRTPSettingsDestinations,
|
|
61
72
|
ClassificationConfigureInfo,
|
|
62
73
|
MediaAiAnalysisClassificationItem,
|
|
74
|
+
ModifyWordSampleResponse,
|
|
63
75
|
AudioTemplateInfoForUpdate,
|
|
64
76
|
SuperResolutionConfig,
|
|
65
77
|
DeletePersonSampleRequest,
|
|
78
|
+
DescribeStreamLinkFlowsResponse,
|
|
66
79
|
MediaSampleSnapshotItem,
|
|
80
|
+
AiContentReviewResult,
|
|
67
81
|
ParseLiveStreamProcessNotificationResponse,
|
|
68
82
|
AiRecognitionTaskInput,
|
|
69
83
|
AudioTemplateInfo,
|
|
@@ -73,8 +87,10 @@ import {
|
|
|
73
87
|
AiReviewPornAsrTaskInput,
|
|
74
88
|
AiRecognitionTaskFaceResult,
|
|
75
89
|
CreateAdaptiveDynamicStreamingTemplateRequest,
|
|
90
|
+
CreateInputRTMPPullSettings,
|
|
76
91
|
TerrorismImgReviewTemplateInfoForUpdate,
|
|
77
|
-
|
|
92
|
+
ModifyTranscodeTemplateRequest,
|
|
93
|
+
ModifyStreamLinkFlowRequest,
|
|
78
94
|
DeleteAIAnalysisTemplateResponse,
|
|
79
95
|
TextWatermarkTemplateInputForUpdate,
|
|
80
96
|
AiReviewTerrorismOcrTaskInput,
|
|
@@ -84,20 +100,28 @@ import {
|
|
|
84
100
|
HdrConfig,
|
|
85
101
|
ScheduleTask,
|
|
86
102
|
CreatePersonSampleRequest,
|
|
103
|
+
DescribeStreamLinkFlowSRTStatisticsRequest,
|
|
87
104
|
MediaAiAnalysisCoverItem,
|
|
88
105
|
CosInputInfo,
|
|
89
106
|
TagConfigureInfo,
|
|
90
107
|
DescribeWordSamplesResponse,
|
|
91
|
-
|
|
108
|
+
FlowStatisticsArray,
|
|
92
109
|
DeleteAIRecognitionTemplateRequest,
|
|
93
|
-
|
|
110
|
+
DescribeInputSRTSettings,
|
|
111
|
+
AiAnalysisTaskCoverResult,
|
|
94
112
|
EnableWorkflowRequest,
|
|
113
|
+
CreateStreamLinkFlowResponse,
|
|
95
114
|
AiAnalysisTaskClassificationOutput,
|
|
96
|
-
|
|
115
|
+
SRTAddressDestination,
|
|
116
|
+
FlowRealtimeStatusItem,
|
|
117
|
+
AiRecognitionTaskOcrFullTextResultOutput,
|
|
97
118
|
EditMediaTaskInput,
|
|
98
119
|
UserDefineAsrTextReviewTemplateInfo,
|
|
99
120
|
AiRecognitionTaskOcrWordsResultOutput,
|
|
100
|
-
|
|
121
|
+
AiSampleFaceInfo,
|
|
122
|
+
CreateInputRTSPPullSettings,
|
|
123
|
+
CreateStreamLinkFlowRequest,
|
|
124
|
+
CreateOutputSRTSettingsDestinations,
|
|
101
125
|
RecognizeMediaForZhiXueRequest,
|
|
102
126
|
MediaProcessTaskAdaptiveDynamicStreamingResult,
|
|
103
127
|
OcrWordsConfigureInfoForUpdate,
|
|
@@ -109,20 +133,25 @@ import {
|
|
|
109
133
|
LiveStreamAiReviewResultInfo,
|
|
110
134
|
EditMediaResponse,
|
|
111
135
|
PoliticalOcrReviewTemplateInfoForUpdate,
|
|
136
|
+
CreateOutputRtmpSettingsDestinations,
|
|
112
137
|
PornAsrReviewTemplateInfoForUpdate,
|
|
113
138
|
DescribeSnapshotByTimeOffsetTemplatesRequest,
|
|
114
139
|
ScheduleRecognitionTaskResult,
|
|
115
140
|
AiRecognitionTaskAsrFullTextResultInput,
|
|
141
|
+
DescribeInputRTMPPullSettings,
|
|
116
142
|
MediaProcessTaskInput,
|
|
143
|
+
RTMPPullSourceAddress,
|
|
117
144
|
CosOutputStorage,
|
|
118
145
|
AiRecognitionTaskFaceSegmentItem,
|
|
119
146
|
ProcessMediaResponse,
|
|
120
147
|
CreateWordSamplesResponse,
|
|
121
148
|
ClassificationConfigureInfoForUpdate,
|
|
122
149
|
DeleteAdaptiveDynamicStreamingTemplateResponse,
|
|
123
|
-
|
|
150
|
+
CreateAnimatedGraphicsTemplateRequest,
|
|
151
|
+
ParseNotificationRequest,
|
|
124
152
|
CreateWordSamplesRequest,
|
|
125
153
|
PoliticalAsrReviewTemplateInfoForUpdate,
|
|
154
|
+
DescribeStreamLinkFlowStatisticsRequest,
|
|
126
155
|
AiSampleFaceOperation,
|
|
127
156
|
SvgWatermarkInputForUpdate,
|
|
128
157
|
AiReviewTaskTerrorismOcrResult,
|
|
@@ -133,13 +162,16 @@ import {
|
|
|
133
162
|
DeleteAdaptiveDynamicStreamingTemplateRequest,
|
|
134
163
|
AiRecognitionTaskOcrFullTextSegmentItem,
|
|
135
164
|
EditMediaOutputConfig,
|
|
165
|
+
PornConfigureInfoForUpdate,
|
|
136
166
|
AiReviewPornAsrTaskOutput,
|
|
137
167
|
DeleteAIAnalysisTemplateRequest,
|
|
138
168
|
EditMediaRequest,
|
|
169
|
+
CreateStreamLinkOutputInfoResponse,
|
|
139
170
|
MediaProcessTaskImageSpriteResult,
|
|
171
|
+
RTPAddressDestination,
|
|
140
172
|
DescribeAdaptiveDynamicStreamingTemplatesResponse,
|
|
141
173
|
MediaContentReviewOcrTextSegmentItem,
|
|
142
|
-
|
|
174
|
+
StopStreamLinkFlowRequest,
|
|
143
175
|
DescribeAdaptiveDynamicStreamingTemplatesRequest,
|
|
144
176
|
ImageWatermarkInput,
|
|
145
177
|
AsrFullTextConfigureInfoForUpdate,
|
|
@@ -148,6 +180,7 @@ import {
|
|
|
148
180
|
ProhibitedConfigureInfoForUpdate,
|
|
149
181
|
TagConfigureInfoForUpdate,
|
|
150
182
|
DeleteWordSamplesRequest,
|
|
183
|
+
DescribeInputRTSPPullSettings,
|
|
151
184
|
RawTranscodeParameter,
|
|
152
185
|
LiveStreamTaskNotifyConfig,
|
|
153
186
|
VideoTemplateInfo,
|
|
@@ -156,23 +189,33 @@ import {
|
|
|
156
189
|
AiReviewTaskPornOcrResult,
|
|
157
190
|
ModifyContentReviewTemplateResponse,
|
|
158
191
|
DescribeWatermarkTemplatesRequest,
|
|
192
|
+
CreateOutputInfo,
|
|
159
193
|
TaskOutputStorage,
|
|
194
|
+
FlowLogInfo,
|
|
160
195
|
UserDefineConfigureInfo,
|
|
161
196
|
ColorEnhanceConfig,
|
|
197
|
+
DescribeOutputRTPSettings,
|
|
198
|
+
DeleteStreamLinkOutputResponse,
|
|
162
199
|
AiReviewPornOcrTaskInput,
|
|
163
|
-
|
|
200
|
+
AiAnalysisTaskFrameTagOutput,
|
|
164
201
|
ModifyAdaptiveDynamicStreamingTemplateRequest,
|
|
165
202
|
MediaAnimatedGraphicsItem,
|
|
166
203
|
ModifyWordSampleRequest,
|
|
167
204
|
MediaProcessTaskAnimatedGraphicResult,
|
|
168
205
|
AiAnalysisTaskTagResult,
|
|
206
|
+
RTMPAddressDestination,
|
|
169
207
|
AiAnalysisTaskTagOutput,
|
|
208
|
+
SRTSourceAddressReq,
|
|
170
209
|
ProcessMediaRequest,
|
|
210
|
+
DescribeRTSPPullSourceAddress,
|
|
211
|
+
DescribeOutputRTSPPullSettings,
|
|
171
212
|
AiRecognitionTaskOcrFullTextResult,
|
|
172
213
|
MediaProcessTaskSnapshotByTimeOffsetResult,
|
|
173
214
|
AiRecognitionTaskTransTextResultInput,
|
|
174
215
|
ImageQualityEnhanceConfig,
|
|
216
|
+
DescribeStreamLinkRegionsResponse,
|
|
175
217
|
AiSampleWord,
|
|
218
|
+
DescribeStreamLinkFlowStatisticsResponse,
|
|
176
219
|
AiRecognitionTaskAsrWordsResultOutput,
|
|
177
220
|
LiveStreamOcrWordsRecognitionResult,
|
|
178
221
|
LiveStreamProcessErrorInfo,
|
|
@@ -183,15 +226,22 @@ import {
|
|
|
183
226
|
DeleteContentReviewTemplateResponse,
|
|
184
227
|
ImageWatermarkTemplate,
|
|
185
228
|
AsrWordsConfigureInfo,
|
|
229
|
+
ModifyStreamLinkOutputInfoRequest,
|
|
186
230
|
LiveStreamAsrWordsRecognitionResult,
|
|
231
|
+
MediaAiAnalysisFrameTagItem,
|
|
187
232
|
RecognizeMediaForZhiXueResponse,
|
|
188
233
|
AiSamplePerson,
|
|
234
|
+
FlowStatistics,
|
|
235
|
+
CreateInputSRTSettings,
|
|
236
|
+
FlowRealtimeStatusCommon,
|
|
189
237
|
DescribeWorkflowsResponse,
|
|
190
238
|
AsrWordsConfigureInfoForUpdate,
|
|
191
239
|
DeleteImageSpriteTemplateResponse,
|
|
192
240
|
DescribeContentReviewTemplatesResponse,
|
|
193
|
-
|
|
241
|
+
DescribeStreamLinkActivateStateResponse,
|
|
194
242
|
AnimatedGraphicsTemplate,
|
|
243
|
+
DescribeStreamLinkFlowRequest,
|
|
244
|
+
CreateOutputRTMPSettings,
|
|
195
245
|
WorkflowTrigger,
|
|
196
246
|
LiveStreamAiRecognitionResultInfo,
|
|
197
247
|
LiveStreamAiReviewImagePoliticalResult,
|
|
@@ -201,39 +251,53 @@ import {
|
|
|
201
251
|
CreateWatermarkTemplateRequest,
|
|
202
252
|
ScheduleAnalysisTaskResult,
|
|
203
253
|
TerrorismConfigureInfoForUpdate,
|
|
204
|
-
|
|
254
|
+
OutputSRTSourceAddressResp,
|
|
255
|
+
StreamLinkRegionInfo,
|
|
256
|
+
FlowRealtimeStatusRTP,
|
|
205
257
|
AnimatedGraphicTaskInput,
|
|
206
|
-
|
|
258
|
+
OutputAddress,
|
|
259
|
+
MosaicInput,
|
|
260
|
+
DescribeStreamLinkActivateStateRequest,
|
|
207
261
|
AIAnalysisTemplateItem,
|
|
208
262
|
HeadTailParameter,
|
|
209
263
|
RawImageWatermarkInput,
|
|
210
264
|
DescribeImageSpriteTemplatesRequest,
|
|
211
265
|
AiSampleTagOperation,
|
|
266
|
+
SRTSourceAddressResp,
|
|
212
267
|
CreateAIRecognitionTemplateResponse,
|
|
268
|
+
DescribeInput,
|
|
213
269
|
DeleteTranscodeTemplateRequest,
|
|
214
270
|
AiReviewTerrorismTaskOutput,
|
|
215
271
|
ProhibitedConfigureInfo,
|
|
272
|
+
DescribeStreamLinkFlowSRTStatisticsResponse,
|
|
216
273
|
AiReviewTerrorismOcrTaskOutput,
|
|
217
274
|
AiAnalysisResult,
|
|
275
|
+
ImageWatermarkInputForUpdate,
|
|
218
276
|
DescribeAIAnalysisTemplatesRequest,
|
|
277
|
+
FlowVideo,
|
|
219
278
|
AiRecognitionTaskOcrWordsResultItem,
|
|
220
279
|
DeleteSampleSnapshotTemplateResponse,
|
|
221
280
|
AiAnalysisTaskTagInput,
|
|
222
281
|
ResetWorkflowRequest,
|
|
223
282
|
AiReviewTaskTerrorismResult,
|
|
283
|
+
DescribeOutput,
|
|
224
284
|
LiveStreamAiReviewVoicePornResult,
|
|
225
285
|
MediaContentReviewAsrTextSegmentItem,
|
|
226
286
|
MediaContentReviewPoliticalSegmentItem,
|
|
227
287
|
DeletePersonSampleResponse,
|
|
288
|
+
StartStreamLinkFlowRequest,
|
|
228
289
|
CreateSnapshotByTimeOffsetTemplateResponse,
|
|
229
290
|
ModifyContentReviewTemplateRequest,
|
|
230
|
-
|
|
291
|
+
StopStreamLinkFlowResponse,
|
|
292
|
+
AiAnalysisTaskCoverOutput,
|
|
231
293
|
AiContentReviewTaskInput,
|
|
294
|
+
InputAddress,
|
|
232
295
|
CreateAdaptiveDynamicStreamingTemplateResponse,
|
|
233
296
|
DeleteSampleSnapshotTemplateRequest,
|
|
234
297
|
AiAnalysisTaskInput,
|
|
235
298
|
ImageSpriteTemplate,
|
|
236
299
|
AiRecognitionTaskOcrFullTextSegmentTextItem,
|
|
300
|
+
DeleteStreamLinkFlowResponse,
|
|
237
301
|
LiveStreamAsrFullTextRecognitionResult,
|
|
238
302
|
AiReviewPornOcrTaskOutput,
|
|
239
303
|
CreateSampleSnapshotTemplateResponse,
|
|
@@ -242,22 +306,26 @@ import {
|
|
|
242
306
|
ActionConfigInfo,
|
|
243
307
|
MediaAiAnalysisTagItem,
|
|
244
308
|
TranscodeTemplate,
|
|
309
|
+
DescribeStreamLinkFlowMediaStatisticsResponse,
|
|
245
310
|
PornOcrReviewTemplateInfo,
|
|
311
|
+
CreateOutputInfoRTPSettings,
|
|
246
312
|
AiReviewTaskPoliticalAsrResult,
|
|
247
313
|
AiRecognitionTaskAsrWordsSegmentItem,
|
|
248
314
|
SubtitleTemplate,
|
|
249
|
-
|
|
315
|
+
LiveStreamProcessTask,
|
|
250
316
|
AiReviewProhibitedAsrTaskInput,
|
|
251
317
|
MediaContentReviewSegmentItem,
|
|
252
318
|
TerrorismOcrReviewTemplateInfo,
|
|
253
319
|
AiReviewTaskPornResult,
|
|
320
|
+
DescribeStreamLinkFlowRealtimeStatusRequest,
|
|
254
321
|
AiReviewProhibitedAsrTaskOutput,
|
|
255
322
|
LiveStreamFaceRecognitionResult,
|
|
256
|
-
|
|
323
|
+
FlowAudio,
|
|
257
324
|
CoverConfigureInfoForUpdate,
|
|
258
325
|
DisableWorkflowResponse,
|
|
259
|
-
|
|
326
|
+
AiAnalysisTaskClassificationResult,
|
|
260
327
|
PoliticalImgReviewTemplateInfoForUpdate,
|
|
328
|
+
FlowRealtimeStatusRTMP,
|
|
261
329
|
UserDefineOcrTextReviewTemplateInfo,
|
|
262
330
|
AdaptiveStreamTemplate,
|
|
263
331
|
TranscodeTaskInput,
|
|
@@ -265,17 +333,21 @@ import {
|
|
|
265
333
|
ParseNotificationResponse,
|
|
266
334
|
ActivityResult,
|
|
267
335
|
ResetWorkflowResponse,
|
|
336
|
+
DescribeStreamLinkFlowsRequest,
|
|
268
337
|
CreateAIAnalysisTemplateResponse,
|
|
269
338
|
MediaProcessTaskSampleSnapshotResult,
|
|
270
339
|
UserDefineConfigureInfoForUpdate,
|
|
271
340
|
CosFileUploadTrigger,
|
|
272
341
|
AiReviewPoliticalAsrTaskOutput,
|
|
342
|
+
FlowRealtimeStatusSRT,
|
|
273
343
|
TEHDConfigForUpdate,
|
|
344
|
+
DeleteStreamLinkOutputRequest,
|
|
274
345
|
ModifyPersonSampleRequest,
|
|
275
346
|
AsrFullTextConfigureInfo,
|
|
276
|
-
|
|
347
|
+
ArtifactRepairConfig,
|
|
277
348
|
CreateAIRecognitionTemplateRequest,
|
|
278
349
|
DescribeTaskDetailRequest,
|
|
350
|
+
DescribeStreamLinkFlowResponse,
|
|
279
351
|
AiAnalysisTaskFrameTagResult,
|
|
280
352
|
AiReviewPornTaskOutput,
|
|
281
353
|
CreateWorkflowResponse,
|
|
@@ -284,6 +356,7 @@ import {
|
|
|
284
356
|
PoliticalImgReviewTemplateInfo,
|
|
285
357
|
PoliticalConfigureInfo,
|
|
286
358
|
ModifyAnimatedGraphicsTemplateRequest,
|
|
359
|
+
DescribeOutputRTMPPullServerUrl,
|
|
287
360
|
AiRecognitionTaskOcrWordsSegmentItem,
|
|
288
361
|
MediaProcessTaskResult,
|
|
289
362
|
DeleteWordSamplesResponse,
|
|
@@ -292,8 +365,10 @@ import {
|
|
|
292
365
|
EnableWorkflowResponse,
|
|
293
366
|
AiSampleWordInfo,
|
|
294
367
|
AdaptiveDynamicStreamingInfoItem,
|
|
368
|
+
CreateStreamLinkOutputInfoRequest,
|
|
295
369
|
ProhibitedOcrReviewTemplateInfo,
|
|
296
370
|
LiveStreamOcrFullTextRecognitionResult,
|
|
371
|
+
ModifyStreamLinkInputRequest,
|
|
297
372
|
ScheduleReviewTaskResult,
|
|
298
373
|
ModifyTranscodeTemplateResponse,
|
|
299
374
|
MediaMetaData,
|
|
@@ -309,21 +384,28 @@ import {
|
|
|
309
384
|
AiAnalysisTaskFrameTagInput,
|
|
310
385
|
MediaAiAnalysisFrameTagSegmentItem,
|
|
311
386
|
AiRecognitionTaskAsrWordsResultItem,
|
|
387
|
+
DescribeStreamLinkRegionsRequest,
|
|
388
|
+
ModifyStreamLinkInputResponse,
|
|
312
389
|
DescribeTaskDetailResponse,
|
|
313
390
|
LiveStreamAiRecognitionResultItem,
|
|
314
391
|
DeleteImageSpriteTemplateRequest,
|
|
315
392
|
AiSampleFailFaceInfo,
|
|
316
393
|
UserDefineFaceReviewTemplateInfoForUpdate,
|
|
394
|
+
DescribeInputRTMPSettings,
|
|
317
395
|
SharpEnhanceConfig,
|
|
318
396
|
OcrFullTextConfigureInfoForUpdate,
|
|
397
|
+
FlowSRTInfo,
|
|
319
398
|
AiRecognitionTaskOcrFullTextResultInput,
|
|
320
399
|
DescribeTasksResponse,
|
|
400
|
+
DescribeOutputSRTSettings,
|
|
321
401
|
AiRecognitionTaskFaceResultInput,
|
|
322
402
|
AiReviewPoliticalTaskOutput,
|
|
323
403
|
LiveStreamAiReviewImagePornResult,
|
|
324
404
|
AiRecognitionTaskTransTextResultOutput,
|
|
325
405
|
ModifySnapshotByTimeOffsetTemplateRequest,
|
|
326
406
|
LiveStreamAiReviewResultItem,
|
|
407
|
+
TEHDConfig,
|
|
408
|
+
CreateInputRTPSettings,
|
|
327
409
|
TaskSimpleInfo,
|
|
328
410
|
DescribeSnapshotByTimeOffsetTemplatesResponse,
|
|
329
411
|
MediaVideoStreamItem,
|
|
@@ -335,6 +417,7 @@ import {
|
|
|
335
417
|
CreateTranscodeTemplateResponse,
|
|
336
418
|
AiRecognitionTaskAsrWordsResultInput,
|
|
337
419
|
CreateAIAnalysisTemplateRequest,
|
|
420
|
+
CreateInput,
|
|
338
421
|
AiReviewTerrorismTaskInput,
|
|
339
422
|
DescribeWorkflowsRequest,
|
|
340
423
|
MediaAudioStreamItem,
|
|
@@ -345,24 +428,28 @@ import {
|
|
|
345
428
|
DeleteWatermarkTemplateRequest,
|
|
346
429
|
DescribeWordSamplesRequest,
|
|
347
430
|
ModifyAIAnalysisTemplateRequest,
|
|
348
|
-
|
|
431
|
+
DescribeFlow,
|
|
349
432
|
CreateWatermarkTemplateResponse,
|
|
350
433
|
DescribeSampleSnapshotTemplatesResponse,
|
|
351
|
-
|
|
352
|
-
|
|
434
|
+
DescribeMediaMetaDataResponse,
|
|
435
|
+
DescribeStreamLinkFlowRealtimeStatusResponse,
|
|
353
436
|
TerrorismImgReviewTemplateInfo,
|
|
437
|
+
FlowMediaAudio,
|
|
354
438
|
DescribeTranscodeTemplatesRequest,
|
|
355
439
|
DisableWorkflowRequest,
|
|
356
440
|
PoliticalConfigureInfoForUpdate,
|
|
357
441
|
DescribeWatermarkTemplatesResponse,
|
|
358
|
-
|
|
442
|
+
DescribeStreamLinkFlowLogsRequest,
|
|
443
|
+
DescribeOutputRTMPSettings,
|
|
359
444
|
FrameTagConfigureInfo,
|
|
360
445
|
ExecuteFunctionRequest,
|
|
446
|
+
DescribeStreamLinkFlowLogsResponse,
|
|
361
447
|
ModifyPersonSampleResponse,
|
|
362
448
|
DeleteTranscodeTemplateResponse,
|
|
363
449
|
MediaTranscodeItem,
|
|
364
450
|
DescribePersonSamplesResponse,
|
|
365
451
|
PornConfigureInfo,
|
|
452
|
+
ModifyInput,
|
|
366
453
|
VideoDenoiseConfig,
|
|
367
454
|
DescribeAIAnalysisTemplatesResponse,
|
|
368
455
|
CreateSnapshotByTimeOffsetTemplateRequest,
|
|
@@ -370,8 +457,10 @@ import {
|
|
|
370
457
|
AiRecognitionTaskAsrWordsResult,
|
|
371
458
|
CreateSampleSnapshotTemplateRequest,
|
|
372
459
|
WorkflowTask,
|
|
460
|
+
FlowMediaVideo,
|
|
373
461
|
AiReviewTaskPornAsrResult,
|
|
374
462
|
EditMediaFileInfo,
|
|
463
|
+
UrlInputInfo,
|
|
375
464
|
FaceConfigureInfo,
|
|
376
465
|
AiRecognitionTaskFaceResultOutput,
|
|
377
466
|
PornImgReviewTemplateInfoForUpdate,
|
|
@@ -383,20 +472,24 @@ import {
|
|
|
383
472
|
DeleteAnimatedGraphicsTemplateRequest,
|
|
384
473
|
DeleteSnapshotByTimeOffsetTemplateRequest,
|
|
385
474
|
DescribeAnimatedGraphicsTemplatesResponse,
|
|
386
|
-
|
|
475
|
+
DescribeSampleSnapshotTemplatesRequest,
|
|
387
476
|
ActivityResItem,
|
|
388
477
|
SampleSnapshotTaskInput,
|
|
389
478
|
TerrorismConfigureInfo,
|
|
390
479
|
PoliticalAsrReviewTemplateInfo,
|
|
391
480
|
CreateAnimatedGraphicsTemplateResponse,
|
|
392
|
-
|
|
481
|
+
SampleSnapshotTemplate,
|
|
482
|
+
RTSPPullSourceAddress,
|
|
393
483
|
MediaImageSpriteItem,
|
|
394
484
|
DescribePersonSamplesRequest,
|
|
395
485
|
AiRecognitionTaskFaceResultItem,
|
|
486
|
+
DescribeStreamLinkFlowMediaStatisticsRequest,
|
|
396
487
|
AiAnalysisTaskCoverInput,
|
|
488
|
+
RegionInfo,
|
|
397
489
|
AiRecognitionTaskTransTextResult,
|
|
398
490
|
EditMediaTaskOutput,
|
|
399
491
|
DeleteWatermarkTemplateResponse,
|
|
492
|
+
DescribeOutputRTSPPullServerUrl,
|
|
400
493
|
LowLightEnhanceConfig,
|
|
401
494
|
DescribeMediaMetaDataRequest,
|
|
402
495
|
FrameTagConfigureInfoForUpdate,
|
|
@@ -416,6 +509,36 @@ export class Client extends AbstractClient {
|
|
|
416
509
|
super("mps.tencentcloudapi.com", "2019-06-12", clientConfig)
|
|
417
510
|
}
|
|
418
511
|
|
|
512
|
+
/**
|
|
513
|
+
* 批量查询媒体输入流的配置信息。
|
|
514
|
+
*/
|
|
515
|
+
async DescribeStreamLinkFlows(
|
|
516
|
+
req: DescribeStreamLinkFlowsRequest,
|
|
517
|
+
cb?: (error: string, rep: DescribeStreamLinkFlowsResponse) => void
|
|
518
|
+
): Promise<DescribeStreamLinkFlowsResponse> {
|
|
519
|
+
return this.request("DescribeStreamLinkFlows", req, cb)
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* 停止媒体传输流。
|
|
524
|
+
*/
|
|
525
|
+
async StopStreamLinkFlow(
|
|
526
|
+
req: StopStreamLinkFlowRequest,
|
|
527
|
+
cb?: (error: string, rep: StopStreamLinkFlowResponse) => void
|
|
528
|
+
): Promise<StopStreamLinkFlowResponse> {
|
|
529
|
+
return this.request("StopStreamLinkFlow", req, cb)
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* 修改媒体传输流的输出配置。
|
|
534
|
+
*/
|
|
535
|
+
async ModifyStreamLinkOutputInfo(
|
|
536
|
+
req: ModifyStreamLinkOutputInfoRequest,
|
|
537
|
+
cb?: (error: string, rep: ModifyStreamLinkOutputInfoResponse) => void
|
|
538
|
+
): Promise<ModifyStreamLinkOutputInfoResponse> {
|
|
539
|
+
return this.request("ModifyStreamLinkOutputInfo", req, cb)
|
|
540
|
+
}
|
|
541
|
+
|
|
419
542
|
/**
|
|
420
543
|
* 创建用户自定义指定时间点截图模板,数量上限:16。
|
|
421
544
|
*/
|
|
@@ -427,14 +550,35 @@ export class Client extends AbstractClient {
|
|
|
427
550
|
}
|
|
428
551
|
|
|
429
552
|
/**
|
|
430
|
-
|
|
431
|
-
|
|
553
|
+
* 实时查询流的当前状态
|
|
554
|
+
*/
|
|
555
|
+
async DescribeStreamLinkFlowRealtimeStatus(
|
|
556
|
+
req: DescribeStreamLinkFlowRealtimeStatusRequest,
|
|
557
|
+
cb?: (error: string, rep: DescribeStreamLinkFlowRealtimeStatusResponse) => void
|
|
558
|
+
): Promise<DescribeStreamLinkFlowRealtimeStatusResponse> {
|
|
559
|
+
return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb)
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* 修改用户自定义内容分析模板。
|
|
564
|
+
|
|
565
|
+
注意:模板 ID 10000 以下的为系统预置模板,不允许修改。
|
|
432
566
|
*/
|
|
433
|
-
async
|
|
434
|
-
req:
|
|
435
|
-
cb?: (error: string, rep:
|
|
436
|
-
): Promise<
|
|
437
|
-
return this.request("
|
|
567
|
+
async ModifyAIAnalysisTemplate(
|
|
568
|
+
req: ModifyAIAnalysisTemplateRequest,
|
|
569
|
+
cb?: (error: string, rep: ModifyAIAnalysisTemplateResponse) => void
|
|
570
|
+
): Promise<ModifyAIAnalysisTemplateResponse> {
|
|
571
|
+
return this.request("ModifyAIAnalysisTemplate", req, cb)
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* 删除媒体传输流的输出配置。
|
|
576
|
+
*/
|
|
577
|
+
async DeleteStreamLinkOutput(
|
|
578
|
+
req: DeleteStreamLinkOutputRequest,
|
|
579
|
+
cb?: (error: string, rep: DeleteStreamLinkOutputResponse) => void
|
|
580
|
+
): Promise<DeleteStreamLinkOutputResponse> {
|
|
581
|
+
return this.request("DeleteStreamLinkOutput", req, cb)
|
|
438
582
|
}
|
|
439
583
|
|
|
440
584
|
/**
|
|
@@ -564,6 +708,26 @@ export class Client extends AbstractClient {
|
|
|
564
708
|
return this.request("DeleteAnimatedGraphicsTemplate", req, cb)
|
|
565
709
|
}
|
|
566
710
|
|
|
711
|
+
/**
|
|
712
|
+
* 查询媒体输入流的配置信息。
|
|
713
|
+
*/
|
|
714
|
+
async DescribeStreamLinkFlow(
|
|
715
|
+
req: DescribeStreamLinkFlowRequest,
|
|
716
|
+
cb?: (error: string, rep: DescribeStreamLinkFlowResponse) => void
|
|
717
|
+
): Promise<DescribeStreamLinkFlowResponse> {
|
|
718
|
+
return this.request("DescribeStreamLinkFlow", req, cb)
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
/**
|
|
722
|
+
* 删除媒体传输的传输流配置。
|
|
723
|
+
*/
|
|
724
|
+
async DeleteStreamLinkFlow(
|
|
725
|
+
req: DeleteStreamLinkFlowRequest,
|
|
726
|
+
cb?: (error: string, rep: DeleteStreamLinkFlowResponse) => void
|
|
727
|
+
): Promise<DeleteStreamLinkFlowResponse> {
|
|
728
|
+
return this.request("DeleteStreamLinkFlow", req, cb)
|
|
729
|
+
}
|
|
730
|
+
|
|
567
731
|
/**
|
|
568
732
|
* 根据内容分析模板唯一标识,获取内容分析模板详情列表。返回结果包含符合条件的所有用户自定义内容分析模板及系统预置视频内容分析模板
|
|
569
733
|
*/
|
|
@@ -574,6 +738,26 @@ export class Client extends AbstractClient {
|
|
|
574
738
|
return this.request("DescribeAIAnalysisTemplates", req, cb)
|
|
575
739
|
}
|
|
576
740
|
|
|
741
|
+
/**
|
|
742
|
+
* 查询媒体传输流的日志信息。
|
|
743
|
+
*/
|
|
744
|
+
async DescribeStreamLinkFlowLogs(
|
|
745
|
+
req: DescribeStreamLinkFlowLogsRequest,
|
|
746
|
+
cb?: (error: string, rep: DescribeStreamLinkFlowLogsResponse) => void
|
|
747
|
+
): Promise<DescribeStreamLinkFlowLogsResponse> {
|
|
748
|
+
return this.request("DescribeStreamLinkFlowLogs", req, cb)
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* 查询媒体传输流的SRT质量数据。
|
|
753
|
+
*/
|
|
754
|
+
async DescribeStreamLinkFlowSRTStatistics(
|
|
755
|
+
req: DescribeStreamLinkFlowSRTStatisticsRequest,
|
|
756
|
+
cb?: (error: string, rep: DescribeStreamLinkFlowSRTStatisticsResponse) => void
|
|
757
|
+
): Promise<DescribeStreamLinkFlowSRTStatisticsResponse> {
|
|
758
|
+
return this.request("DescribeStreamLinkFlowSRTStatistics", req, cb)
|
|
759
|
+
}
|
|
760
|
+
|
|
577
761
|
/**
|
|
578
762
|
* 通过任务 ID 查询任务的执行状态和结果的详细信息(最多可以查询3天之内提交的任务)。
|
|
579
763
|
*/
|
|
@@ -595,13 +779,13 @@ export class Client extends AbstractClient {
|
|
|
595
779
|
}
|
|
596
780
|
|
|
597
781
|
/**
|
|
598
|
-
*
|
|
782
|
+
* 创建媒体传输流的输出信息。
|
|
599
783
|
*/
|
|
600
|
-
async
|
|
601
|
-
req:
|
|
602
|
-
cb?: (error: string, rep:
|
|
603
|
-
): Promise<
|
|
604
|
-
return this.request("
|
|
784
|
+
async CreateStreamLinkOutputInfo(
|
|
785
|
+
req: CreateStreamLinkOutputInfoRequest,
|
|
786
|
+
cb?: (error: string, rep: CreateStreamLinkOutputInfoResponse) => void
|
|
787
|
+
): Promise<CreateStreamLinkOutputInfoResponse> {
|
|
788
|
+
return this.request("CreateStreamLinkOutputInfo", req, cb)
|
|
605
789
|
}
|
|
606
790
|
|
|
607
791
|
/**
|
|
@@ -744,6 +928,17 @@ export class Client extends AbstractClient {
|
|
|
744
928
|
return this.request("DescribeSampleSnapshotTemplates", req, cb)
|
|
745
929
|
}
|
|
746
930
|
|
|
931
|
+
/**
|
|
932
|
+
* 查询媒体传输流的媒体质量数据。
|
|
933
|
+
|
|
934
|
+
*/
|
|
935
|
+
async DescribeStreamLinkFlowStatistics(
|
|
936
|
+
req: DescribeStreamLinkFlowStatisticsRequest,
|
|
937
|
+
cb?: (error: string, rep: DescribeStreamLinkFlowStatisticsResponse) => void
|
|
938
|
+
): Promise<DescribeStreamLinkFlowStatisticsResponse> {
|
|
939
|
+
return this.request("DescribeStreamLinkFlowStatistics", req, cb)
|
|
940
|
+
}
|
|
941
|
+
|
|
747
942
|
/**
|
|
748
943
|
* 创建用户自定义水印模板,数量上限:1000。
|
|
749
944
|
*/
|
|
@@ -784,6 +979,16 @@ export class Client extends AbstractClient {
|
|
|
784
979
|
return this.request("DeleteAIRecognitionTemplate", req, cb)
|
|
785
980
|
}
|
|
786
981
|
|
|
982
|
+
/**
|
|
983
|
+
* 启动媒体传输流。
|
|
984
|
+
*/
|
|
985
|
+
async StartStreamLinkFlow(
|
|
986
|
+
req: StartStreamLinkFlowRequest,
|
|
987
|
+
cb?: (error: string, rep: StartStreamLinkFlowResponse) => void
|
|
988
|
+
): Promise<StartStreamLinkFlowResponse> {
|
|
989
|
+
return this.request("StartStreamLinkFlow", req, cb)
|
|
990
|
+
}
|
|
991
|
+
|
|
787
992
|
/**
|
|
788
993
|
* 创建用户自定义转动图模板,数量上限:16。
|
|
789
994
|
*/
|
|
@@ -804,6 +1009,16 @@ export class Client extends AbstractClient {
|
|
|
804
1009
|
return this.request("DescribeAnimatedGraphicsTemplates", req, cb)
|
|
805
1010
|
}
|
|
806
1011
|
|
|
1012
|
+
/**
|
|
1013
|
+
* 修改媒体传输流的输入信息。
|
|
1014
|
+
*/
|
|
1015
|
+
async ModifyStreamLinkInput(
|
|
1016
|
+
req: ModifyStreamLinkInputRequest,
|
|
1017
|
+
cb?: (error: string, rep: ModifyStreamLinkInputResponse) => void
|
|
1018
|
+
): Promise<ModifyStreamLinkInputResponse> {
|
|
1019
|
+
return this.request("ModifyStreamLinkInput", req, cb)
|
|
1020
|
+
}
|
|
1021
|
+
|
|
807
1022
|
/**
|
|
808
1023
|
* 启用工作流。
|
|
809
1024
|
*/
|
|
@@ -814,6 +1029,28 @@ export class Client extends AbstractClient {
|
|
|
814
1029
|
return this.request("EnableWorkflow", req, cb)
|
|
815
1030
|
}
|
|
816
1031
|
|
|
1032
|
+
/**
|
|
1033
|
+
* 查询媒体传输流的媒体质量数据。
|
|
1034
|
+
|
|
1035
|
+
*/
|
|
1036
|
+
async DescribeStreamLinkFlowMediaStatistics(
|
|
1037
|
+
req: DescribeStreamLinkFlowMediaStatisticsRequest,
|
|
1038
|
+
cb?: (error: string, rep: DescribeStreamLinkFlowMediaStatisticsResponse) => void
|
|
1039
|
+
): Promise<DescribeStreamLinkFlowMediaStatisticsResponse> {
|
|
1040
|
+
return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb)
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* 从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 事件通知的内容。
|
|
1045
|
+
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 的中解析函数的实现事件通知的解析。
|
|
1046
|
+
*/
|
|
1047
|
+
async ParseNotification(
|
|
1048
|
+
req: ParseNotificationRequest,
|
|
1049
|
+
cb?: (error: string, rep: ParseNotificationResponse) => void
|
|
1050
|
+
): Promise<ParseNotificationResponse> {
|
|
1051
|
+
return this.request("ParseNotification", req, cb)
|
|
1052
|
+
}
|
|
1053
|
+
|
|
817
1054
|
/**
|
|
818
1055
|
* 智能媒体识别,包含表情和动作识别。仅用于智学,其他调用无效。
|
|
819
1056
|
*/
|
|
@@ -835,15 +1072,23 @@ export class Client extends AbstractClient {
|
|
|
835
1072
|
}
|
|
836
1073
|
|
|
837
1074
|
/**
|
|
838
|
-
|
|
1075
|
+
* 查询媒体传输开通状态。
|
|
1076
|
+
*/
|
|
1077
|
+
async DescribeStreamLinkActivateState(
|
|
1078
|
+
req?: DescribeStreamLinkActivateStateRequest,
|
|
1079
|
+
cb?: (error: string, rep: DescribeStreamLinkActivateStateResponse) => void
|
|
1080
|
+
): Promise<DescribeStreamLinkActivateStateResponse> {
|
|
1081
|
+
return this.request("DescribeStreamLinkActivateState", req, cb)
|
|
1082
|
+
}
|
|
839
1083
|
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
1084
|
+
/**
|
|
1085
|
+
* 修改媒体传输的传输流配置信息。
|
|
1086
|
+
*/
|
|
1087
|
+
async ModifyStreamLinkFlow(
|
|
1088
|
+
req: ModifyStreamLinkFlowRequest,
|
|
1089
|
+
cb?: (error: string, rep: ModifyStreamLinkFlowResponse) => void
|
|
1090
|
+
): Promise<ModifyStreamLinkFlowResponse> {
|
|
1091
|
+
return this.request("ModifyStreamLinkFlow", req, cb)
|
|
847
1092
|
}
|
|
848
1093
|
|
|
849
1094
|
/**
|
|
@@ -858,6 +1103,16 @@ export class Client extends AbstractClient {
|
|
|
858
1103
|
return this.request("DescribeTasks", req, cb)
|
|
859
1104
|
}
|
|
860
1105
|
|
|
1106
|
+
/**
|
|
1107
|
+
* 查询媒体传输所有地区。
|
|
1108
|
+
*/
|
|
1109
|
+
async DescribeStreamLinkRegions(
|
|
1110
|
+
req?: DescribeStreamLinkRegionsRequest,
|
|
1111
|
+
cb?: (error: string, rep: DescribeStreamLinkRegionsResponse) => void
|
|
1112
|
+
): Promise<DescribeStreamLinkRegionsResponse> {
|
|
1113
|
+
return this.request("DescribeStreamLinkRegions", req, cb)
|
|
1114
|
+
}
|
|
1115
|
+
|
|
861
1116
|
/**
|
|
862
1117
|
* 修改用户自定义指定时间点截图模板。
|
|
863
1118
|
*/
|
|
@@ -939,6 +1194,16 @@ export class Client extends AbstractClient {
|
|
|
939
1194
|
return this.request("CreateWorkflow", req, cb)
|
|
940
1195
|
}
|
|
941
1196
|
|
|
1197
|
+
/**
|
|
1198
|
+
* 创建媒体传输的传输流配置。
|
|
1199
|
+
*/
|
|
1200
|
+
async CreateStreamLinkFlow(
|
|
1201
|
+
req: CreateStreamLinkFlowRequest,
|
|
1202
|
+
cb?: (error: string, rep: CreateStreamLinkFlowResponse) => void
|
|
1203
|
+
): Promise<CreateStreamLinkFlowResponse> {
|
|
1204
|
+
return this.request("CreateStreamLinkFlow", req, cb)
|
|
1205
|
+
}
|
|
1206
|
+
|
|
942
1207
|
/**
|
|
943
1208
|
* 对直播流媒体发起处理任务,功能包括:
|
|
944
1209
|
|
|
@@ -1043,6 +1308,16 @@ export class Client extends AbstractClient {
|
|
|
1043
1308
|
return this.request("CreateAIAnalysisTemplate", req, cb)
|
|
1044
1309
|
}
|
|
1045
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* 修改转自适应码流模板
|
|
1313
|
+
*/
|
|
1314
|
+
async ModifyAdaptiveDynamicStreamingTemplate(
|
|
1315
|
+
req: ModifyAdaptiveDynamicStreamingTemplateRequest,
|
|
1316
|
+
cb?: (error: string, rep: ModifyAdaptiveDynamicStreamingTemplateResponse) => void
|
|
1317
|
+
): Promise<ModifyAdaptiveDynamicStreamingTemplateResponse> {
|
|
1318
|
+
return this.request("ModifyAdaptiveDynamicStreamingTemplate", req, cb)
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1046
1321
|
/**
|
|
1047
1322
|
* 根据内容识别模板唯一标识,获取内容识别模板详情列表。返回结果包含符合条件的所有用户自定义内容识别模板及系统预置视频内容识别模板
|
|
1048
1323
|
*/
|