tencentcloud-sdk-nodejs-iai 4.0.314 → 4.0.315
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 +102 -0
- package/SERVICE_CHANGELOG.md +173 -30
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/services/iai/v20180301/iai_models.ts +41 -41
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +41 -41
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,105 @@
|
|
|
1
|
+
# Release 4.0.315
|
|
2
|
+
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 25 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-24 23:15:57
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
16
|
+
|
|
17
|
+
* 新增入参:FilterInstanceIdList
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
|
|
23
|
+
|
|
24
|
+
* 新增成员:ServiceBandWidth
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
30
|
+
|
|
31
|
+
### 第 38 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2022-03-24 20:38:18
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
新增接口:
|
|
40
|
+
|
|
41
|
+
* [DescribeSecurityEventStat](https://cloud.tencent.com/document/api/296/71661)
|
|
42
|
+
|
|
43
|
+
新增数据结构:
|
|
44
|
+
|
|
45
|
+
* [EventStat](https://cloud.tencent.com/document/api/296/19867#EventStat)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
50
|
+
|
|
51
|
+
### 第 37 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2022-03-24 23:20:33
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改数据结构:
|
|
60
|
+
|
|
61
|
+
* [ParamDesc](https://cloud.tencent.com/document/api/557/16142#ParamDesc)
|
|
62
|
+
|
|
63
|
+
* 新增成员:NeedRestart
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
69
|
+
|
|
70
|
+
### 第 34 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2022-03-24 20:42:49
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
修改数据结构:
|
|
79
|
+
|
|
80
|
+
* [ParamDesc](https://cloud.tencent.com/document/api/237/16191#ParamDesc)
|
|
81
|
+
|
|
82
|
+
* 新增成员:NeedRestart
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
88
|
+
|
|
89
|
+
### 第 31 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-03-24 20:46:23
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
新增接口:
|
|
98
|
+
|
|
99
|
+
* [ResetRocketMQConsumerOffSet](https://cloud.tencent.com/document/api/1179/71662)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
1
103
|
# Release 4.0.314
|
|
2
104
|
|
|
3
105
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,67 +1,102 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 25 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-24
|
|
7
|
+
发布时间:2022-03-24 23:15:57
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
16
|
+
|
|
17
|
+
* 新增入参:FilterInstanceIdList
|
|
14
18
|
|
|
15
|
-
* [OpenBankApprovalGuideInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankApprovalGuideInfo)
|
|
16
19
|
|
|
17
20
|
修改数据结构:
|
|
18
21
|
|
|
19
|
-
* [
|
|
22
|
+
* [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
|
|
20
23
|
|
|
21
|
-
* 新增成员:
|
|
24
|
+
* 新增成员:ServiceBandWidth
|
|
22
25
|
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
|
|
26
|
-
##
|
|
29
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
27
30
|
|
|
28
|
-
### 第
|
|
31
|
+
### 第 38 次发布
|
|
29
32
|
|
|
30
|
-
发布时间:2022-03-24
|
|
33
|
+
发布时间:2022-03-24 20:38:18
|
|
31
34
|
|
|
32
35
|
本次发布包含了以下内容:
|
|
33
36
|
|
|
34
37
|
改善已有的文档。
|
|
35
38
|
|
|
36
|
-
|
|
39
|
+
新增接口:
|
|
37
40
|
|
|
38
|
-
* [
|
|
41
|
+
* [DescribeSecurityEventStat](https://cloud.tencent.com/document/api/296/71661)
|
|
39
42
|
|
|
40
|
-
|
|
43
|
+
新增数据结构:
|
|
41
44
|
|
|
42
|
-
* [
|
|
45
|
+
* [EventStat](https://cloud.tencent.com/document/api/296/19867#EventStat)
|
|
43
46
|
|
|
44
|
-
* 新增出参:VIP, VPort
|
|
45
47
|
|
|
46
|
-
* [DescribeInstances](https://cloud.tencent.com/document/api/239/20018)
|
|
47
48
|
|
|
48
|
-
|
|
49
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
49
50
|
|
|
50
|
-
|
|
51
|
+
### 第 37 次发布
|
|
51
52
|
|
|
52
|
-
|
|
53
|
+
发布时间:2022-03-24 23:20:33
|
|
53
54
|
|
|
54
|
-
|
|
55
|
+
本次发布包含了以下内容:
|
|
55
56
|
|
|
56
|
-
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改数据结构:
|
|
60
|
+
|
|
61
|
+
* [ParamDesc](https://cloud.tencent.com/document/api/557/16142#ParamDesc)
|
|
62
|
+
|
|
63
|
+
* 新增成员:NeedRestart
|
|
57
64
|
|
|
58
65
|
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
69
|
+
|
|
70
|
+
### 第 34 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2022-03-24 20:42:49
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
59
78
|
修改数据结构:
|
|
60
79
|
|
|
61
|
-
* [
|
|
80
|
+
* [ParamDesc](https://cloud.tencent.com/document/api/237/16191#ParamDesc)
|
|
62
81
|
|
|
63
|
-
* 新增成员:
|
|
82
|
+
* 新增成员:NeedRestart
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
88
|
+
|
|
89
|
+
### 第 31 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-03-24 20:46:23
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
新增接口:
|
|
64
98
|
|
|
99
|
+
* [ResetRocketMQConsumerOffSet](https://cloud.tencent.com/document/api/1179/71662)
|
|
65
100
|
|
|
66
101
|
|
|
67
102
|
|
|
@@ -1295,6 +1330,28 @@
|
|
|
1295
1330
|
|
|
1296
1331
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1297
1332
|
|
|
1333
|
+
### 第 25 次发布
|
|
1334
|
+
|
|
1335
|
+
发布时间:2022-03-24 23:15:57
|
|
1336
|
+
|
|
1337
|
+
本次发布包含了以下内容:
|
|
1338
|
+
|
|
1339
|
+
改善已有的文档。
|
|
1340
|
+
|
|
1341
|
+
修改接口:
|
|
1342
|
+
|
|
1343
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1344
|
+
|
|
1345
|
+
* 新增入参:FilterInstanceIdList
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
修改数据结构:
|
|
1349
|
+
|
|
1350
|
+
* [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
|
|
1351
|
+
|
|
1352
|
+
* 新增成员:ServiceBandWidth
|
|
1353
|
+
|
|
1354
|
+
|
|
1298
1355
|
### 第 24 次发布
|
|
1299
1356
|
|
|
1300
1357
|
发布时间:2022-03-15 08:03:22
|
|
@@ -19130,7 +19187,7 @@
|
|
|
19130
19187
|
|
|
19131
19188
|
新增数据结构:
|
|
19132
19189
|
|
|
19133
|
-
* [
|
|
19190
|
+
* [OpenBankApprovalGuideInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankApprovalGuideInfo)
|
|
19134
19191
|
|
|
19135
19192
|
修改数据结构:
|
|
19136
19193
|
|
|
@@ -22363,6 +22420,22 @@
|
|
|
22363
22420
|
|
|
22364
22421
|
## 主机安全(cwp) 版本:2018-02-28
|
|
22365
22422
|
|
|
22423
|
+
### 第 38 次发布
|
|
22424
|
+
|
|
22425
|
+
发布时间:2022-03-24 20:38:18
|
|
22426
|
+
|
|
22427
|
+
本次发布包含了以下内容:
|
|
22428
|
+
|
|
22429
|
+
改善已有的文档。
|
|
22430
|
+
|
|
22431
|
+
新增接口:
|
|
22432
|
+
|
|
22433
|
+
* [[DescribeSecurityEventStat](https://cloud.tencent.com/document/api/296/71661)](https://cloud.tencent.com/document/api/#/#)
|
|
22434
|
+
|
|
22435
|
+
新增数据结构:
|
|
22436
|
+
|
|
22437
|
+
* [[EventStat](https://cloud.tencent.com/document/api/296/19867#EventStat)](https://cloud.tencent.com/document/api/296/19867#[EventStat](https://cloud.tencent.com/document/api/296/19867#EventStat))
|
|
22438
|
+
|
|
22366
22439
|
### 第 37 次发布
|
|
22367
22440
|
|
|
22368
22441
|
发布时间:2022-01-10 08:08:49
|
|
@@ -23783,6 +23856,22 @@
|
|
|
23783
23856
|
|
|
23784
23857
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
23785
23858
|
|
|
23859
|
+
### 第 15 次发布
|
|
23860
|
+
|
|
23861
|
+
发布时间:2022-03-24 17:50:45
|
|
23862
|
+
|
|
23863
|
+
本次发布包含了以下内容:
|
|
23864
|
+
|
|
23865
|
+
改善已有的文档。
|
|
23866
|
+
|
|
23867
|
+
新增接口:
|
|
23868
|
+
|
|
23869
|
+
* [CreateAccounts](https://cloud.tencent.com/document/api/1003/71660)
|
|
23870
|
+
|
|
23871
|
+
新增数据结构:
|
|
23872
|
+
|
|
23873
|
+
* [NewAccount](https://cloud.tencent.com/document/api/1003/48097#NewAccount)
|
|
23874
|
+
|
|
23786
23875
|
### 第 14 次发布
|
|
23787
23876
|
|
|
23788
23877
|
发布时间:2022-02-18 08:07:59
|
|
@@ -25511,6 +25600,21 @@
|
|
|
25511
25600
|
|
|
25512
25601
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
25513
25602
|
|
|
25603
|
+
### 第 37 次发布
|
|
25604
|
+
|
|
25605
|
+
发布时间:2022-03-24 23:20:33
|
|
25606
|
+
|
|
25607
|
+
本次发布包含了以下内容:
|
|
25608
|
+
|
|
25609
|
+
改善已有的文档。
|
|
25610
|
+
|
|
25611
|
+
修改数据结构:
|
|
25612
|
+
|
|
25613
|
+
* [ParamDesc](https://cloud.tencent.com/document/api/557/16142#ParamDesc)
|
|
25614
|
+
|
|
25615
|
+
* 新增成员:NeedRestart
|
|
25616
|
+
|
|
25617
|
+
|
|
25514
25618
|
### 第 36 次发布
|
|
25515
25619
|
|
|
25516
25620
|
发布时间:2022-03-01 08:05:34
|
|
@@ -34949,8 +35053,8 @@
|
|
|
34949
35053
|
|
|
34950
35054
|
新增接口:
|
|
34951
35055
|
|
|
34952
|
-
* [AnalyzeDenseLandmarks](https://cloud.tencent.com/document/api
|
|
34953
|
-
* [DetectFaceAttributes](https://cloud.tencent.com/document/api
|
|
35056
|
+
* [AnalyzeDenseLandmarks](https://cloud.tencent.com/document/api/867/71634)
|
|
35057
|
+
* [DetectFaceAttributes](https://cloud.tencent.com/document/api/867/71629)
|
|
34954
35058
|
|
|
34955
35059
|
新增数据结构:
|
|
34956
35060
|
|
|
@@ -34975,10 +35079,10 @@
|
|
|
34975
35079
|
|
|
34976
35080
|
新增接口:
|
|
34977
35081
|
|
|
34978
|
-
* [GetUpgradeGroupFaceModelVersionJobList](https://cloud.tencent.com/document/api
|
|
34979
|
-
* [GetUpgradeGroupFaceModelVersionResult](https://cloud.tencent.com/document/api
|
|
34980
|
-
* [RevertGroupFaceModelVersion](https://cloud.tencent.com/document/api
|
|
34981
|
-
* [UpgradeGroupFaceModelVersion](https://cloud.tencent.com/document/api
|
|
35082
|
+
* [GetUpgradeGroupFaceModelVersionJobList](https://cloud.tencent.com/document/api/867/71633)
|
|
35083
|
+
* [GetUpgradeGroupFaceModelVersionResult](https://cloud.tencent.com/document/api/867/71632)
|
|
35084
|
+
* [RevertGroupFaceModelVersion](https://cloud.tencent.com/document/api/867/71631)
|
|
35085
|
+
* [UpgradeGroupFaceModelVersion](https://cloud.tencent.com/document/api/867/71630)
|
|
34982
35086
|
|
|
34983
35087
|
新增数据结构:
|
|
34984
35088
|
|
|
@@ -42213,6 +42317,21 @@
|
|
|
42213
42317
|
|
|
42214
42318
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
42215
42319
|
|
|
42320
|
+
### 第 34 次发布
|
|
42321
|
+
|
|
42322
|
+
发布时间:2022-03-24 20:42:49
|
|
42323
|
+
|
|
42324
|
+
本次发布包含了以下内容:
|
|
42325
|
+
|
|
42326
|
+
改善已有的文档。
|
|
42327
|
+
|
|
42328
|
+
修改数据结构:
|
|
42329
|
+
|
|
42330
|
+
* [ParamDesc](https://cloud.tencent.com/document/api/237/16191#ParamDesc)
|
|
42331
|
+
|
|
42332
|
+
* 新增成员:NeedRestart
|
|
42333
|
+
|
|
42334
|
+
|
|
42216
42335
|
### 第 33 次发布
|
|
42217
42336
|
|
|
42218
42337
|
发布时间:2022-03-01 08:09:32
|
|
@@ -47042,6 +47161,18 @@
|
|
|
47042
47161
|
|
|
47043
47162
|
## 文字识别(ocr) 版本:2018-11-19
|
|
47044
47163
|
|
|
47164
|
+
### 第 64 次发布
|
|
47165
|
+
|
|
47166
|
+
发布时间:2022-03-24 17:13:23
|
|
47167
|
+
|
|
47168
|
+
本次发布包含了以下内容:
|
|
47169
|
+
|
|
47170
|
+
改善已有的文档。
|
|
47171
|
+
|
|
47172
|
+
新增接口:
|
|
47173
|
+
|
|
47174
|
+
* [RecognizeTravelCardOCR](https://cloud.tencent.com/document/api/866/71657)
|
|
47175
|
+
|
|
47045
47176
|
### 第 63 次发布
|
|
47046
47177
|
|
|
47047
47178
|
发布时间:2022-03-18 08:15:31
|
|
@@ -59388,6 +59519,18 @@
|
|
|
59388
59519
|
|
|
59389
59520
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
59390
59521
|
|
|
59522
|
+
### 第 31 次发布
|
|
59523
|
+
|
|
59524
|
+
发布时间:2022-03-24 20:46:23
|
|
59525
|
+
|
|
59526
|
+
本次发布包含了以下内容:
|
|
59527
|
+
|
|
59528
|
+
改善已有的文档。
|
|
59529
|
+
|
|
59530
|
+
新增接口:
|
|
59531
|
+
|
|
59532
|
+
* [[ResetRocketMQConsumerOffSet](https://cloud.tencent.com/document/api/1179/71662)](https://cloud.tencent.com/document/api/#/#)
|
|
59533
|
+
|
|
59391
59534
|
### 第 30 次发布
|
|
59392
59535
|
|
|
59393
59536
|
发布时间:2022-03-03 08:12:23
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-03-14 08:04:51 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-21 08:06:03 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-24 23:15:57 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-24 17:32:45 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-24 08:09:21 |
|
|
54
54
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
55
55
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-23 08:04:21 |
|
|
56
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-
|
|
56
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-03-24 20:38:18 |
|
|
57
57
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
58
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-
|
|
58
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-24 17:50:45 |
|
|
59
59
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
60
60
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
|
|
61
61
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
62
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-
|
|
62
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-24 23:20:33 |
|
|
63
63
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-22 08:08:11 |
|
|
64
64
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
65
65
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
|
|
104
104
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-03-10 08:11:43 |
|
|
105
105
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
|
|
106
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-
|
|
106
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-24 20:42:32 |
|
|
107
107
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
108
108
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
109
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-23
|
|
109
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-24 23:24:17 |
|
|
110
110
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
|
111
111
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-03-22 11:40:43 |
|
|
112
112
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-18 08:15:22 |
|
|
122
122
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
123
123
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
|
|
124
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-
|
|
124
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-24 17:13:23 |
|
|
125
125
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
|
|
126
126
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-15 08:13:28 |
|
|
127
127
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-24 08:15:42 |
|
|
132
132
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
133
133
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
134
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-
|
|
135
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-
|
|
134
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-24 20:44:23 |
|
|
135
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-24 17:41:54 |
|
|
136
136
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-23 08:11:08 |
|
|
137
137
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-03-17 08:11:49 |
|
|
138
138
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-23 08:12:32 |
|
|
162
162
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
|
|
163
163
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
|
|
164
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-
|
|
164
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-24 20:46:23 |
|
|
165
165
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-09 08:17:24 |
|
|
166
166
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
|
|
167
167
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
186
186
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
187
187
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-23 08:14:23 |
|
|
188
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-
|
|
188
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-24 17:45:21 |
|
|
189
189
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
190
190
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
191
191
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -95,22 +95,22 @@ export interface DetectFaceAttributesResponse {
|
|
|
95
95
|
/**
|
|
96
96
|
* 请求的图片宽度。
|
|
97
97
|
*/
|
|
98
|
-
ImageWidth
|
|
98
|
+
ImageWidth: number
|
|
99
99
|
|
|
100
100
|
/**
|
|
101
101
|
* 请求的图片高度。
|
|
102
102
|
*/
|
|
103
|
-
ImageHeight
|
|
103
|
+
ImageHeight: number
|
|
104
104
|
|
|
105
105
|
/**
|
|
106
106
|
* 人脸信息列表。
|
|
107
107
|
*/
|
|
108
|
-
FaceDetailInfos
|
|
108
|
+
FaceDetailInfos: Array<FaceDetailInfo>
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* 人脸识别所用的算法模型版本。
|
|
112
112
|
*/
|
|
113
|
-
FaceModelVersion
|
|
113
|
+
FaceModelVersion: string
|
|
114
114
|
|
|
115
115
|
/**
|
|
116
116
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -243,12 +243,12 @@ export interface CreateFaceResponse {
|
|
|
243
243
|
/**
|
|
244
244
|
* 加入成功的人脸数量
|
|
245
245
|
*/
|
|
246
|
-
SucFaceNum
|
|
246
|
+
SucFaceNum: number
|
|
247
247
|
|
|
248
248
|
/**
|
|
249
249
|
* 加入成功的人脸ID列表
|
|
250
250
|
*/
|
|
251
|
-
SucFaceIds
|
|
251
|
+
SucFaceIds: Array<string>
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* 每张人脸图片添加结果,-1101 代表未检测到人脸,-1102 代表图片解码失败,
|
|
@@ -256,23 +256,23 @@ export interface CreateFaceResponse {
|
|
|
256
256
|
其他非 0 值代表算法服务异常。
|
|
257
257
|
RetCode的顺序和入参中 Images 或 Urls 的顺序一致。
|
|
258
258
|
*/
|
|
259
|
-
RetCode
|
|
259
|
+
RetCode: Array<number>
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
262
|
* 加入成功的人脸索引。索引顺序和入参中 Images 或 Urls 的顺序一致。
|
|
263
263
|
例, Urls 中 有 3 个 url,第二个 url 失败,则 SucIndexes 值为 [0,2] 。
|
|
264
264
|
*/
|
|
265
|
-
SucIndexes
|
|
265
|
+
SucIndexes: Array<number>
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
268
|
* 加入成功的人脸框位置。顺序和入参中 Images 或 Urls 的顺序一致。
|
|
269
269
|
*/
|
|
270
|
-
SucFaceRects
|
|
270
|
+
SucFaceRects: Array<FaceRect>
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
273
|
* 人脸识别所用的算法模型版本。
|
|
274
274
|
*/
|
|
275
|
-
FaceModelVersion
|
|
275
|
+
FaceModelVersion: string
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
278
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -472,8 +472,8 @@ export interface CheckSimilarPersonRequest {
|
|
|
472
472
|
|
|
473
473
|
/**
|
|
474
474
|
* 人员查重整理力度的控制。
|
|
475
|
-
1
|
|
476
|
-
2
|
|
475
|
+
1:力度较高的人员整理,能够消除更多的重复身份,对应稍高的非重复身份误清除率;
|
|
476
|
+
2:力度较低的人员整理,非重复身份的误清除率较低,对应稍低的重复身份消除率。
|
|
477
477
|
*/
|
|
478
478
|
UniquePersonControl: number
|
|
479
479
|
}
|
|
@@ -684,17 +684,17 @@ export interface SearchFacesResponse {
|
|
|
684
684
|
/**
|
|
685
685
|
* 识别结果。
|
|
686
686
|
*/
|
|
687
|
-
Results
|
|
687
|
+
Results: Array<Result>
|
|
688
688
|
|
|
689
689
|
/**
|
|
690
690
|
* 搜索的人员库中包含的人脸数。
|
|
691
691
|
*/
|
|
692
|
-
FaceNum
|
|
692
|
+
FaceNum: number
|
|
693
693
|
|
|
694
694
|
/**
|
|
695
695
|
* 人脸识别所用的算法模型版本。
|
|
696
696
|
*/
|
|
697
|
-
FaceModelVersion
|
|
697
|
+
FaceModelVersion: string
|
|
698
698
|
|
|
699
699
|
/**
|
|
700
700
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -790,18 +790,18 @@ export interface DetectLiveFaceResponse {
|
|
|
790
790
|
* 活体打分,取值范围 [0,100],分数一般落于[80, 100]区间内,0分也为常见值。推荐相大于 87 时可判断为活体。可根据具体场景自行调整阈值。
|
|
791
791
|
本字段当且仅当FaceModelVersion为2.0时才具备参考意义。
|
|
792
792
|
*/
|
|
793
|
-
Score
|
|
793
|
+
Score: number
|
|
794
794
|
|
|
795
795
|
/**
|
|
796
796
|
* 人脸识别所用的算法模型版本。
|
|
797
797
|
*/
|
|
798
|
-
FaceModelVersion
|
|
798
|
+
FaceModelVersion: string
|
|
799
799
|
|
|
800
800
|
/**
|
|
801
801
|
* 活体检测是否通过。
|
|
802
802
|
本字段只有FaceModelVersion为3.0时才具备参考意义。
|
|
803
803
|
*/
|
|
804
|
-
IsLiveness
|
|
804
|
+
IsLiveness: boolean
|
|
805
805
|
|
|
806
806
|
/**
|
|
807
807
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -971,18 +971,18 @@ export interface SearchPersonsResponse {
|
|
|
971
971
|
/**
|
|
972
972
|
* 识别结果。
|
|
973
973
|
*/
|
|
974
|
-
Results
|
|
974
|
+
Results: Array<Result>
|
|
975
975
|
|
|
976
976
|
/**
|
|
977
977
|
* 搜索的人员库中包含的人员数。若输入图片中所有人脸均不符合质量要求,则返回0。
|
|
978
978
|
*/
|
|
979
|
-
PersonNum
|
|
979
|
+
PersonNum: number
|
|
980
980
|
|
|
981
981
|
/**
|
|
982
982
|
* 人脸识别所用的算法模型版本。
|
|
983
983
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
984
984
|
*/
|
|
985
|
-
FaceModelVersion
|
|
985
|
+
FaceModelVersion: string
|
|
986
986
|
|
|
987
987
|
/**
|
|
988
988
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1083,17 +1083,17 @@ export interface SearchFacesReturnsByGroupResponse {
|
|
|
1083
1083
|
/**
|
|
1084
1084
|
* 搜索的人员库中包含的人脸数。
|
|
1085
1085
|
*/
|
|
1086
|
-
FaceNum
|
|
1086
|
+
FaceNum: number
|
|
1087
1087
|
|
|
1088
1088
|
/**
|
|
1089
1089
|
* 识别结果。
|
|
1090
1090
|
*/
|
|
1091
|
-
ResultsReturnsByGroup
|
|
1091
|
+
ResultsReturnsByGroup: Array<ResultsReturnsByGroup>
|
|
1092
1092
|
|
|
1093
1093
|
/**
|
|
1094
1094
|
* 人脸识别所用的算法模型版本。
|
|
1095
1095
|
*/
|
|
1096
|
-
FaceModelVersion
|
|
1096
|
+
FaceModelVersion: string
|
|
1097
1097
|
|
|
1098
1098
|
/**
|
|
1099
1099
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2161,22 +2161,22 @@ export interface AnalyzeFaceResponse {
|
|
|
2161
2161
|
/**
|
|
2162
2162
|
* 请求的图片宽度。
|
|
2163
2163
|
*/
|
|
2164
|
-
ImageWidth
|
|
2164
|
+
ImageWidth: number
|
|
2165
2165
|
|
|
2166
2166
|
/**
|
|
2167
2167
|
* 请求的图片高度。
|
|
2168
2168
|
*/
|
|
2169
|
-
ImageHeight
|
|
2169
|
+
ImageHeight: number
|
|
2170
2170
|
|
|
2171
2171
|
/**
|
|
2172
2172
|
* 五官定位(人脸关键点)具体信息。
|
|
2173
2173
|
*/
|
|
2174
|
-
FaceShapeSet
|
|
2174
|
+
FaceShapeSet: Array<FaceShape>
|
|
2175
2175
|
|
|
2176
2176
|
/**
|
|
2177
2177
|
* 人脸识别所用的算法模型版本。
|
|
2178
2178
|
*/
|
|
2179
|
-
FaceModelVersion
|
|
2179
|
+
FaceModelVersion: string
|
|
2180
2180
|
|
|
2181
2181
|
/**
|
|
2182
2182
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2328,13 +2328,13 @@ export interface GetGroupListResponse {
|
|
|
2328
2328
|
/**
|
|
2329
2329
|
* 返回的人员库信息
|
|
2330
2330
|
*/
|
|
2331
|
-
GroupInfos
|
|
2331
|
+
GroupInfos: Array<GroupInfo>
|
|
2332
2332
|
|
|
2333
2333
|
/**
|
|
2334
2334
|
* 人员库总数量
|
|
2335
2335
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2336
2336
|
*/
|
|
2337
|
-
GroupNum
|
|
2337
|
+
GroupNum: number
|
|
2338
2338
|
|
|
2339
2339
|
/**
|
|
2340
2340
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2444,12 +2444,12 @@ export interface CompareFaceResponse {
|
|
|
2444
2444
|
2.0版本误识率千分之一对应分数为70分,误识率万分之一对应分数为80分,误识率十万分之一对应分数为90分。 一般超过80分则可认定为同一人。
|
|
2445
2445
|
若需要验证两张图片中的人脸是否为同一人,建议使用人脸验证接口。
|
|
2446
2446
|
*/
|
|
2447
|
-
Score
|
|
2447
|
+
Score: number
|
|
2448
2448
|
|
|
2449
2449
|
/**
|
|
2450
2450
|
* 人脸识别所用的算法模型版本。
|
|
2451
2451
|
*/
|
|
2452
|
-
FaceModelVersion
|
|
2452
|
+
FaceModelVersion: string
|
|
2453
2453
|
|
|
2454
2454
|
/**
|
|
2455
2455
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2494,17 +2494,17 @@ export interface VerifyFaceResponse {
|
|
|
2494
2494
|
若需要验证两张图片中人脸是否为同一人,3.0版本误识率千分之一对应分数为40分,误识率万分之一对应分数为50分,误识率十万分之一对应分数为60分。 一般超过50分则可认定为同一人。
|
|
2495
2495
|
2.0版本误识率千分之一对应分数为70分,误识率万分之一对应分数为80分,误识率十万分之一对应分数为90分。 一般超过80分则可认定为同一人。
|
|
2496
2496
|
*/
|
|
2497
|
-
Score
|
|
2497
|
+
Score: number
|
|
2498
2498
|
|
|
2499
2499
|
/**
|
|
2500
2500
|
* 是否为同一人的判断。
|
|
2501
2501
|
*/
|
|
2502
|
-
IsMatch
|
|
2502
|
+
IsMatch: boolean
|
|
2503
2503
|
|
|
2504
2504
|
/**
|
|
2505
2505
|
* 人脸识别所用的算法模型版本。
|
|
2506
2506
|
*/
|
|
2507
|
-
FaceModelVersion
|
|
2507
|
+
FaceModelVersion: string
|
|
2508
2508
|
|
|
2509
2509
|
/**
|
|
2510
2510
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2673,17 +2673,17 @@ export interface DetectFaceResponse {
|
|
|
2673
2673
|
/**
|
|
2674
2674
|
* 请求的图片宽度。
|
|
2675
2675
|
*/
|
|
2676
|
-
ImageWidth
|
|
2676
|
+
ImageWidth: number
|
|
2677
2677
|
|
|
2678
2678
|
/**
|
|
2679
2679
|
* 请求的图片高度。
|
|
2680
2680
|
*/
|
|
2681
|
-
ImageHeight
|
|
2681
|
+
ImageHeight: number
|
|
2682
2682
|
|
|
2683
2683
|
/**
|
|
2684
2684
|
* 人脸信息列表。包含人脸坐标信息、属性信息(若需要)、质量分信息(若需要)。
|
|
2685
2685
|
*/
|
|
2686
|
-
FaceInfos
|
|
2686
|
+
FaceInfos: Array<FaceInfo>
|
|
2687
2687
|
|
|
2688
2688
|
/**
|
|
2689
2689
|
* 人脸识别服务所用的算法模型版本。
|
|
@@ -2696,7 +2696,7 @@ export interface DetectFaceResponse {
|
|
|
2696
2696
|
|
|
2697
2697
|
不同算法模型版本对应的人脸识别算法不同,新版本的整体效果会优于旧版本,建议使用“3.0”版本。
|
|
2698
2698
|
*/
|
|
2699
|
-
FaceModelVersion
|
|
2699
|
+
FaceModelVersion: string
|
|
2700
2700
|
|
|
2701
2701
|
/**
|
|
2702
2702
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2711,7 +2711,7 @@ export interface CheckSimilarPersonResponse {
|
|
|
2711
2711
|
/**
|
|
2712
2712
|
* 查重任务ID,用于查询、获取查重的进度和结果。
|
|
2713
2713
|
*/
|
|
2714
|
-
JobId
|
|
2714
|
+
JobId: string
|
|
2715
2715
|
|
|
2716
2716
|
/**
|
|
2717
2717
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2993,7 +2993,7 @@ export interface CreateGroupResponse {
|
|
|
2993
2993
|
/**
|
|
2994
2994
|
* 人脸识别所用的算法模型版本。
|
|
2995
2995
|
*/
|
|
2996
|
-
FaceModelVersion
|
|
2996
|
+
FaceModelVersion: string
|
|
2997
2997
|
|
|
2998
2998
|
/**
|
|
2999
2999
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -68,19 +68,19 @@ export interface DetectFaceAttributesResponse {
|
|
|
68
68
|
/**
|
|
69
69
|
* 请求的图片宽度。
|
|
70
70
|
*/
|
|
71
|
-
ImageWidth
|
|
71
|
+
ImageWidth: number;
|
|
72
72
|
/**
|
|
73
73
|
* 请求的图片高度。
|
|
74
74
|
*/
|
|
75
|
-
ImageHeight
|
|
75
|
+
ImageHeight: number;
|
|
76
76
|
/**
|
|
77
77
|
* 人脸信息列表。
|
|
78
78
|
*/
|
|
79
|
-
FaceDetailInfos
|
|
79
|
+
FaceDetailInfos: Array<FaceDetailInfo>;
|
|
80
80
|
/**
|
|
81
81
|
* 人脸识别所用的算法模型版本。
|
|
82
82
|
*/
|
|
83
|
-
FaceModelVersion
|
|
83
|
+
FaceModelVersion: string;
|
|
84
84
|
/**
|
|
85
85
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
86
86
|
*/
|
|
@@ -195,31 +195,31 @@ export interface CreateFaceResponse {
|
|
|
195
195
|
/**
|
|
196
196
|
* 加入成功的人脸数量
|
|
197
197
|
*/
|
|
198
|
-
SucFaceNum
|
|
198
|
+
SucFaceNum: number;
|
|
199
199
|
/**
|
|
200
200
|
* 加入成功的人脸ID列表
|
|
201
201
|
*/
|
|
202
|
-
SucFaceIds
|
|
202
|
+
SucFaceIds: Array<string>;
|
|
203
203
|
/**
|
|
204
204
|
* 每张人脸图片添加结果,-1101 代表未检测到人脸,-1102 代表图片解码失败,
|
|
205
205
|
-1601代表不符合图片质量控制要求, -1604 代表人脸相似度没有超过FaceMatchThreshold。
|
|
206
206
|
其他非 0 值代表算法服务异常。
|
|
207
207
|
RetCode的顺序和入参中 Images 或 Urls 的顺序一致。
|
|
208
208
|
*/
|
|
209
|
-
RetCode
|
|
209
|
+
RetCode: Array<number>;
|
|
210
210
|
/**
|
|
211
211
|
* 加入成功的人脸索引。索引顺序和入参中 Images 或 Urls 的顺序一致。
|
|
212
212
|
例, Urls 中 有 3 个 url,第二个 url 失败,则 SucIndexes 值为 [0,2] 。
|
|
213
213
|
*/
|
|
214
|
-
SucIndexes
|
|
214
|
+
SucIndexes: Array<number>;
|
|
215
215
|
/**
|
|
216
216
|
* 加入成功的人脸框位置。顺序和入参中 Images 或 Urls 的顺序一致。
|
|
217
217
|
*/
|
|
218
|
-
SucFaceRects
|
|
218
|
+
SucFaceRects: Array<FaceRect>;
|
|
219
219
|
/**
|
|
220
220
|
* 人脸识别所用的算法模型版本。
|
|
221
221
|
*/
|
|
222
|
-
FaceModelVersion
|
|
222
|
+
FaceModelVersion: string;
|
|
223
223
|
/**
|
|
224
224
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
225
225
|
*/
|
|
@@ -393,8 +393,8 @@ export interface CheckSimilarPersonRequest {
|
|
|
393
393
|
GroupIds: Array<string>;
|
|
394
394
|
/**
|
|
395
395
|
* 人员查重整理力度的控制。
|
|
396
|
-
1
|
|
397
|
-
2
|
|
396
|
+
1:力度较高的人员整理,能够消除更多的重复身份,对应稍高的非重复身份误清除率;
|
|
397
|
+
2:力度较低的人员整理,非重复身份的误清除率较低,对应稍低的重复身份消除率。
|
|
398
398
|
*/
|
|
399
399
|
UniquePersonControl: number;
|
|
400
400
|
}
|
|
@@ -576,15 +576,15 @@ export interface SearchFacesResponse {
|
|
|
576
576
|
/**
|
|
577
577
|
* 识别结果。
|
|
578
578
|
*/
|
|
579
|
-
Results
|
|
579
|
+
Results: Array<Result>;
|
|
580
580
|
/**
|
|
581
581
|
* 搜索的人员库中包含的人脸数。
|
|
582
582
|
*/
|
|
583
|
-
FaceNum
|
|
583
|
+
FaceNum: number;
|
|
584
584
|
/**
|
|
585
585
|
* 人脸识别所用的算法模型版本。
|
|
586
586
|
*/
|
|
587
|
-
FaceModelVersion
|
|
587
|
+
FaceModelVersion: string;
|
|
588
588
|
/**
|
|
589
589
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
590
590
|
*/
|
|
@@ -667,16 +667,16 @@ export interface DetectLiveFaceResponse {
|
|
|
667
667
|
* 活体打分,取值范围 [0,100],分数一般落于[80, 100]区间内,0分也为常见值。推荐相大于 87 时可判断为活体。可根据具体场景自行调整阈值。
|
|
668
668
|
本字段当且仅当FaceModelVersion为2.0时才具备参考意义。
|
|
669
669
|
*/
|
|
670
|
-
Score
|
|
670
|
+
Score: number;
|
|
671
671
|
/**
|
|
672
672
|
* 人脸识别所用的算法模型版本。
|
|
673
673
|
*/
|
|
674
|
-
FaceModelVersion
|
|
674
|
+
FaceModelVersion: string;
|
|
675
675
|
/**
|
|
676
676
|
* 活体检测是否通过。
|
|
677
677
|
本字段只有FaceModelVersion为3.0时才具备参考意义。
|
|
678
678
|
*/
|
|
679
|
-
IsLiveness
|
|
679
|
+
IsLiveness: boolean;
|
|
680
680
|
/**
|
|
681
681
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
682
682
|
*/
|
|
@@ -825,16 +825,16 @@ export interface SearchPersonsResponse {
|
|
|
825
825
|
/**
|
|
826
826
|
* 识别结果。
|
|
827
827
|
*/
|
|
828
|
-
Results
|
|
828
|
+
Results: Array<Result>;
|
|
829
829
|
/**
|
|
830
830
|
* 搜索的人员库中包含的人员数。若输入图片中所有人脸均不符合质量要求,则返回0。
|
|
831
831
|
*/
|
|
832
|
-
PersonNum
|
|
832
|
+
PersonNum: number;
|
|
833
833
|
/**
|
|
834
834
|
* 人脸识别所用的算法模型版本。
|
|
835
835
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
836
836
|
*/
|
|
837
|
-
FaceModelVersion
|
|
837
|
+
FaceModelVersion: string;
|
|
838
838
|
/**
|
|
839
839
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
840
840
|
*/
|
|
@@ -922,15 +922,15 @@ export interface SearchFacesReturnsByGroupResponse {
|
|
|
922
922
|
/**
|
|
923
923
|
* 搜索的人员库中包含的人脸数。
|
|
924
924
|
*/
|
|
925
|
-
FaceNum
|
|
925
|
+
FaceNum: number;
|
|
926
926
|
/**
|
|
927
927
|
* 识别结果。
|
|
928
928
|
*/
|
|
929
|
-
ResultsReturnsByGroup
|
|
929
|
+
ResultsReturnsByGroup: Array<ResultsReturnsByGroup>;
|
|
930
930
|
/**
|
|
931
931
|
* 人脸识别所用的算法模型版本。
|
|
932
932
|
*/
|
|
933
|
-
FaceModelVersion
|
|
933
|
+
FaceModelVersion: string;
|
|
934
934
|
/**
|
|
935
935
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
936
936
|
*/
|
|
@@ -1845,19 +1845,19 @@ export interface AnalyzeFaceResponse {
|
|
|
1845
1845
|
/**
|
|
1846
1846
|
* 请求的图片宽度。
|
|
1847
1847
|
*/
|
|
1848
|
-
ImageWidth
|
|
1848
|
+
ImageWidth: number;
|
|
1849
1849
|
/**
|
|
1850
1850
|
* 请求的图片高度。
|
|
1851
1851
|
*/
|
|
1852
|
-
ImageHeight
|
|
1852
|
+
ImageHeight: number;
|
|
1853
1853
|
/**
|
|
1854
1854
|
* 五官定位(人脸关键点)具体信息。
|
|
1855
1855
|
*/
|
|
1856
|
-
FaceShapeSet
|
|
1856
|
+
FaceShapeSet: Array<FaceShape>;
|
|
1857
1857
|
/**
|
|
1858
1858
|
* 人脸识别所用的算法模型版本。
|
|
1859
1859
|
*/
|
|
1860
|
-
FaceModelVersion
|
|
1860
|
+
FaceModelVersion: string;
|
|
1861
1861
|
/**
|
|
1862
1862
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1863
1863
|
*/
|
|
@@ -1989,12 +1989,12 @@ export interface GetGroupListResponse {
|
|
|
1989
1989
|
/**
|
|
1990
1990
|
* 返回的人员库信息
|
|
1991
1991
|
*/
|
|
1992
|
-
GroupInfos
|
|
1992
|
+
GroupInfos: Array<GroupInfo>;
|
|
1993
1993
|
/**
|
|
1994
1994
|
* 人员库总数量
|
|
1995
1995
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1996
1996
|
*/
|
|
1997
|
-
GroupNum
|
|
1997
|
+
GroupNum: number;
|
|
1998
1998
|
/**
|
|
1999
1999
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2000
2000
|
*/
|
|
@@ -2089,11 +2089,11 @@ export interface CompareFaceResponse {
|
|
|
2089
2089
|
2.0版本误识率千分之一对应分数为70分,误识率万分之一对应分数为80分,误识率十万分之一对应分数为90分。 一般超过80分则可认定为同一人。
|
|
2090
2090
|
若需要验证两张图片中的人脸是否为同一人,建议使用人脸验证接口。
|
|
2091
2091
|
*/
|
|
2092
|
-
Score
|
|
2092
|
+
Score: number;
|
|
2093
2093
|
/**
|
|
2094
2094
|
* 人脸识别所用的算法模型版本。
|
|
2095
2095
|
*/
|
|
2096
|
-
FaceModelVersion
|
|
2096
|
+
FaceModelVersion: string;
|
|
2097
2097
|
/**
|
|
2098
2098
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2099
2099
|
*/
|
|
@@ -2133,15 +2133,15 @@ export interface VerifyFaceResponse {
|
|
|
2133
2133
|
若需要验证两张图片中人脸是否为同一人,3.0版本误识率千分之一对应分数为40分,误识率万分之一对应分数为50分,误识率十万分之一对应分数为60分。 一般超过50分则可认定为同一人。
|
|
2134
2134
|
2.0版本误识率千分之一对应分数为70分,误识率万分之一对应分数为80分,误识率十万分之一对应分数为90分。 一般超过80分则可认定为同一人。
|
|
2135
2135
|
*/
|
|
2136
|
-
Score
|
|
2136
|
+
Score: number;
|
|
2137
2137
|
/**
|
|
2138
2138
|
* 是否为同一人的判断。
|
|
2139
2139
|
*/
|
|
2140
|
-
IsMatch
|
|
2140
|
+
IsMatch: boolean;
|
|
2141
2141
|
/**
|
|
2142
2142
|
* 人脸识别所用的算法模型版本。
|
|
2143
2143
|
*/
|
|
2144
|
-
FaceModelVersion
|
|
2144
|
+
FaceModelVersion: string;
|
|
2145
2145
|
/**
|
|
2146
2146
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2147
2147
|
*/
|
|
@@ -2287,15 +2287,15 @@ export interface DetectFaceResponse {
|
|
|
2287
2287
|
/**
|
|
2288
2288
|
* 请求的图片宽度。
|
|
2289
2289
|
*/
|
|
2290
|
-
ImageWidth
|
|
2290
|
+
ImageWidth: number;
|
|
2291
2291
|
/**
|
|
2292
2292
|
* 请求的图片高度。
|
|
2293
2293
|
*/
|
|
2294
|
-
ImageHeight
|
|
2294
|
+
ImageHeight: number;
|
|
2295
2295
|
/**
|
|
2296
2296
|
* 人脸信息列表。包含人脸坐标信息、属性信息(若需要)、质量分信息(若需要)。
|
|
2297
2297
|
*/
|
|
2298
|
-
FaceInfos
|
|
2298
|
+
FaceInfos: Array<FaceInfo>;
|
|
2299
2299
|
/**
|
|
2300
2300
|
* 人脸识别服务所用的算法模型版本。
|
|
2301
2301
|
|
|
@@ -2307,7 +2307,7 @@ export interface DetectFaceResponse {
|
|
|
2307
2307
|
|
|
2308
2308
|
不同算法模型版本对应的人脸识别算法不同,新版本的整体效果会优于旧版本,建议使用“3.0”版本。
|
|
2309
2309
|
*/
|
|
2310
|
-
FaceModelVersion
|
|
2310
|
+
FaceModelVersion: string;
|
|
2311
2311
|
/**
|
|
2312
2312
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2313
2313
|
*/
|
|
@@ -2320,7 +2320,7 @@ export interface CheckSimilarPersonResponse {
|
|
|
2320
2320
|
/**
|
|
2321
2321
|
* 查重任务ID,用于查询、获取查重的进度和结果。
|
|
2322
2322
|
*/
|
|
2323
|
-
JobId
|
|
2323
|
+
JobId: string;
|
|
2324
2324
|
/**
|
|
2325
2325
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2326
2326
|
*/
|
|
@@ -2563,7 +2563,7 @@ export interface CreateGroupResponse {
|
|
|
2563
2563
|
/**
|
|
2564
2564
|
* 人脸识别所用的算法模型版本。
|
|
2565
2565
|
*/
|
|
2566
|
-
FaceModelVersion
|
|
2566
|
+
FaceModelVersion: string;
|
|
2567
2567
|
/**
|
|
2568
2568
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2569
2569
|
*/
|