tencentcloud-sdk-nodejs 4.0.381 → 4.0.382
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 +245 -0
- package/SERVICE_CHANGELOG.md +357 -39
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +13 -1
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/mps/v20190612/mps_client.ts +20 -1
- package/src/services/mps/v20190612/mps_models.ts +643 -29
- package/src/services/ocr/v20181119/ocr_client.ts +10 -5
- package/src/services/ocr/v20181119/ocr_models.ts +36 -6
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +5 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +102 -27
- package/src/services/ssm/v20190923/ssm_models.ts +5 -0
- package/src/services/tcm/v20210413/tcm_client.ts +3 -0
- package/src/services/tcm/v20210413/tcm_models.ts +106 -2
- package/src/services/tione/v20211111/tione_models.ts +10 -0
- package/src/services/vod/v20180717/vod_client.ts +12 -7
- package/src/services/waf/v20180125/waf_client.ts +14 -2
- package/src/services/waf/v20180125/waf_models.ts +42 -27
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +565 -28
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +31 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +88 -26
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +4 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +91 -2
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +10 -5
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +37 -24
- package/test/waf.v20180125.test.js +10 -0
|
@@ -35,7 +35,7 @@ export interface ImageModerationRequest {
|
|
|
35
35
|
FileContent?: string
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
|
-
* 该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3
|
|
38
|
+
* 该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时;由于网络安全策略,**送审带重定向的链接,可能引起下载失败**,请尽量避免,比如Http返回302状态码的链接,可能导致接口返回ResourceUnavailable.ImageDownloadError。<br>备注:**该字段与FileContent必须选择输入其中一个**。
|
|
39
39
|
*/
|
|
40
40
|
FileUrl?: string
|
|
41
41
|
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
ModifyWatermarkTemplateRequest,
|
|
24
24
|
AiRecognitionTaskAsrFullTextSegmentItem,
|
|
25
25
|
UserDefineOcrTextReviewTemplateInfoForUpdate,
|
|
26
|
+
FrameRateConfig,
|
|
26
27
|
OverrideTranscodeParameter,
|
|
27
28
|
AiAnalysisTaskClassificationInput,
|
|
28
29
|
SvgWatermarkInput,
|
|
@@ -42,6 +43,7 @@ import {
|
|
|
42
43
|
AiAnalysisTaskCoverResult,
|
|
43
44
|
ModifySampleSnapshotTemplateRequest,
|
|
44
45
|
AiReviewPoliticalOcrTaskInput,
|
|
46
|
+
EnhanceConfig,
|
|
45
47
|
MediaInputInfo,
|
|
46
48
|
CreateWorkflowRequest,
|
|
47
49
|
OcrWordsConfigureInfo,
|
|
@@ -53,11 +55,13 @@ import {
|
|
|
53
55
|
UserDefineFaceReviewTemplateInfo,
|
|
54
56
|
ContentReviewTemplateItem,
|
|
55
57
|
DeleteAIRecognitionTemplateResponse,
|
|
58
|
+
VideoEnhanceConfig,
|
|
56
59
|
MosaicInput,
|
|
57
60
|
AiReviewPoliticalTaskInput,
|
|
58
61
|
ClassificationConfigureInfo,
|
|
59
62
|
MediaAiAnalysisClassificationItem,
|
|
60
63
|
AudioTemplateInfoForUpdate,
|
|
64
|
+
SuperResolutionConfig,
|
|
61
65
|
DeletePersonSampleRequest,
|
|
62
66
|
MediaSampleSnapshotItem,
|
|
63
67
|
ParseLiveStreamProcessNotificationResponse,
|
|
@@ -77,6 +81,8 @@ import {
|
|
|
77
81
|
AiRecognitionTaskOcrWordsResultInput,
|
|
78
82
|
DeleteWorkflowResponse,
|
|
79
83
|
AiReviewPornTaskInput,
|
|
84
|
+
HdrConfig,
|
|
85
|
+
ScheduleTask,
|
|
80
86
|
CreatePersonSampleRequest,
|
|
81
87
|
MediaAiAnalysisCoverItem,
|
|
82
88
|
CosInputInfo,
|
|
@@ -99,11 +105,13 @@ import {
|
|
|
99
105
|
TextWatermarkTemplateInput,
|
|
100
106
|
ModifyAIAnalysisTemplateResponse,
|
|
101
107
|
DescribeAIRecognitionTemplatesResponse,
|
|
108
|
+
ScratchRepairConfig,
|
|
102
109
|
LiveStreamAiReviewResultInfo,
|
|
103
110
|
EditMediaResponse,
|
|
104
111
|
PoliticalOcrReviewTemplateInfoForUpdate,
|
|
105
112
|
PornAsrReviewTemplateInfoForUpdate,
|
|
106
113
|
DescribeSnapshotByTimeOffsetTemplatesRequest,
|
|
114
|
+
ScheduleRecognitionTaskResult,
|
|
107
115
|
AiRecognitionTaskAsrFullTextResultInput,
|
|
108
116
|
MediaProcessTaskInput,
|
|
109
117
|
CosOutputStorage,
|
|
@@ -112,7 +120,7 @@ import {
|
|
|
112
120
|
CreateWordSamplesResponse,
|
|
113
121
|
ClassificationConfigureInfoForUpdate,
|
|
114
122
|
DeleteAdaptiveDynamicStreamingTemplateResponse,
|
|
115
|
-
|
|
123
|
+
ArtifactRepairConfig,
|
|
116
124
|
CreateWordSamplesRequest,
|
|
117
125
|
PoliticalAsrReviewTemplateInfoForUpdate,
|
|
118
126
|
AiSampleFaceOperation,
|
|
@@ -150,6 +158,7 @@ import {
|
|
|
150
158
|
DescribeWatermarkTemplatesRequest,
|
|
151
159
|
TaskOutputStorage,
|
|
152
160
|
UserDefineConfigureInfo,
|
|
161
|
+
ColorEnhanceConfig,
|
|
153
162
|
AiReviewPornOcrTaskInput,
|
|
154
163
|
MediaSnapshotByTimeOffsetItem,
|
|
155
164
|
ModifyAdaptiveDynamicStreamingTemplateRequest,
|
|
@@ -161,6 +170,7 @@ import {
|
|
|
161
170
|
ProcessMediaRequest,
|
|
162
171
|
AiRecognitionTaskOcrFullTextResult,
|
|
163
172
|
MediaProcessTaskSnapshotByTimeOffsetResult,
|
|
173
|
+
ImageQualityEnhanceConfig,
|
|
164
174
|
AiSampleWord,
|
|
165
175
|
AiRecognitionTaskAsrWordsResultOutput,
|
|
166
176
|
LiveStreamOcrWordsRecognitionResult,
|
|
@@ -188,7 +198,9 @@ import {
|
|
|
188
198
|
UserDefineAsrTextReviewTemplateInfoForUpdate,
|
|
189
199
|
ModifyImageSpriteTemplateResponse,
|
|
190
200
|
CreateWatermarkTemplateRequest,
|
|
201
|
+
ScheduleAnalysisTaskResult,
|
|
191
202
|
TerrorismConfigureInfoForUpdate,
|
|
203
|
+
ParseNotificationRequest,
|
|
192
204
|
AnimatedGraphicTaskInput,
|
|
193
205
|
DeleteContentReviewTemplateRequest,
|
|
194
206
|
AIAnalysisTemplateItem,
|
|
@@ -249,6 +261,7 @@ import {
|
|
|
249
261
|
TranscodeTaskInput,
|
|
250
262
|
ModifyAIRecognitionTemplateRequest,
|
|
251
263
|
ParseNotificationResponse,
|
|
264
|
+
ActivityResult,
|
|
252
265
|
ResetWorkflowResponse,
|
|
253
266
|
CreateAIAnalysisTemplateResponse,
|
|
254
267
|
MediaProcessTaskSampleSnapshotResult,
|
|
@@ -278,6 +291,7 @@ import {
|
|
|
278
291
|
AdaptiveDynamicStreamingInfoItem,
|
|
279
292
|
ProhibitedOcrReviewTemplateInfo,
|
|
280
293
|
LiveStreamOcrFullTextRecognitionResult,
|
|
294
|
+
ScheduleReviewTaskResult,
|
|
281
295
|
ModifyTranscodeTemplateResponse,
|
|
282
296
|
MediaMetaData,
|
|
283
297
|
ExpressionConfigInfo,
|
|
@@ -287,6 +301,7 @@ import {
|
|
|
287
301
|
AdaptiveDynamicStreamingTaskInput,
|
|
288
302
|
DescribeImageSpriteTemplatesResponse,
|
|
289
303
|
TaskNotifyConfig,
|
|
304
|
+
FaceEnhanceConfig,
|
|
290
305
|
AiReviewTaskPoliticalResult,
|
|
291
306
|
AiAnalysisTaskFrameTagInput,
|
|
292
307
|
MediaAiAnalysisFrameTagSegmentItem,
|
|
@@ -296,6 +311,7 @@ import {
|
|
|
296
311
|
DeleteImageSpriteTemplateRequest,
|
|
297
312
|
AiSampleFailFaceInfo,
|
|
298
313
|
UserDefineFaceReviewTemplateInfoForUpdate,
|
|
314
|
+
SharpEnhanceConfig,
|
|
299
315
|
OcrFullTextConfigureInfoForUpdate,
|
|
300
316
|
AiRecognitionTaskOcrFullTextResultInput,
|
|
301
317
|
DescribeTasksResponse,
|
|
@@ -343,6 +359,7 @@ import {
|
|
|
343
359
|
MediaTranscodeItem,
|
|
344
360
|
DescribePersonSamplesResponse,
|
|
345
361
|
PornConfigureInfo,
|
|
362
|
+
VideoDenoiseConfig,
|
|
346
363
|
DescribeAIAnalysisTemplatesResponse,
|
|
347
364
|
CreateSnapshotByTimeOffsetTemplateRequest,
|
|
348
365
|
ParseLiveStreamProcessNotificationRequest,
|
|
@@ -363,6 +380,7 @@ import {
|
|
|
363
380
|
DeleteSnapshotByTimeOffsetTemplateRequest,
|
|
364
381
|
DescribeAnimatedGraphicsTemplatesResponse,
|
|
365
382
|
MediaAiAnalysisFrameTagItem,
|
|
383
|
+
ActivityResItem,
|
|
366
384
|
SampleSnapshotTaskInput,
|
|
367
385
|
TerrorismConfigureInfo,
|
|
368
386
|
PoliticalAsrReviewTemplateInfo,
|
|
@@ -374,6 +392,7 @@ import {
|
|
|
374
392
|
AiAnalysisTaskCoverInput,
|
|
375
393
|
EditMediaTaskOutput,
|
|
376
394
|
DeleteWatermarkTemplateResponse,
|
|
395
|
+
LowLightEnhanceConfig,
|
|
377
396
|
DescribeMediaMetaDataRequest,
|
|
378
397
|
FrameTagConfigureInfoForUpdate,
|
|
379
398
|
CreateImageSpriteTemplateResponse,
|