tencentcloud-sdk-nodejs-intl-en 3.0.298 → 3.0.302
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/cdb/v20170320/models.js +14 -0
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/gme/v20180711/models.js +7 -0
- package/tencentcloud/monitor/v20180724/models.js +16 -0
- package/tencentcloud/mps/v20190612/models.js +14 -0
- package/tencentcloud/ocr/v20181119/models.js +32 -14
- package/tencentcloud/sqlserver/v20180328/models.js +339 -131
- package/tencentcloud/sqlserver/v20180328/sqlserver_client.js +19 -5
- package/tencentcloud/tcaplusdb/v20190823/models.js +304 -2
- package/tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.js +27 -0
- package/tencentcloud/tcr/v20190924/models.js +1058 -237
- package/tencentcloud/tcr/v20190924/tcr_client.js +94 -23
- package/tencentcloud/vod/v20180717/models.js +598 -279
- package/tencentcloud/vod/v20180717/vod_client.js +76 -19
package/package.json
CHANGED
|
@@ -4005,6 +4005,12 @@ class CreateDBInstanceHourRequest extends AbstractModel {
|
|
|
4005
4005
|
*/
|
|
4006
4006
|
this.AutoSyncFlag = null;
|
|
4007
4007
|
|
|
4008
|
+
/**
|
|
4009
|
+
* Financial cage ID.
|
|
4010
|
+
* @type {string || null}
|
|
4011
|
+
*/
|
|
4012
|
+
this.CageId = null;
|
|
4013
|
+
|
|
4008
4014
|
}
|
|
4009
4015
|
|
|
4010
4016
|
/**
|
|
@@ -4066,6 +4072,7 @@ class CreateDBInstanceHourRequest extends AbstractModel {
|
|
|
4066
4072
|
this.InstanceNodes = 'InstanceNodes' in params ? params.InstanceNodes : null;
|
|
4067
4073
|
this.Cpu = 'Cpu' in params ? params.Cpu : null;
|
|
4068
4074
|
this.AutoSyncFlag = 'AutoSyncFlag' in params ? params.AutoSyncFlag : null;
|
|
4075
|
+
this.CageId = 'CageId' in params ? params.CageId : null;
|
|
4069
4076
|
|
|
4070
4077
|
}
|
|
4071
4078
|
}
|
|
@@ -4702,6 +4709,12 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
4702
4709
|
*/
|
|
4703
4710
|
this.TagKeysForSearch = null;
|
|
4704
4711
|
|
|
4712
|
+
/**
|
|
4713
|
+
* Financial cage IDs.
|
|
4714
|
+
* @type {Array.<string> || null}
|
|
4715
|
+
*/
|
|
4716
|
+
this.CageIds = null;
|
|
4717
|
+
|
|
4705
4718
|
}
|
|
4706
4719
|
|
|
4707
4720
|
/**
|
|
@@ -4738,6 +4751,7 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
4738
4751
|
this.WithMaster = 'WithMaster' in params ? params.WithMaster : null;
|
|
4739
4752
|
this.DeployGroupIds = 'DeployGroupIds' in params ? params.DeployGroupIds : null;
|
|
4740
4753
|
this.TagKeysForSearch = 'TagKeysForSearch' in params ? params.TagKeysForSearch : null;
|
|
4754
|
+
this.CageIds = 'CageIds' in params ? params.CageIds : null;
|
|
4741
4755
|
|
|
4742
4756
|
}
|
|
4743
4757
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.302";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1006,6 +1006,12 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
1006
1006
|
*/
|
|
1007
1007
|
this.Status = null;
|
|
1008
1008
|
|
|
1009
|
+
/**
|
|
1010
|
+
* ID of the application submitted for detection
|
|
1011
|
+
* @type {number || null}
|
|
1012
|
+
*/
|
|
1013
|
+
this.BizId = null;
|
|
1014
|
+
|
|
1009
1015
|
}
|
|
1010
1016
|
|
|
1011
1017
|
/**
|
|
@@ -1035,6 +1041,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
1035
1041
|
this.TaskId = 'TaskId' in params ? params.TaskId : null;
|
|
1036
1042
|
this.Url = 'Url' in params ? params.Url : null;
|
|
1037
1043
|
this.Status = 'Status' in params ? params.Status : null;
|
|
1044
|
+
this.BizId = 'BizId' in params ? params.BizId : null;
|
|
1038
1045
|
|
|
1039
1046
|
}
|
|
1040
1047
|
}
|
|
@@ -4396,6 +4396,20 @@ class MetricSet extends AbstractModel {
|
|
|
4396
4396
|
*/
|
|
4397
4397
|
this.Dimensions = null;
|
|
4398
4398
|
|
|
4399
|
+
/**
|
|
4400
|
+
* Metric name (in Chinese).
|
|
4401
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
4402
|
+
* @type {string || null}
|
|
4403
|
+
*/
|
|
4404
|
+
this.MetricCName = null;
|
|
4405
|
+
|
|
4406
|
+
/**
|
|
4407
|
+
* Metric name (in English).
|
|
4408
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
4409
|
+
* @type {string || null}
|
|
4410
|
+
*/
|
|
4411
|
+
this.MetricEName = null;
|
|
4412
|
+
|
|
4399
4413
|
}
|
|
4400
4414
|
|
|
4401
4415
|
/**
|
|
@@ -4434,6 +4448,8 @@ class MetricSet extends AbstractModel {
|
|
|
4434
4448
|
this.Dimensions.push(obj);
|
|
4435
4449
|
}
|
|
4436
4450
|
}
|
|
4451
|
+
this.MetricCName = 'MetricCName' in params ? params.MetricCName : null;
|
|
4452
|
+
this.MetricEName = 'MetricEName' in params ? params.MetricEName : null;
|
|
4437
4453
|
|
|
4438
4454
|
}
|
|
4439
4455
|
}
|
|
@@ -6498,6 +6498,18 @@ class LiveStreamTaskNotifyConfig extends AbstractModel {
|
|
|
6498
6498
|
*/
|
|
6499
6499
|
this.TopicName = null;
|
|
6500
6500
|
|
|
6501
|
+
/**
|
|
6502
|
+
* Notification type, `CMQ` by default. If this parameter is set to `URL`, HTTP callbacks are sent to the URL specified by `NotifyUrl`.
|
|
6503
|
+
* @type {string || null}
|
|
6504
|
+
*/
|
|
6505
|
+
this.NotifyType = null;
|
|
6506
|
+
|
|
6507
|
+
/**
|
|
6508
|
+
* HTTP callback URL, required if `NotifyType` is set to `URL`
|
|
6509
|
+
* @type {string || null}
|
|
6510
|
+
*/
|
|
6511
|
+
this.NotifyUrl = null;
|
|
6512
|
+
|
|
6501
6513
|
}
|
|
6502
6514
|
|
|
6503
6515
|
/**
|
|
@@ -6511,6 +6523,8 @@ class LiveStreamTaskNotifyConfig extends AbstractModel {
|
|
|
6511
6523
|
this.CmqRegion = 'CmqRegion' in params ? params.CmqRegion : null;
|
|
6512
6524
|
this.QueueName = 'QueueName' in params ? params.QueueName : null;
|
|
6513
6525
|
this.TopicName = 'TopicName' in params ? params.TopicName : null;
|
|
6526
|
+
this.NotifyType = 'NotifyType' in params ? params.NotifyType : null;
|
|
6527
|
+
this.NotifyUrl = 'NotifyUrl' in params ? params.NotifyUrl : null;
|
|
6514
6528
|
|
|
6515
6529
|
}
|
|
6516
6530
|
}
|
|
@@ -46,6 +46,12 @@ We recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can gu
|
|
|
46
46
|
*/
|
|
47
47
|
this.IsWords = null;
|
|
48
48
|
|
|
49
|
+
/**
|
|
50
|
+
* Whether to slice the input image to enhance the recognition effects for scenarios where the whole image is big, but the size of a single character is small (e.g., test papers). This feature is disabled by default.
|
|
51
|
+
* @type {boolean || null}
|
|
52
|
+
*/
|
|
53
|
+
this.EnableDetectSplit = null;
|
|
54
|
+
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
/**
|
|
@@ -58,6 +64,7 @@ We recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can gu
|
|
|
58
64
|
this.ImageBase64 = 'ImageBase64' in params ? params.ImageBase64 : null;
|
|
59
65
|
this.ImageUrl = 'ImageUrl' in params ? params.ImageUrl : null;
|
|
60
66
|
this.IsWords = 'IsWords' in params ? params.IsWords : null;
|
|
67
|
+
this.EnableDetectSplit = 'EnableDetectSplit' in params ? params.EnableDetectSplit : null;
|
|
61
68
|
|
|
62
69
|
}
|
|
63
70
|
}
|
|
@@ -668,7 +675,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
668
675
|
|
|
669
676
|
/**
|
|
670
677
|
* Image quality value, which is returned when `EnableQualityValue` is set to `true`. The smaller the value, the less clear the image is. Value range: 0−100 (a threshold greater than or equal to 50 is recommended.)
|
|
671
|
-
Note:
|
|
678
|
+
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
672
679
|
* @type {number || null}
|
|
673
680
|
*/
|
|
674
681
|
this.QualityValue = null;
|
|
@@ -1316,21 +1323,32 @@ We recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can gu
|
|
|
1316
1323
|
this.Scene = null;
|
|
1317
1324
|
|
|
1318
1325
|
/**
|
|
1319
|
-
* Language to
|
|
1326
|
+
* Language to recognize
|
|
1320
1327
|
The language can be automatically recognized or manually specified. Chinese-English mix (`zh`) is selected by default. Mixed characters in English and each supported language can be recognized together.
|
|
1321
1328
|
Valid values:
|
|
1322
|
-
zh
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1329
|
+
`zh`: Chinese-English mix
|
|
1330
|
+
`zh_rare`: supports letters, digits, rare Chinese characters, Traditional Chinese characters, special characters, etc.
|
|
1331
|
+
`auto`
|
|
1332
|
+
`mix`: language mix
|
|
1333
|
+
`jap`: Japanese
|
|
1334
|
+
`kor`: Korean
|
|
1335
|
+
`spa`: Spanish
|
|
1336
|
+
`fre`: French
|
|
1337
|
+
`ger`: German
|
|
1338
|
+
`por`: Portuguese
|
|
1339
|
+
`vie`: Vietnamese
|
|
1340
|
+
`may`: Malay
|
|
1341
|
+
`rus`: Russian
|
|
1342
|
+
`ita`: Italian
|
|
1343
|
+
`hol`: Dutch
|
|
1344
|
+
`swe`: Swedish
|
|
1345
|
+
`fin`: Finnish
|
|
1346
|
+
`dan`: Danish
|
|
1347
|
+
`nor`: Norwegian
|
|
1348
|
+
`hun`: Hungarian
|
|
1349
|
+
`tha`: Thai
|
|
1350
|
+
`hi`: Hindi
|
|
1351
|
+
`ara`: Arabic
|
|
1334
1352
|
* @type {string || null}
|
|
1335
1353
|
*/
|
|
1336
1354
|
this.LanguageType = null;
|