tencentcloud-sdk-nodejs-intl-en 3.0.1255 → 3.0.1257
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 +1 -1
- package/tencentcloud/cdz/index.js +3 -0
- package/tencentcloud/cdz/v20221123/cdz_client.js +49 -0
- package/tencentcloud/cdz/v20221123/index.js +4 -0
- package/tencentcloud/cdz/v20221123/models.js +285 -0
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +63 -31
- package/tencentcloud/cvm/v20170312/models.js +205 -18
- package/tencentcloud/dnspod/v20210323/dnspod_client.js +34 -7
- package/tencentcloud/dnspod/v20210323/models.js +225 -11
- package/tencentcloud/faceid/v20180301/faceid_client.js +2 -2
- package/tencentcloud/faceid/v20180301/models.js +1 -2
- package/tencentcloud/index.js +1 -0
- package/tencentcloud/mps/v20190612/models.js +1642 -485
- package/tencentcloud/mps/v20190612/mps_client.js +51 -29
- package/tencentcloud/teo/v20220901/models.js +7 -7
- package/tencentcloud/teo/v20220901/teo_client.js +4 -4
|
@@ -47,7 +47,6 @@ const SmartSubtitleTaskTransTextResultOutput = models.SmartSubtitleTaskTransText
|
|
|
47
47
|
const ManageTaskResponse = models.ManageTaskResponse;
|
|
48
48
|
const DeleteWorkflowRequest = models.DeleteWorkflowRequest;
|
|
49
49
|
const AwsS3FileUploadTrigger = models.AwsS3FileUploadTrigger;
|
|
50
|
-
const AiAnalysisTaskCoverOutput = models.AiAnalysisTaskCoverOutput;
|
|
51
50
|
const MediaSnapshotByTimeOffsetItem = models.MediaSnapshotByTimeOffsetItem;
|
|
52
51
|
const NumberFormat = models.NumberFormat;
|
|
53
52
|
const ModifySampleSnapshotTemplateRequest = models.ModifySampleSnapshotTemplateRequest;
|
|
@@ -60,6 +59,7 @@ const OcrWordsConfigureInfo = models.OcrWordsConfigureInfo;
|
|
|
60
59
|
const DescribeAsrHotwordsRequest = models.DescribeAsrHotwordsRequest;
|
|
61
60
|
const AudioTrackChannelInfo = models.AudioTrackChannelInfo;
|
|
62
61
|
const DiagnoseResult = models.DiagnoseResult;
|
|
62
|
+
const SmartEraseTaskInput = models.SmartEraseTaskInput;
|
|
63
63
|
const RawWatermarkParameter = models.RawWatermarkParameter;
|
|
64
64
|
const AiReviewTaskPoliticalOcrResult = models.AiReviewTaskPoliticalOcrResult;
|
|
65
65
|
const AiSampleWord = models.AiSampleWord;
|
|
@@ -75,7 +75,6 @@ const AiReviewPoliticalTaskInput = models.AiReviewPoliticalTaskInput;
|
|
|
75
75
|
const ModifyContentReviewTemplateResponse = models.ModifyContentReviewTemplateResponse;
|
|
76
76
|
const ModifyScheduleRequest = models.ModifyScheduleRequest;
|
|
77
77
|
const MediaMetaData = models.MediaMetaData;
|
|
78
|
-
const DescribePersonSamplesRequest = models.DescribePersonSamplesRequest;
|
|
79
78
|
const ClassificationConfigureInfo = models.ClassificationConfigureInfo;
|
|
80
79
|
const MediaAiAnalysisClassificationItem = models.MediaAiAnalysisClassificationItem;
|
|
81
80
|
const ModifyWordSampleResponse = models.ModifyWordSampleResponse;
|
|
@@ -84,6 +83,7 @@ const SuperResolutionConfig = models.SuperResolutionConfig;
|
|
|
84
83
|
const DeletePersonSampleRequest = models.DeletePersonSampleRequest;
|
|
85
84
|
const AiRecognitionTaskAsrWordsSegmentItem = models.AiRecognitionTaskAsrWordsSegmentItem;
|
|
86
85
|
const ParseLiveStreamProcessNotificationResponse = models.ParseLiveStreamProcessNotificationResponse;
|
|
86
|
+
const SmartEraseTaskResult = models.SmartEraseTaskResult;
|
|
87
87
|
const AiRecognitionTaskInput = models.AiRecognitionTaskInput;
|
|
88
88
|
const AiAnalysisTaskFrameTagResult = models.AiAnalysisTaskFrameTagResult;
|
|
89
89
|
const ComposeMediaConfig = models.ComposeMediaConfig;
|
|
@@ -149,7 +149,7 @@ const ScheduleRecognitionTaskResult = models.ScheduleRecognitionTaskResult;
|
|
|
149
149
|
const ImageProcessTaskOutput = models.ImageProcessTaskOutput;
|
|
150
150
|
const ComposeTargetInfo = models.ComposeTargetInfo;
|
|
151
151
|
const MediaProcessTaskInput = models.MediaProcessTaskInput;
|
|
152
|
-
const
|
|
152
|
+
const ExtractBlindWatermarkTask = models.ExtractBlindWatermarkTask;
|
|
153
153
|
const AiAnalysisTaskHorizontalToVerticalResult = models.AiAnalysisTaskHorizontalToVerticalResult;
|
|
154
154
|
const CosOutputStorage = models.CosOutputStorage;
|
|
155
155
|
const MediaProcessTaskAnimatedGraphicResult = models.MediaProcessTaskAnimatedGraphicResult;
|
|
@@ -160,6 +160,7 @@ const CreateScheduleRequest = models.CreateScheduleRequest;
|
|
|
160
160
|
const ParseNotificationRequest = models.ParseNotificationRequest;
|
|
161
161
|
const ImageEraseConfig = models.ImageEraseConfig;
|
|
162
162
|
const CreateWordSamplesRequest = models.CreateWordSamplesRequest;
|
|
163
|
+
const SmartEraseWatermarkConfig = models.SmartEraseWatermarkConfig;
|
|
163
164
|
const PoliticalAsrReviewTemplateInfoForUpdate = models.PoliticalAsrReviewTemplateInfoForUpdate;
|
|
164
165
|
const AiSampleFaceOperation = models.AiSampleFaceOperation;
|
|
165
166
|
const SvgWatermarkInputForUpdate = models.SvgWatermarkInputForUpdate;
|
|
@@ -210,6 +211,7 @@ const RawTranscodeParameter = models.RawTranscodeParameter;
|
|
|
210
211
|
const LiveStreamTaskNotifyConfig = models.LiveStreamTaskNotifyConfig;
|
|
211
212
|
const VideoTemplateInfo = models.VideoTemplateInfo;
|
|
212
213
|
const ComposeSubtitleStyle = models.ComposeSubtitleStyle;
|
|
214
|
+
const SmartErasePrivacyConfig = models.SmartErasePrivacyConfig;
|
|
213
215
|
const PornOcrReviewTemplateInfoForUpdate = models.PornOcrReviewTemplateInfoForUpdate;
|
|
214
216
|
const AiReviewTaskPornOcrResult = models.AiReviewTaskPornOcrResult;
|
|
215
217
|
const BatchProcessMediaRequest = models.BatchProcessMediaRequest;
|
|
@@ -225,6 +227,7 @@ const ComposeAudioItem = models.ComposeAudioItem;
|
|
|
225
227
|
const AiReviewPornOcrTaskInput = models.AiReviewPornOcrTaskInput;
|
|
226
228
|
const LiveScheduleTask = models.LiveScheduleTask;
|
|
227
229
|
const AiAnalysisTaskFrameTagOutput = models.AiAnalysisTaskFrameTagOutput;
|
|
230
|
+
const AiAnalysisTaskDubbingOutput = models.AiAnalysisTaskDubbingOutput;
|
|
228
231
|
const ModifyAdaptiveDynamicStreamingTemplateRequest = models.ModifyAdaptiveDynamicStreamingTemplateRequest;
|
|
229
232
|
const MediaAnimatedGraphicsItem = models.MediaAnimatedGraphicsItem;
|
|
230
233
|
const DescribeQualityControlTemplatesRequest = models.DescribeQualityControlTemplatesRequest;
|
|
@@ -243,6 +246,7 @@ const AiRecognitionTaskOcrFullTextResult = models.AiRecognitionTaskOcrFullTextRe
|
|
|
243
246
|
const AiAnalysisTaskSegmentOutput = models.AiAnalysisTaskSegmentOutput;
|
|
244
247
|
const ComposeVideoItem = models.ComposeVideoItem;
|
|
245
248
|
const LiveStreamOcrFullTextRecognitionResult = models.LiveStreamOcrFullTextRecognitionResult;
|
|
249
|
+
const VODOutputStorage = models.VODOutputStorage;
|
|
246
250
|
const MediaProcessTaskSnapshotByTimeOffsetResult = models.MediaProcessTaskSnapshotByTimeOffsetResult;
|
|
247
251
|
const AiRecognitionTaskTransTextResultInput = models.AiRecognitionTaskTransTextResultInput;
|
|
248
252
|
const DescribeSchedulesResponse = models.DescribeSchedulesResponse;
|
|
@@ -259,6 +263,7 @@ const MediaProcessTaskTranscodeResult = models.MediaProcessTaskTranscodeResult;
|
|
|
259
263
|
const SnapshotByTimeOffsetTaskInput = models.SnapshotByTimeOffsetTaskInput;
|
|
260
264
|
const ImageSpriteTaskInput = models.ImageSpriteTaskInput;
|
|
261
265
|
const DeleteContentReviewTemplateResponse = models.DeleteContentReviewTemplateResponse;
|
|
266
|
+
const VODInputInfo = models.VODInputInfo;
|
|
262
267
|
const ImageWatermarkTemplate = models.ImageWatermarkTemplate;
|
|
263
268
|
const ModifyQualityControlTemplateResponse = models.ModifyQualityControlTemplateResponse;
|
|
264
269
|
const AsrWordsConfigureInfo = models.AsrWordsConfigureInfo;
|
|
@@ -272,6 +277,7 @@ const AsrWordsConfigureInfoForUpdate = models.AsrWordsConfigureInfoForUpdate;
|
|
|
272
277
|
const ScheduleSmartSubtitleTaskResult = models.ScheduleSmartSubtitleTaskResult;
|
|
273
278
|
const DeleteImageSpriteTemplateResponse = models.DeleteImageSpriteTemplateResponse;
|
|
274
279
|
const DescribeContentReviewTemplatesResponse = models.DescribeContentReviewTemplatesResponse;
|
|
280
|
+
const EraseArea = models.EraseArea;
|
|
275
281
|
const TEHDConfig = models.TEHDConfig;
|
|
276
282
|
const VideoTemplateInfoForUpdate = models.VideoTemplateInfoForUpdate;
|
|
277
283
|
const AnimatedGraphicsTemplate = models.AnimatedGraphicsTemplate;
|
|
@@ -286,7 +292,7 @@ const ScheduleAnalysisTaskResult = models.ScheduleAnalysisTaskResult;
|
|
|
286
292
|
const ComposeMediaItem = models.ComposeMediaItem;
|
|
287
293
|
const ScheduleQualityControlTaskResult = models.ScheduleQualityControlTaskResult;
|
|
288
294
|
const TerrorismConfigureInfoForUpdate = models.TerrorismConfigureInfoForUpdate;
|
|
289
|
-
const
|
|
295
|
+
const DescribePersonSamplesRequest = models.DescribePersonSamplesRequest;
|
|
290
296
|
const EnableScheduleResponse = models.EnableScheduleResponse;
|
|
291
297
|
const SecurityGroupInfo = models.SecurityGroupInfo;
|
|
292
298
|
const DeleteAdaptiveDynamicStreamingTemplateResponse = models.DeleteAdaptiveDynamicStreamingTemplateResponse;
|
|
@@ -302,6 +308,7 @@ const RawImageWatermarkInput = models.RawImageWatermarkInput;
|
|
|
302
308
|
const DescribeImageSpriteTemplatesRequest = models.DescribeImageSpriteTemplatesRequest;
|
|
303
309
|
const CreateQualityControlTemplateRequest = models.CreateQualityControlTemplateRequest;
|
|
304
310
|
const AiSampleTagOperation = models.AiSampleTagOperation;
|
|
311
|
+
const RawSmartEraseParameter = models.RawSmartEraseParameter;
|
|
305
312
|
const ScheduleExecRuleTaskResult = models.ScheduleExecRuleTaskResult;
|
|
306
313
|
const CreateAIRecognitionTemplateResponse = models.CreateAIRecognitionTemplateResponse;
|
|
307
314
|
const EditMediaTask = models.EditMediaTask;
|
|
@@ -313,6 +320,7 @@ const AiReviewTerrorismOcrTaskOutput = models.AiReviewTerrorismOcrTaskOutput;
|
|
|
313
320
|
const DescribeAsrHotwordsListResponse = models.DescribeAsrHotwordsListResponse;
|
|
314
321
|
const AiAnalysisResult = models.AiAnalysisResult;
|
|
315
322
|
const SmartSubtitleTaskResultInput = models.SmartSubtitleTaskResultInput;
|
|
323
|
+
const ImageWatermarkInputForUpdate = models.ImageWatermarkInputForUpdate;
|
|
316
324
|
const DescribeAIAnalysisTemplatesRequest = models.DescribeAIAnalysisTemplatesRequest;
|
|
317
325
|
const AiRecognitionTaskOcrWordsResultItem = models.AiRecognitionTaskOcrWordsResultItem;
|
|
318
326
|
const ProcessImageRequest = models.ProcessImageRequest;
|
|
@@ -330,7 +338,8 @@ const DeletePersonSampleResponse = models.DeletePersonSampleResponse;
|
|
|
330
338
|
const CreateSnapshotByTimeOffsetTemplateResponse = models.CreateSnapshotByTimeOffsetTemplateResponse;
|
|
331
339
|
const ExecRuleTaskData = models.ExecRuleTaskData;
|
|
332
340
|
const ModifyContentReviewTemplateRequest = models.ModifyContentReviewTemplateRequest;
|
|
333
|
-
const
|
|
341
|
+
const LiveStreamAiRecognitionResultItem = models.LiveStreamAiRecognitionResultItem;
|
|
342
|
+
const AiAnalysisTaskCoverOutput = models.AiAnalysisTaskCoverOutput;
|
|
334
343
|
const AiContentReviewTaskInput = models.AiContentReviewTaskInput;
|
|
335
344
|
const DeleteScheduleRequest = models.DeleteScheduleRequest;
|
|
336
345
|
const CreateAdaptiveDynamicStreamingTemplateResponse = models.CreateAdaptiveDynamicStreamingTemplateResponse;
|
|
@@ -364,6 +373,7 @@ const AiReviewProhibitedAsrTaskInput = models.AiReviewProhibitedAsrTaskInput;
|
|
|
364
373
|
const DescribeMediaMetaDataResponse = models.DescribeMediaMetaDataResponse;
|
|
365
374
|
const SmartSubtitleTaskAsrFullTextResultOutput = models.SmartSubtitleTaskAsrFullTextResultOutput;
|
|
366
375
|
const TerrorismOcrReviewTemplateInfo = models.TerrorismOcrReviewTemplateInfo;
|
|
376
|
+
const ExtractBlindWatermarkTaskConfig = models.ExtractBlindWatermarkTaskConfig;
|
|
367
377
|
const ImageEncodeConfig = models.ImageEncodeConfig;
|
|
368
378
|
const AiReviewTaskPornResult = models.AiReviewTaskPornResult;
|
|
369
379
|
const AiRecognitionTaskObjectResultOutput = models.AiRecognitionTaskObjectResultOutput;
|
|
@@ -406,6 +416,7 @@ const AsrFullTextConfigureInfo = models.AsrFullTextConfigureInfo;
|
|
|
406
416
|
const ArtifactRepairConfig = models.ArtifactRepairConfig;
|
|
407
417
|
const CreateAIRecognitionTemplateRequest = models.CreateAIRecognitionTemplateRequest;
|
|
408
418
|
const DescribeBatchTaskDetailResponse = models.DescribeBatchTaskDetailResponse;
|
|
419
|
+
const AiAnalysisTaskDubbingInput = models.AiAnalysisTaskDubbingInput;
|
|
409
420
|
const ComposeCanvas = models.ComposeCanvas;
|
|
410
421
|
const AiReviewPornTaskOutput = models.AiReviewPornTaskOutput;
|
|
411
422
|
const CreateWorkflowResponse = models.CreateWorkflowResponse;
|
|
@@ -447,7 +458,7 @@ const AiAnalysisTaskFrameTagInput = models.AiAnalysisTaskFrameTagInput;
|
|
|
447
458
|
const MediaAiAnalysisFrameTagSegmentItem = models.MediaAiAnalysisFrameTagSegmentItem;
|
|
448
459
|
const AiRecognitionTaskAsrWordsResultItem = models.AiRecognitionTaskAsrWordsResultItem;
|
|
449
460
|
const DescribeTaskDetailResponse = models.DescribeTaskDetailResponse;
|
|
450
|
-
const
|
|
461
|
+
const AiAnalysisTaskDubbingResult = models.AiAnalysisTaskDubbingResult;
|
|
451
462
|
const DeleteImageSpriteTemplateRequest = models.DeleteImageSpriteTemplateRequest;
|
|
452
463
|
const LiveScheduleLiveRecordTaskResult = models.LiveScheduleLiveRecordTaskResult;
|
|
453
464
|
const AiSampleFailFaceInfo = models.AiSampleFailFaceInfo;
|
|
@@ -466,6 +477,7 @@ const ModifySnapshotByTimeOffsetTemplateRequest = models.ModifySnapshotByTimeOff
|
|
|
466
477
|
const AsrHotWordsConfigure = models.AsrHotWordsConfigure;
|
|
467
478
|
const ImageAreaBoxInfo = models.ImageAreaBoxInfo;
|
|
468
479
|
const LiveStreamAiReviewResultItem = models.LiveStreamAiReviewResultItem;
|
|
480
|
+
const SmartEraseSubtitleConfig = models.SmartEraseSubtitleConfig;
|
|
469
481
|
const DeleteLiveRecordTemplateResponse = models.DeleteLiveRecordTemplateResponse;
|
|
470
482
|
const DescribeSnapshotByTimeOffsetTemplatesResponse = models.DescribeSnapshotByTimeOffsetTemplatesResponse;
|
|
471
483
|
const MediaVideoStreamItem = models.MediaVideoStreamItem;
|
|
@@ -528,6 +540,7 @@ const AiRecognitionTaskObjectSeqmentItem = models.AiRecognitionTaskObjectSeqment
|
|
|
528
540
|
const ImageDenoiseConfig = models.ImageDenoiseConfig;
|
|
529
541
|
const VideoDenoiseConfig = models.VideoDenoiseConfig;
|
|
530
542
|
const AiRecognitionTaskObjectResult = models.AiRecognitionTaskObjectResult;
|
|
543
|
+
const DisableScheduleRequest = models.DisableScheduleRequest;
|
|
531
544
|
const DescribeAIAnalysisTemplatesResponse = models.DescribeAIAnalysisTemplatesResponse;
|
|
532
545
|
const CreateSnapshotByTimeOffsetTemplateRequest = models.CreateSnapshotByTimeOffsetTemplateRequest;
|
|
533
546
|
const ParseLiveStreamProcessNotificationRequest = models.ParseLiveStreamProcessNotificationRequest;
|
|
@@ -555,6 +568,8 @@ const DeleteSnapshotByTimeOffsetTemplateRequest = models.DeleteSnapshotByTimeOff
|
|
|
555
568
|
const DescribeAnimatedGraphicsTemplatesResponse = models.DescribeAnimatedGraphicsTemplatesResponse;
|
|
556
569
|
const MediaAiAnalysisFrameTagItem = models.MediaAiAnalysisFrameTagItem;
|
|
557
570
|
const ActivityResItem = models.ActivityResItem;
|
|
571
|
+
const LiveActivityResItem = models.LiveActivityResItem;
|
|
572
|
+
const EraseTimeArea = models.EraseTimeArea;
|
|
558
573
|
const SpekeDrm = models.SpekeDrm;
|
|
559
574
|
const AiAnalysisTaskDelLogoResult = models.AiAnalysisTaskDelLogoResult;
|
|
560
575
|
const SampleSnapshotTaskInput = models.SampleSnapshotTaskInput;
|
|
@@ -765,18 +780,20 @@ Instead of initiating a video processing task, this API is used to help generate
|
|
|
765
780
|
}
|
|
766
781
|
|
|
767
782
|
/**
|
|
768
|
-
* This API is used to initiate a processing task for video
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
11. Smart subtitle (such as
|
|
783
|
+
* This API is used to initiate a processing task for URL video links or media files in COS. Features include:.
|
|
784
|
+
This API is used to perform video transcoding, including standard transcoding, TSC transcoding, and audio/video enhancement.
|
|
785
|
+
This API is used to generate animated images.
|
|
786
|
+
This API is used to take screenshots at specified time points.
|
|
787
|
+
This API is used to take sampled screenshots from videos.
|
|
788
|
+
This API is used to take sprite screenshots of videos.
|
|
789
|
+
This API is used to transcode to adaptive bitrate streaming.
|
|
790
|
+
This API is used to perform intelligent content moderation, such as pornography detection and sensitive information detection.
|
|
791
|
+
This API is used to perform intelligent content analysis such as tag, category, cover, frame tag, video splitting, highlight, opening and ending clips, and game tracking.
|
|
792
|
+
This API is used to perform intelligent content recognition such as human face, full text, text keyword, full speech, speech keyword, speech translation, and object recognition.
|
|
793
|
+
This API is used to perform media quality inspection, such as media format diagnosis, audio and video content detection (jitter, blur, low light, overexposure, screen glitch, noise, mosaic, QR code, and other issues), and no-reference scoring.
|
|
794
|
+
11. Smart subtitle (such as ASR, hotword, and speech translation).
|
|
795
|
+
|
|
796
|
+
This API is used to perform intelligent erasure (watermark removal, subtitle removal, privacy protection).
|
|
780
797
|
* @param {ProcessMediaRequest} req
|
|
781
798
|
* @param {function(string, ProcessMediaResponse):void} cb
|
|
782
799
|
* @public
|
|
@@ -1392,18 +1409,23 @@ Note: A workflow is disabled upon creation. You need to manually enable it.
|
|
|
1392
1409
|
}
|
|
1393
1410
|
|
|
1394
1411
|
/**
|
|
1395
|
-
* This API is used to
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1412
|
+
* This API is used to set processing rules for uploaded media files under the specified Bucket directory in COS, including:.
|
|
1413
|
+
This API is used to transcode videos with watermarks.
|
|
1414
|
+
This API is used to generate animated images.
|
|
1415
|
+
This API is used to take screenshots at specified time points.
|
|
1416
|
+
This API is used to take sampled screenshots from videos.
|
|
1417
|
+
This API is used to take sprite screenshots of videos.
|
|
1418
|
+
This API is used to transcode to adaptive bitrate streaming.
|
|
1419
|
+
This API is used to perform intelligent content moderation, including porn detection and sensitive information detection.
|
|
1420
|
+
This API is used to perform intelligent content analysis (tag, category, cover, frame tagging).
|
|
1421
|
+
This API is used to perform intelligent content identification (human face, full text, text keyword, full speech, speech keyword).
|
|
1422
|
+
10. Media quality inspection (live stream format diagnosis, audio and video content detection (jitter, blur, low light, overexposure, black and white edges, black and white screens, screen glitch, noise, mosaic, QR code, and more), and no-reference scoring).
|
|
1423
|
+
|
|
1424
|
+
11. Smart subtitle (full speech, speech hotword, and speech translation).
|
|
1425
|
+
|
|
1426
|
+
This API is used to perform intelligent erasure (watermark removal, subtitle removal, privacy protection).
|
|
1405
1427
|
|
|
1406
|
-
|
|
1428
|
+
This API is used to create an orchestration, which is in disable status by default and requires manual enablement.
|
|
1407
1429
|
* @param {CreateScheduleRequest} req
|
|
1408
1430
|
* @param {function(string, CreateScheduleResponse):void} cb
|
|
1409
1431
|
* @public
|
|
@@ -5140,11 +5140,11 @@ Note: If `Type` is `CUSTOM_NUM` or `CUSTOM_STRING`, this parameter will be an em
|
|
|
5140
5140
|
|
|
5141
5141
|
/**
|
|
5142
5142
|
* The parameter value type.
|
|
5143
|
-
<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li
|
|
5144
|
-
<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li
|
|
5145
|
-
<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li
|
|
5146
|
-
<Li>`CUSTOM_NUM`: (integer) custom value.</li
|
|
5147
|
-
<Li> custom_string: parameter value is user-customized, string type.</li>
|
|
5143
|
+
<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li>
|
|
5144
|
+
<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li>
|
|
5145
|
+
<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li>
|
|
5146
|
+
<Li>`CUSTOM_NUM`: (integer) custom value.</li>
|
|
5147
|
+
<Li> custom_string: parameter value is user-customized, string type.</li>
|
|
5148
5148
|
* @type {string || null}
|
|
5149
5149
|
*/
|
|
5150
5150
|
this.Type = null;
|
|
@@ -23318,13 +23318,13 @@ class JustInTimeTranscodeTemplate extends AbstractModel {
|
|
|
23318
23318
|
this.AudioTemplate = null;
|
|
23319
23319
|
|
|
23320
23320
|
/**
|
|
23321
|
-
* Template creation time. uses [ISO date format](https://www.tencentcloud.
|
|
23321
|
+
* Template creation time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
23322
23322
|
* @type {string || null}
|
|
23323
23323
|
*/
|
|
23324
23324
|
this.CreateTime = null;
|
|
23325
23325
|
|
|
23326
23326
|
/**
|
|
23327
|
-
* Template last modified time. uses [ISO date format](https://www.tencentcloud.
|
|
23327
|
+
* Template last modified time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
23328
23328
|
* @type {string || null}
|
|
23329
23329
|
*/
|
|
23330
23330
|
this.UpdateTime = null;
|
|
@@ -1509,7 +1509,7 @@ For sites connected via the NS, you can query whether the NS is successfully swi
|
|
|
1509
1509
|
|
|
1510
1510
|
/**
|
|
1511
1511
|
* This API is used to create an alias domain name.
|
|
1512
|
-
The feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, please [contact us](https://
|
|
1512
|
+
The feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, please [contact us](https://www.tencentcloud.com/contact-us).
|
|
1513
1513
|
* @param {CreateAliasDomainRequest} req
|
|
1514
1514
|
* @param {function(string, CreateAliasDomainResponse):void} cb
|
|
1515
1515
|
* @public
|
|
@@ -1521,7 +1521,7 @@ The feature is only supported by the enterprise plan and is currently in closed
|
|
|
1521
1521
|
|
|
1522
1522
|
/**
|
|
1523
1523
|
* This API is used to modify the status of an alias domain name.
|
|
1524
|
-
The feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://
|
|
1524
|
+
The feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://www.tencentcloud.com/contact-us).
|
|
1525
1525
|
* @param {ModifyAliasDomainStatusRequest} req
|
|
1526
1526
|
* @param {function(string, ModifyAliasDomainStatusResponse):void} cb
|
|
1527
1527
|
* @public
|
|
@@ -1768,7 +1768,7 @@ Notes:
|
|
|
1768
1768
|
}
|
|
1769
1769
|
|
|
1770
1770
|
/**
|
|
1771
|
-
* This API is used to delete a LoadBalancer. If the LoadBalancer is referenced by other services (for example, Layer-4 proxy), the LoadBalancer cannot be deleted until the reference relationship is removed. The load balancing feature is in beta test. If you need to use it, [contact us](https://
|
|
1771
|
+
* This API is used to delete a LoadBalancer. If the LoadBalancer is referenced by other services (for example, Layer-4 proxy), the LoadBalancer cannot be deleted until the reference relationship is removed. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
|
|
1772
1772
|
* @param {DeleteLoadBalancerRequest} req
|
|
1773
1773
|
* @param {function(string, DeleteLoadBalancerResponse):void} cb
|
|
1774
1774
|
* @public
|
|
@@ -2353,7 +2353,7 @@ Create and bind policy Query instance Reset instance access password.
|
|
|
2353
2353
|
}
|
|
2354
2354
|
|
|
2355
2355
|
/**
|
|
2356
|
-
* This API is used to create a LoadBalancer. For details, see [Quickly Create Load Balancers](https://intl.cloud.tencent.com/document/product/1552/104223?from_cn_redirect=1). The load balancing feature is in beta test. If you need to use it, [contact us](https://
|
|
2356
|
+
* This API is used to create a LoadBalancer. For details, see [Quickly Create Load Balancers](https://intl.cloud.tencent.com/document/product/1552/104223?from_cn_redirect=1). The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
|
|
2357
2357
|
* @param {CreateLoadBalancerRequest} req
|
|
2358
2358
|
* @param {function(string, CreateLoadBalancerResponse):void} cb
|
|
2359
2359
|
* @public
|