tencentcloud-sdk-nodejs 4.0.345 → 4.0.346

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +82 -0
  2. package/SERVICE_CHANGELOG.md +92 -58
  3. package/package.json +1 -1
  4. package/products.md +7 -7
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ccc/v20200210/ccc_models.ts +5 -0
  7. package/src/services/cfg/v20210820/cfg_models.ts +1 -1
  8. package/src/services/domain/v20180808/domain_models.ts +5 -0
  9. package/src/services/iai/v20180301/iai_models.ts +1 -1
  10. package/src/services/iai/v20200303/iai_models.ts +1 -1
  11. package/src/services/mps/v20190612/mps_client.ts +4 -4
  12. package/src/services/mps/v20190612/mps_models.ts +164 -100
  13. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  14. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  15. package/src/services/tcm/v20210413/tcm_models.ts +15 -0
  16. package/tencentcloud/common/sdk_version.d.ts +1 -1
  17. package/tencentcloud/common/sdk_version.js +1 -1
  18. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  19. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
  20. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -0
  21. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
  22. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  23. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +4 -4
  24. package/tencentcloud/services/mps/v20190612/mps_client.js +4 -4
  25. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +154 -99
  26. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  27. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +13 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,85 @@
1
+ # Release 4.0.346
2
+
3
+ ## 云呼叫中心(ccc) 版本:2020-02-10
4
+
5
+ ### 第 25 次发布
6
+
7
+ 发布时间:2022-05-24 06:07:44
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [AutoCalloutTaskInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskInfo)
16
+
17
+ * 新增成员:TaskId
18
+
19
+
20
+
21
+
22
+ ## 域名注册(domain) 版本:2018-08-08
23
+
24
+ ### 第 20 次发布
25
+
26
+ 发布时间:2022-05-24 06:11:36
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [ModifyDomainOwnerBatch](https://cloud.tencent.com/document/api/242/49196)
35
+
36
+ * 新增入参:NewOwnerAppId
37
+
38
+
39
+
40
+
41
+ ## 视频处理(mps) 版本:2019-06-12
42
+
43
+ ### 第 39 次发布
44
+
45
+ 发布时间:2022-05-24 06:15:50
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [AiRecognitionTaskFaceResultItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskFaceResultItem)
54
+
55
+ * 新增成员:Gender, Birthday, Profession, SchoolOfGraduation, Abstract, PlaceOfBirth, PersonType, Remark, Url
56
+
57
+
58
+
59
+
60
+ ## 服务网格(tcm) 版本:2021-04-13
61
+
62
+ ### 第 8 次发布
63
+
64
+ 发布时间:2022-05-24 06:18:55
65
+
66
+ 本次发布包含了以下内容:
67
+
68
+ 改善已有的文档。
69
+
70
+ 新增数据结构:
71
+
72
+ * [TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin)
73
+
74
+ 修改数据结构:
75
+
76
+ * [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
77
+
78
+ * 新增成员:Zipkin
79
+
80
+
81
+
82
+
1
83
  # Release 4.0.345
2
84
 
3
85
  ## 云拨测(cat) 版本:2018-04-09
@@ -1,111 +1,81 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云拨测(cat) 版本:2018-04-09
3
+ ## 云呼叫中心(ccc) 版本:2020-02-10
4
4
 
5
- ### 第 9 次发布
5
+ ### 第 25 次发布
6
6
 
7
- 发布时间:2022-05-23 06:03:34
7
+ 发布时间:2022-05-24 06:07:44
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
14
-
15
- * [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
16
-
17
- * 新增入参:ClientNum
18
-
19
- * 新增出参:TaskIDs
20
-
21
-
22
13
  修改数据结构:
23
14
 
24
- * [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
15
+ * [AutoCalloutTaskInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskInfo)
25
16
 
26
- * 新增成员:CodeType, NodeDefineStatus
17
+ * 新增成员:TaskId
27
18
 
28
19
 
29
20
 
30
21
 
31
- ## 云服务器(cvm) 版本:2017-03-12
22
+ ## 域名注册(domain) 版本:2018-08-08
32
23
 
33
- ### 第 83 次发布
24
+ ### 第 20 次发布
34
25
 
35
- 发布时间:2022-05-23 06:05:51
26
+ 发布时间:2022-05-24 06:11:36
36
27
 
37
28
  本次发布包含了以下内容:
38
29
 
39
30
  改善已有的文档。
40
31
 
41
- 修改数据结构:
42
-
43
- * [HostResource](https://cloud.tencent.com/document/api/213/15753#HostResource)
44
-
45
- * 新增成员:GpuTotal, GpuAvailable
46
-
47
-
48
-
49
-
50
- ## 弹性 MapReduce(emr) 版本:2019-01-03
51
-
52
- ### 第 32 次发布
53
-
54
- 发布时间:2022-05-23 06:08:01
55
-
56
- 本次发布包含了以下内容:
32
+ 修改接口:
57
33
 
58
- 改善已有的文档。
34
+ * [ModifyDomainOwnerBatch](https://cloud.tencent.com/document/api/242/49196)
59
35
 
60
- 新增接口:
36
+ * 新增入参:NewOwnerAppId
61
37
 
62
- * [DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)
63
38
 
64
39
 
65
40
 
66
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
41
+ ## 视频处理(mps) 版本:2019-06-12
67
42
 
68
- ### 第 17 次发布
43
+ ### 第 39 次发布
69
44
 
70
- 发布时间:2022-05-23 06:11:33
45
+ 发布时间:2022-05-24 06:15:50
71
46
 
72
47
  本次发布包含了以下内容:
73
48
 
74
49
  改善已有的文档。
75
50
 
76
- 新增接口:
51
+ 修改数据结构:
77
52
 
78
- * [CheckSavepoint](https://cloud.tencent.com/document/api/849/74227)
79
- * [DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)
53
+ * [AiRecognitionTaskFaceResultItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskFaceResultItem)
80
54
 
81
- 新增数据结构:
55
+ * 新增成员:Gender, Birthday, Profession, SchoolOfGraduation, Abstract, PlaceOfBirth, PersonType, Remark, Url
82
56
 
83
- * [Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)
84
57
 
85
58
 
86
59
 
87
- ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
60
+ ## 服务网格(tcm) 版本:2021-04-13
88
61
 
89
- ### 第 32 次发布
62
+ ### 第 8 次发布
90
63
 
91
- 发布时间:2022-05-23 06:12:44
64
+ 发布时间:2022-05-24 06:18:55
92
65
 
93
66
  本次发布包含了以下内容:
94
67
 
95
68
  改善已有的文档。
96
69
 
97
- 修改接口:
98
-
99
- * [DescribeReadOnlyGroupByReadOnlyInstance](https://cloud.tencent.com/document/api/238/46773)
100
-
101
- * 新增出参:MasterRegionId
70
+ 新增数据结构:
102
71
 
72
+ * [TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin)
103
73
 
104
74
  修改数据结构:
105
75
 
106
- * [ReadOnlyInstance](https://cloud.tencent.com/document/api/238/19976#ReadOnlyInstance)
76
+ * [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
107
77
 
108
- * 新增成员:RegionId, ZoneId
78
+ * 新增成员:Zipkin
109
79
 
110
80
 
111
81
 
@@ -9895,6 +9865,21 @@
9895
9865
 
9896
9866
  ## 云呼叫中心(ccc) 版本:2020-02-10
9897
9867
 
9868
+ ### 第 25 次发布
9869
+
9870
+ 发布时间:2022-05-24 06:07:44
9871
+
9872
+ 本次发布包含了以下内容:
9873
+
9874
+ 改善已有的文档。
9875
+
9876
+ 修改数据结构:
9877
+
9878
+ * [AutoCalloutTaskInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskInfo)
9879
+
9880
+ * 新增成员:TaskId
9881
+
9882
+
9898
9883
  ### 第 24 次发布
9899
9884
 
9900
9885
  发布时间:2022-04-15 06:03:13
@@ -28675,6 +28660,21 @@
28675
28660
 
28676
28661
  ## 域名注册(domain) 版本:2018-08-08
28677
28662
 
28663
+ ### 第 20 次发布
28664
+
28665
+ 发布时间:2022-05-24 06:11:36
28666
+
28667
+ 本次发布包含了以下内容:
28668
+
28669
+ 改善已有的文档。
28670
+
28671
+ 修改接口:
28672
+
28673
+ * [ModifyDomainOwnerBatch](https://cloud.tencent.com/document/api/242/49196)
28674
+
28675
+ * 新增入参:NewOwnerAppId
28676
+
28677
+
28678
28678
  ### 第 19 次发布
28679
28679
 
28680
28680
  发布时间:2022-04-21 06:11:32
@@ -31864,7 +31864,7 @@
31864
31864
 
31865
31865
  新增接口:
31866
31866
 
31867
- * [[DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)](https://cloud.tencent.com/document/api/#/#)
31867
+ * [DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)
31868
31868
 
31869
31869
  ### 第 31 次发布
31870
31870
 
@@ -47403,6 +47403,21 @@
47403
47403
 
47404
47404
  ## 视频处理(mps) 版本:2019-06-12
47405
47405
 
47406
+ ### 第 39 次发布
47407
+
47408
+ 发布时间:2022-05-24 06:15:50
47409
+
47410
+ 本次发布包含了以下内容:
47411
+
47412
+ 改善已有的文档。
47413
+
47414
+ 修改数据结构:
47415
+
47416
+ * [AiRecognitionTaskFaceResultItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskFaceResultItem)
47417
+
47418
+ * 新增成员:Gender, Birthday, Profession, SchoolOfGraduation, Abstract, PlaceOfBirth, PersonType, Remark, Url
47419
+
47420
+
47406
47421
  ### 第 38 次发布
47407
47422
 
47408
47423
  发布时间:2022-05-11 06:13:00
@@ -49567,12 +49582,12 @@
49567
49582
 
49568
49583
  新增接口:
49569
49584
 
49570
- * [[CheckSavepoint](https://cloud.tencent.com/document/api/849/74227)](https://cloud.tencent.com/document/api/#/#)
49571
- * [[DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)](https://cloud.tencent.com/document/api/#/#)
49585
+ * [CheckSavepoint](https://cloud.tencent.com/document/api/849/74227)
49586
+ * [DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)
49572
49587
 
49573
49588
  新增数据结构:
49574
49589
 
49575
- * [[Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)](https://cloud.tencent.com/document/api/849/52010#[Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint))
49590
+ * [Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)
49576
49591
 
49577
49592
  ### 第 16 次发布
49578
49593
 
@@ -61262,6 +61277,25 @@
61262
61277
 
61263
61278
  ## 服务网格(tcm) 版本:2021-04-13
61264
61279
 
61280
+ ### 第 8 次发布
61281
+
61282
+ 发布时间:2022-05-24 06:18:55
61283
+
61284
+ 本次发布包含了以下内容:
61285
+
61286
+ 改善已有的文档。
61287
+
61288
+ 新增数据结构:
61289
+
61290
+ * [[TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin)](https://cloud.tencent.com/document/api/1261/63843#[TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin))
61291
+
61292
+ 修改数据结构:
61293
+
61294
+ * [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
61295
+
61296
+ * 新增成员:Zipkin
61297
+
61298
+
61265
61299
  ### 第 7 次发布
61266
61300
 
61267
61301
  发布时间:2022-05-11 06:15:29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.345",
3
+ "version": "4.0.346",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -35,12 +35,12 @@
35
35
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
36
36
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
37
37
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
38
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-17 06:05:22 |
38
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-24 06:07:44 |
39
39
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
40
40
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
41
41
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-20 06:02:50 |
42
42
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
43
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
43
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
44
44
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
45
45
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
46
46
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-04-04 06:18:22 |
@@ -67,7 +67,7 @@
67
67
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
68
68
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-20 06:10:49 |
69
69
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
70
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-21 06:11:32 |
70
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
71
71
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
72
72
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
73
73
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
@@ -93,7 +93,7 @@
93
93
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-04-04 06:44:57 |
94
94
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
95
95
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
96
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-04-25 06:07:47 |
96
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-05-24 06:13:22 |
97
97
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
98
98
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
99
99
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
@@ -119,7 +119,7 @@
119
119
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
120
120
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
121
121
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-18 06:14:30 |
122
- | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-11 06:13:00 |
122
+ | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-24 06:15:50 |
123
123
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
124
124
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
125
125
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
@@ -127,7 +127,7 @@
127
127
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
128
128
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
129
129
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-05-23 06:11:33 |
130
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-19 06:15:55 |
130
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-24 06:16:42 |
131
131
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
132
132
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
133
133
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -162,7 +162,7 @@
162
162
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
163
163
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
164
164
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
165
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-11 06:15:29 |
165
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-24 06:18:55 |
166
166
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
167
167
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-09 06:14:07 |
168
168
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.345"
1
+ export const sdkVersion = "4.0.346"
@@ -1359,6 +1359,11 @@ export interface AutoCalloutTaskInfo {
1359
1359
  * 任务状态0初始 1运行中 2已完成 3结束中 4已结束
1360
1360
  */
1361
1361
  State: number
1362
+
1363
+ /**
1364
+ * 任务Id
1365
+ */
1366
+ TaskId: number
1362
1367
  }
1363
1368
 
1364
1369
  /**
@@ -973,7 +973,7 @@ export interface TaskListItem {
973
973
  TaskTag: string
974
974
 
975
975
  /**
976
- * 任务状态
976
+ * 任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)
977
977
  */
978
978
  TaskStatus: number
979
979
 
@@ -1597,6 +1597,11 @@ export interface ModifyDomainOwnerBatchRequest {
1597
1597
  * 是否同时转移对应的 DNS 解析域名,默认false
1598
1598
  */
1599
1599
  TransferDns?: boolean
1600
+
1601
+ /**
1602
+ * 转入账户的appid。
1603
+ */
1604
+ NewOwnerAppId?: string
1600
1605
  }
1601
1606
 
1602
1607
  /**
@@ -2287,7 +2287,7 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
2287
2287
 
2288
2288
  /**
2289
2289
  * 是否返回年龄、性别、情绪等属性。
2290
- 合法值为(大小写不敏感):None、Age、Beauty、Emotion、Eye、Eyebrow
2290
+ 合法值为(大小写不敏感):None、Age、Beauty、Emotion、Eye、Eyebrow
2291
2291
  Gender、Hair、Hat、Headpose、Mask、Mouth、Moustache、Nose、Shape、Skin、Smile。
2292
2292
  None为不需要返回。默认为 None。
2293
2293
  需要将属性组成一个用逗号分隔的字符串,属性之间的顺序没有要求。
@@ -2452,7 +2452,7 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
2452
2452
 
2453
2453
  /**
2454
2454
  * 是否返回年龄、性别、情绪等属性。
2455
- 合法值为(大小写不敏感):None、Age、Beauty、Emotion、Eye、Eyebrow
2455
+ 合法值为(大小写不敏感):None、Age、Beauty、Emotion、Eye、Eyebrow
2456
2456
  Gender、Hair、Hat、Headpose、Mask、Mouth、Moustache、Nose、Shape、Skin、Smile。
2457
2457
  None为不需要返回。默认为 None。
2458
2458
  需要将属性组成一个用逗号分隔的字符串,属性之间的顺序没有要求。
@@ -413,7 +413,7 @@ export class Client extends AbstractClient {
413
413
  }
414
414
 
415
415
  /**
416
- * 修改用户自定义内容智能识别模板。
416
+ * 修改用户自定义内容审核模板。
417
417
  */
418
418
  async ModifyContentReviewTemplate(
419
419
  req: ModifyContentReviewTemplateRequest,
@@ -864,7 +864,7 @@ export class Client extends AbstractClient {
864
864
  }
865
865
 
866
866
  /**
867
- * 本接口仅用于定制开发的特殊场景,除非云视频处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
867
+ * 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
868
868
  */
869
869
  async ExecuteFunction(
870
870
  req: ExecuteFunctionRequest,
@@ -999,7 +999,7 @@ export class Client extends AbstractClient {
999
999
  }
1000
1000
 
1001
1001
  /**
1002
- * 删除用户自定义内容智能识别模板。
1002
+ * 删除用户自定义内容审核模板。
1003
1003
  */
1004
1004
  async DeleteContentReviewTemplate(
1005
1005
  req: DeleteContentReviewTemplateRequest,
@@ -1069,7 +1069,7 @@ export class Client extends AbstractClient {
1069
1069
  }
1070
1070
 
1071
1071
  /**
1072
- * 根据内容智能识别模板唯一标识,获取内容智能识别模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置内容智能识别模板。
1072
+ * 根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。
1073
1073
  */
1074
1074
  async DescribeContentReviewTemplates(
1075
1075
  req: DescribeContentReviewTemplatesRequest,