tencentcloud-sdk-nodejs-intl-en 3.0.1298 → 3.0.1300
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/common/sdk_version.js +1 -1
- package/tencentcloud/mdl/v20200326/models.js +28 -14
- package/tencentcloud/monitor/v20180724/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +1822 -120
- package/tencentcloud/mps/v20190612/mps_client.js +17 -0
- package/tencentcloud/vod/v20180717/vod_client.js +3 -3
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1300";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -45,7 +45,7 @@ class DeleteStreamLiveChannelResponse extends AbstractModel {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* VideoEnhanceSetting
|
|
49
49
|
* @class
|
|
50
50
|
*/
|
|
51
51
|
class VideoEnhanceSetting extends AbstractModel {
|
|
@@ -53,13 +53,13 @@ class VideoEnhanceSetting extends AbstractModel {
|
|
|
53
53
|
super();
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Video enhancement types, optional: "GameEnhance", "ColorEnhance", "Debur", "Comprehensive", "Denoising", "SR", "OutdoorSportsCompetitions", "IndoorSportsCompetitions", "ShowEnhance"
|
|
57
57
|
* @type {string || null}
|
|
58
58
|
*/
|
|
59
59
|
this.Type = null;
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* Video enhancement intensity, 0-1.0, granularity 0.1
|
|
63
63
|
* @type {number || null}
|
|
64
64
|
*/
|
|
65
65
|
this.Strength = null;
|
|
@@ -1490,13 +1490,13 @@ Valid values: `6000`, `7000`, `8000`, `10000`, `12000`, `14000`, `16000`, `20000
|
|
|
1490
1490
|
this.AudioTracks = null;
|
|
1491
1491
|
|
|
1492
1492
|
/**
|
|
1493
|
-
*
|
|
1493
|
+
* Do you want to enable video enhancement? 1: Enable 0: Do not enable.
|
|
1494
1494
|
* @type {number || null}
|
|
1495
1495
|
*/
|
|
1496
1496
|
this.VideoEnhanceEnabled = null;
|
|
1497
1497
|
|
|
1498
1498
|
/**
|
|
1499
|
-
*
|
|
1499
|
+
* Video enhancement configuration array.
|
|
1500
1500
|
* @type {Array.<VideoEnhanceSetting> || null}
|
|
1501
1501
|
*/
|
|
1502
1502
|
this.VideoEnhanceSettings = null;
|
|
@@ -1519,6 +1519,12 @@ Valid values: `6000`, `7000`, `8000`, `10000`, `12000`, `14000`, `16000`, `20000
|
|
|
1519
1519
|
*/
|
|
1520
1520
|
this.ColorSpaceSettings = null;
|
|
1521
1521
|
|
|
1522
|
+
/**
|
|
1523
|
+
* Traceability watermark.
|
|
1524
|
+
* @type {Array.<string> || null}
|
|
1525
|
+
*/
|
|
1526
|
+
this.ForensicWatermarkIds = null;
|
|
1527
|
+
|
|
1522
1528
|
}
|
|
1523
1529
|
|
|
1524
1530
|
/**
|
|
@@ -1604,6 +1610,7 @@ Valid values: `6000`, `7000`, `8000`, `10000`, `12000`, `14000`, `16000`, `20000
|
|
|
1604
1610
|
obj.deserialize(params.ColorSpaceSettings)
|
|
1605
1611
|
this.ColorSpaceSettings = obj;
|
|
1606
1612
|
}
|
|
1613
|
+
this.ForensicWatermarkIds = 'ForensicWatermarkIds' in params ? params.ForensicWatermarkIds : null;
|
|
1607
1614
|
|
|
1608
1615
|
}
|
|
1609
1616
|
}
|
|
@@ -2617,7 +2624,7 @@ class UrlInputInfo extends AbstractModel {
|
|
|
2617
2624
|
super();
|
|
2618
2625
|
|
|
2619
2626
|
/**
|
|
2620
|
-
*
|
|
2627
|
+
* Video URL, starting with http/https, supports up to 512 characters, currently only supports complete single file videos, does not support streaming formats based on playlists and segments (such as HLS or DASH)
|
|
2621
2628
|
* @type {string || null}
|
|
2622
2629
|
*/
|
|
2623
2630
|
this.Url = null;
|
|
@@ -3397,13 +3404,13 @@ Note: This field may return `null`, indicating that no valid value was found.
|
|
|
3397
3404
|
this.VideoCodecDetails = null;
|
|
3398
3405
|
|
|
3399
3406
|
/**
|
|
3400
|
-
*
|
|
3407
|
+
* Video enhancement switch, 1: on 0: off.
|
|
3401
3408
|
* @type {number || null}
|
|
3402
3409
|
*/
|
|
3403
3410
|
this.VideoEnhanceEnabled = null;
|
|
3404
3411
|
|
|
3405
3412
|
/**
|
|
3406
|
-
*
|
|
3413
|
+
* Video enhancement parameter array.
|
|
3407
3414
|
* @type {Array.<VideoEnhanceSetting> || null}
|
|
3408
3415
|
*/
|
|
3409
3416
|
this.VideoEnhanceSettings = null;
|
|
@@ -3414,6 +3421,12 @@ Note: This field may return `null`, indicating that no valid value was found.
|
|
|
3414
3421
|
*/
|
|
3415
3422
|
this.ColorSpaceSettings = null;
|
|
3416
3423
|
|
|
3424
|
+
/**
|
|
3425
|
+
* Traceability watermark.
|
|
3426
|
+
* @type {Array.<string> || null}
|
|
3427
|
+
*/
|
|
3428
|
+
this.ForensicWatermarkIds = null;
|
|
3429
|
+
|
|
3417
3430
|
}
|
|
3418
3431
|
|
|
3419
3432
|
/**
|
|
@@ -3467,6 +3480,7 @@ Note: This field may return `null`, indicating that no valid value was found.
|
|
|
3467
3480
|
obj.deserialize(params.ColorSpaceSettings)
|
|
3468
3481
|
this.ColorSpaceSettings = obj;
|
|
3469
3482
|
}
|
|
3483
|
+
this.ForensicWatermarkIds = 'ForensicWatermarkIds' in params ? params.ForensicWatermarkIds : null;
|
|
3470
3484
|
|
|
3471
3485
|
}
|
|
3472
3486
|
}
|
|
@@ -7374,7 +7388,7 @@ class StartStreamLiveChannelRequest extends AbstractModel {
|
|
|
7374
7388
|
}
|
|
7375
7389
|
|
|
7376
7390
|
/**
|
|
7377
|
-
*
|
|
7391
|
+
* AB watermark configuration.
|
|
7378
7392
|
* @class
|
|
7379
7393
|
*/
|
|
7380
7394
|
class AbWatermarkSettingsReq extends AbstractModel {
|
|
@@ -7382,7 +7396,7 @@ class AbWatermarkSettingsReq extends AbstractModel {
|
|
|
7382
7396
|
super();
|
|
7383
7397
|
|
|
7384
7398
|
/**
|
|
7385
|
-
*
|
|
7399
|
+
* Optional values: A/B.
|
|
7386
7400
|
* @type {string || null}
|
|
7387
7401
|
*/
|
|
7388
7402
|
this.Type = null;
|
|
@@ -8648,13 +8662,13 @@ class DescribeTextSettings extends AbstractModel {
|
|
|
8648
8662
|
this.Location = null;
|
|
8649
8663
|
|
|
8650
8664
|
/**
|
|
8651
|
-
* The watermark image
|
|
8665
|
+
* The watermark image's horizontal distance from the origin as a percentage of the video width
|
|
8652
8666
|
* @type {number || null}
|
|
8653
8667
|
*/
|
|
8654
8668
|
this.XPos = null;
|
|
8655
8669
|
|
|
8656
8670
|
/**
|
|
8657
|
-
* The watermark image
|
|
8671
|
+
* The watermark image's vertical distance from the origin as a percentage of the video height
|
|
8658
8672
|
* @type {number || null}
|
|
8659
8673
|
*/
|
|
8660
8674
|
this.YPos = null;
|
|
@@ -9373,13 +9387,13 @@ class TaskNotifyConfig extends AbstractModel {
|
|
|
9373
9387
|
super();
|
|
9374
9388
|
|
|
9375
9389
|
/**
|
|
9376
|
-
*
|
|
9390
|
+
* Notification type. Currently only supports URLs
|
|
9377
9391
|
* @type {string || null}
|
|
9378
9392
|
*/
|
|
9379
9393
|
this.Type = null;
|
|
9380
9394
|
|
|
9381
9395
|
/**
|
|
9382
|
-
*
|
|
9396
|
+
* Callback URL. Starting with http/https, supporting a maximum of 512 characters
|
|
9383
9397
|
* @type {string || null}
|
|
9384
9398
|
*/
|
|
9385
9399
|
this.NotifyUrl = null;
|
|
@@ -9756,7 +9756,7 @@ class CreatePrometheusAgentResponse extends AbstractModel {
|
|
|
9756
9756
|
this.AgentId = null;
|
|
9757
9757
|
|
|
9758
9758
|
/**
|
|
9759
|
-
* The unique request ID,
|
|
9759
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9760
9760
|
* @type {string || null}
|
|
9761
9761
|
*/
|
|
9762
9762
|
this.RequestId = null;
|