tencentcloud-sdk-nodejs 4.0.247 → 4.0.251

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 (145) hide show
  1. package/CHANGELOG.md +1124 -127
  2. package/package.json +1 -1
  3. package/products.md +42 -40
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ame/v20190916/ame_models.ts +5 -0
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
  7. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
  9. package/src/services/apm/v20210622/apm_client.ts +31 -1
  10. package/src/services/apm/v20210622/apm_models.ts +216 -8
  11. package/src/services/asr/v20190614/asr_client.ts +2 -2
  12. package/src/services/asr/v20190614/asr_models.ts +4 -2
  13. package/src/services/captcha/v20190722/captcha_models.ts +2 -1
  14. package/src/services/ccc/v20200210/ccc_client.ts +31 -15
  15. package/src/services/ccc/v20200210/ccc_models.ts +334 -179
  16. package/src/services/cdb/v20170320/cdb_models.ts +11 -1
  17. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  18. package/src/services/cdn/v20180606/cdn_models.ts +45 -4
  19. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  20. package/src/services/cii/v20210408/cii_models.ts +1 -1
  21. package/src/services/cls/v20201016/cls_models.ts +2 -0
  22. package/src/services/cme/v20191029/cme_client.ts +3 -3
  23. package/src/services/cme/v20191029/cme_models.ts +30 -25
  24. package/src/services/cpdp/v20190820/cpdp_client.ts +34 -9
  25. package/src/services/cpdp/v20190820/cpdp_models.ts +266 -159
  26. package/src/services/cr/v20180321/cr_models.ts +1 -1
  27. package/src/services/dcdb/v20180411/dcdb_models.ts +7 -7
  28. package/src/services/domain/v20180808/domain_models.ts +26 -1
  29. package/src/services/ecdn/v20191012/ecdn_client.ts +3 -0
  30. package/src/services/ecm/v20190719/ecm_models.ts +2 -2
  31. package/src/services/gaap/v20180529/gaap_models.ts +5 -0
  32. package/src/services/gs/v20191118/gs_models.ts +3 -3
  33. package/src/services/index.ts +2 -0
  34. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +26 -13
  35. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +71 -21
  36. package/src/services/iotvideo/v20201215/iotvideo_models.ts +11 -0
  37. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +31 -0
  38. package/src/services/ivld/index.ts +5 -0
  39. package/src/services/ivld/v20210903/index.ts +6 -0
  40. package/src/services/ivld/v20210903/ivld_client.ts +170 -0
  41. package/src/services/ivld/v20210903/ivld_models.ts +973 -0
  42. package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
  43. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
  44. package/src/services/monitor/v20180724/monitor_models.ts +3 -3
  45. package/src/services/oceanus/v20190422/oceanus_models.ts +22 -0
  46. package/src/services/postgres/v20170312/postgres_models.ts +19 -7
  47. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  48. package/src/services/scf/v20180416/scf_client.ts +25 -12
  49. package/src/services/scf/v20180416/scf_models.ts +103 -1
  50. package/src/services/tat/v20201028/tat_models.ts +87 -11
  51. package/src/services/tcb/v20180608/tcb_models.ts +6 -1
  52. package/src/services/tcss/index.ts +5 -0
  53. package/src/services/tcss/v20201101/index.ts +6 -0
  54. package/src/services/tcss/v20201101/tcss_client.ts +2106 -0
  55. package/src/services/tcss/v20201101/tcss_models.ts +11356 -0
  56. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
  57. package/src/services/tdmq/v20200217/tdmq_models.ts +556 -146
  58. package/src/services/tiw/v20190919/tiw_models.ts +2 -2
  59. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  60. package/src/services/waf/v20180125/waf_client.ts +1 -1
  61. package/src/services/waf/v20180125/waf_models.ts +26 -1
  62. package/tencentcloud/common/sdk_version.d.ts +1 -1
  63. package/tencentcloud/common/sdk_version.js +1 -1
  64. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -0
  65. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  66. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  67. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  68. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -0
  69. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +9 -1
  70. package/tencentcloud/services/apm/v20210622/apm_client.js +12 -0
  71. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +184 -8
  72. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  73. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  74. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -2
  75. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
  76. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
  77. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
  78. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +283 -153
  79. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  80. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +39 -4
  81. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  82. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
  83. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -0
  84. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +3 -3
  85. package/tencentcloud/services/cme/v20191029/cme_client.js +3 -3
  86. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +29 -25
  87. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +11 -3
  88. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +15 -3
  89. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +227 -136
  90. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +1 -1
  91. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -7
  92. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +21 -1
  93. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -0
  94. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -0
  95. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
  96. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +4 -0
  97. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +3 -3
  98. package/tencentcloud/services/index.d.ts +2 -0
  99. package/tencentcloud/services/index.js +4 -0
  100. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -5
  101. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -6
  102. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +61 -18
  103. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +9 -0
  104. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +26 -0
  105. package/tencentcloud/services/ivld/index.d.ts +6 -0
  106. package/tencentcloud/services/ivld/index.js +7 -0
  107. package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
  108. package/tencentcloud/services/ivld/v20210903/index.js +9 -0
  109. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
  110. package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
  111. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
  112. package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -0
  113. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
  114. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
  115. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
  116. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +17 -7
  117. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  118. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +9 -5
  119. package/tencentcloud/services/scf/v20180416/scf_client.js +12 -6
  120. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +86 -1
  121. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -11
  122. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
  123. package/tencentcloud/services/tcss/index.d.ts +6 -0
  124. package/tencentcloud/services/tcss/index.js +7 -0
  125. package/tencentcloud/services/tcss/v20201101/index.d.ts +6 -0
  126. package/tencentcloud/services/tcss/v20201101/index.js +9 -0
  127. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +674 -0
  128. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1027 -0
  129. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9585 -0
  130. package/tencentcloud/services/tcss/v20201101/tcss_models.js +18 -0
  131. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  132. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  133. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +434 -94
  134. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
  135. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  136. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  137. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -1
  138. package/test/apm.v20210622.test.js +20 -0
  139. package/test/ccc.v20200210.test.js +14 -4
  140. package/test/cpdp.v20190820.test.js +22 -2
  141. package/test/iotexplorer.v20190423.test.js +14 -4
  142. package/test/ivld.v20210903.test.js +101 -0
  143. package/test/scf.v20180416.test.js +14 -4
  144. package/test/tcss.v20201101.test.js +1681 -0
  145. package/test/tdmq.v20200217.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.247",
3
+ "version": "4.0.251",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,20 +5,20 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-11-18 08:02:15 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-11-18 08:02:17 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-11-10 08:01:52 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-12-03 08:01:26 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-11-10 08:01:55 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-11-23 08:02:33 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-12-02 08:02:10 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
14
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-24 08:04:10 |
15
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-11-29 14:39:11 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-06 08:00:59 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-02 08:02:32 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-06 08:01:23 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
21
- | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-11-10 08:02:39 |
21
+ | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-12-07 08:02:49 |
22
22
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-11-23 08:03:19 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
@@ -28,15 +28,15 @@
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
30
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-11-10 08:03:09 |
31
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-11-10 08:03:17 |
31
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-11-10 08:03:19 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
34
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-16 08:06:45 |
35
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-29 08:04:53 |
36
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-19 08:07:05 |
34
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-06 08:02:18 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-12-02 08:03:37 |
36
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-06 08:02:38 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
38
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-11-17 08:07:53 |
39
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-26 08:05:36 |
38
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
39
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
40
40
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-11-10 08:04:08 |
41
41
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-23 08:04:46 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
@@ -45,11 +45,11 @@
45
45
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-30 08:04:28 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-10 08:04:30 |
49
- | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-26 08:06:20 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-12-07 08:04:37 |
49
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-07 08:04:45 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-17 08:08:58 |
52
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-06 08:03:46 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
54
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-26 08:07:10 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-30 08:05:34 |
@@ -58,17 +58,17 @@
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
59
59
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-25 08:09:57 |
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
61
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-26 08:08:12 |
61
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-12-07 08:06:14 |
62
62
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
63
63
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-17 08:10:54 |
64
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-11-10 08:06:19 |
64
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
66
66
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
67
67
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
68
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-11-10 08:06:27 |
68
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-01 08:07:08 |
69
69
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
70
- | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-11-10 08:06:32 |
71
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-11-18 20:07:06 |
70
+ | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-02 08:06:56 |
71
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
72
72
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-10 08:06:52 |
73
73
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
74
74
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-11-10 08:06:57 |
@@ -76,12 +76,12 @@
76
76
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
77
77
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
78
78
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
79
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-11-10 08:07:11 |
79
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-03 08:06:45 |
80
80
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-11-10 08:07:13 |
81
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-11-10 08:07:14 |
81
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
82
82
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-11-10 08:07:25 |
83
83
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
84
- | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-11-10 08:07:30 |
84
+ | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-12-07 08:07:40 |
85
85
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
86
86
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
87
87
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
@@ -92,21 +92,22 @@
92
92
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
93
93
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
94
94
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
95
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-11-10 08:08:03 |
95
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-06 08:07:14 |
96
96
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
97
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-11-23 08:09:04 |
98
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-19 08:12:04 |
97
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-03 08:07:55 |
98
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-03 08:08:18 |
99
+ | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
99
100
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
100
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-20 08:12:10 |
101
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-22 08:08:13 |
101
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-11-30 20:01:47 |
102
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-02 08:09:10 |
102
103
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
103
104
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
104
105
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
105
106
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
106
107
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
107
108
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
108
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-11-10 08:08:57 |
109
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-18 08:10:15 |
109
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-01 08:10:00 |
110
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-03 08:09:12 |
110
111
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
111
112
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-30 08:10:05 |
112
113
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -114,19 +115,19 @@
114
115
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
115
116
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
116
117
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
117
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-15 08:11:30 |
118
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-07 08:09:58 |
118
119
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-26 08:11:53 |
119
120
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
120
121
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
121
122
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
122
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-30 08:10:31 |
123
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-30 08:10:39 |
123
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-06 08:09:11 |
124
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-02 08:10:37 |
124
125
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
125
126
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
126
127
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
127
128
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
128
129
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
129
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-19 08:13:47 |
130
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-03 08:10:14 |
130
131
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
131
132
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
132
133
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
@@ -140,19 +141,20 @@
140
141
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
141
142
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
142
143
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
143
- | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-11-24 08:13:01 |
144
+ | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-03 08:11:00 |
144
145
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
145
146
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
146
147
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
147
148
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
148
149
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
149
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-26 08:13:21 |
150
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-07 08:11:30 |
150
151
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
151
152
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
152
153
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
153
154
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
155
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-06 10:01:05 |
154
156
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
155
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-24 08:13:42 |
157
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-03 08:11:41 |
156
158
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
157
159
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-11-29 19:51:19 |
158
160
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -162,7 +164,7 @@
162
164
  | tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
163
165
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
164
166
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
165
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-19 08:15:40 |
167
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-03 08:12:15 |
166
168
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-30 08:12:44 |
167
169
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
168
170
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
@@ -176,8 +178,8 @@
176
178
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-11-10 08:12:36 |
177
179
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
178
180
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-17 08:17:34 |
179
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-11-17 08:17:56 |
180
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-11-10 08:13:28 |
181
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-03 08:13:27 |
182
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
181
183
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-11-10 08:13:30 |
182
184
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
183
185
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.247"
1
+ export const sdkVersion = "4.0.251"
@@ -375,6 +375,11 @@ export interface PackageItem {
375
375
  * 授权区域,global: 全球 CN: 中国
376
376
  */
377
377
  AuthorizedArea: string
378
+
379
+ /**
380
+ * 标签数组
381
+ */
382
+ Tags: Array<string>
378
383
  }
379
384
 
380
385
  /**
@@ -867,6 +867,12 @@ export interface BGPIPInstance {
867
867
  * 是否开启安全加速,是为1,否为0。
868
868
  */
869
869
  DamDDoSStatus: number
870
+
871
+ /**
872
+ * 是否Ipv6版本的IP, 是为1,否为0
873
+ 注意:此字段可能返回 null,表示取不到有效值。
874
+ */
875
+ V6Flag: number
870
876
  }
871
877
 
872
878
  /**
@@ -614,7 +614,7 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
614
614
  }
615
615
 
616
616
  /**
617
- * 本接口(UpdateApiAppKey)用于更新应用秘钥。
617
+ * 本接口(UpdateApiAppKey)用于更新应用密钥。
618
618
  */
619
619
  async UpdateApiAppKey(
620
620
  req: UpdateApiAppKeyRequest,
@@ -3913,6 +3913,26 @@ export interface CreateApiRequest {
3913
3913
  * scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
3914
3914
  */
3915
3915
  ServiceScfFunctionType?: string
3916
+
3917
+ /**
3918
+ * EIAM应用类型。
3919
+ */
3920
+ EIAMAppType?: string
3921
+
3922
+ /**
3923
+ * EIAM应用认证类型,支持仅认证(AuthenticationOnly)、认证和鉴权(Authorization)。
3924
+ */
3925
+ EIAMAuthType?: string
3926
+
3927
+ /**
3928
+ * EIAM应用Token 有效时间,单位为秒,默认为7200秒。
3929
+ */
3930
+ TokenTimeout?: number
3931
+
3932
+ /**
3933
+ * EIAM应用ID。
3934
+ */
3935
+ EIAMAppId?: string
3916
3936
  }
3917
3937
 
3918
3938
  /**
@@ -17,7 +17,17 @@
17
17
  */
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
- import { DescribeApmAgentRequest, DescribeApmAgentResponse, ApmAgentInfo } from "./apm_models"
20
+ import {
21
+ CreateApmInstanceResponse,
22
+ ApmInstanceDetail,
23
+ CreateApmInstanceRequest,
24
+ DescribeApmAgentResponse,
25
+ ApmTag,
26
+ DescribeApmInstancesResponse,
27
+ DescribeApmInstancesRequest,
28
+ DescribeApmAgentRequest,
29
+ ApmAgentInfo,
30
+ } from "./apm_models"
21
31
 
22
32
  /**
23
33
  * apm client
@@ -28,6 +38,26 @@ export class Client extends AbstractClient {
28
38
  super("apm.tencentcloudapi.com", "2021-06-22", clientConfig)
29
39
  }
30
40
 
41
+ /**
42
+ * 业务购买APM实例,调用该接口创建
43
+ */
44
+ async CreateApmInstance(
45
+ req: CreateApmInstanceRequest,
46
+ cb?: (error: string, rep: CreateApmInstanceResponse) => void
47
+ ): Promise<CreateApmInstanceResponse> {
48
+ return this.request("CreateApmInstance", req, cb)
49
+ }
50
+
51
+ /**
52
+ * APM实例列表拉取
53
+ */
54
+ async DescribeApmInstances(
55
+ req: DescribeApmInstancesRequest,
56
+ cb?: (error: string, rep: DescribeApmInstancesResponse) => void
57
+ ): Promise<DescribeApmInstancesResponse> {
58
+ return this.request("DescribeApmInstances", req, cb)
59
+ }
60
+
31
61
  /**
32
62
  * 获取Apm Agent信息
33
63
  */
@@ -16,28 +16,160 @@
16
16
  */
17
17
 
18
18
  /**
19
- * DescribeApmAgent请求参数结构体
19
+ * CreateApmInstance返回参数结构体
20
20
  */
21
- export interface DescribeApmAgentRequest {
21
+ export interface CreateApmInstanceResponse {
22
+ /**
23
+ * 实例ID
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ InstanceId: string
27
+
28
+ /**
29
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
30
+ */
31
+ RequestId?: string
32
+ }
33
+
34
+ /**
35
+ * apm实例信息
36
+ */
37
+ export interface ApmInstanceDetail {
38
+ /**
39
+ * 存储使用量(MB)
40
+ 注意:此字段可能返回 null,表示取不到有效值。
41
+ */
42
+ AmountOfUsedStorage: number
43
+
44
+ /**
45
+ * 实例名
46
+ 注意:此字段可能返回 null,表示取不到有效值。
47
+ */
48
+ Name: string
49
+
50
+ /**
51
+ * 实例所属tag列表
52
+ 注意:此字段可能返回 null,表示取不到有效值。
53
+ */
54
+ Tags: Array<ApmTag>
55
+
22
56
  /**
23
57
  * 实例ID
24
58
  */
25
59
  InstanceId: string
26
60
 
27
61
  /**
28
- * 接入方式
62
+ * 创建人Uin
63
+ 注意:此字段可能返回 null,表示取不到有效值。
64
+ */
65
+ CreateUin: string
66
+
67
+ /**
68
+ * 该实例已上报的服务数
69
+ 注意:此字段可能返回 null,表示取不到有效值。
70
+ */
71
+ ServiceCount: number
72
+
73
+ /**
74
+ * 日均上报Span数
75
+ 注意:此字段可能返回 null,表示取不到有效值。
76
+ */
77
+ CountOfReportSpanPerDay: number
78
+
79
+ /**
80
+ * AppId信息
29
81
  */
30
- AgentType?: string
82
+ AppId: number
31
83
 
32
84
  /**
33
- * 环境
85
+ * Trace数据保存时长
86
+ 注意:此字段可能返回 null,表示取不到有效值。
87
+ */
88
+ TraceDuration: number
89
+
90
+ /**
91
+ * 实例描述信息
92
+ 注意:此字段可能返回 null,表示取不到有效值。
93
+ */
94
+ Description: string
95
+
96
+ /**
97
+ * 实例状态
98
+ 注意:此字段可能返回 null,表示取不到有效值。
99
+ */
100
+ Status: number
101
+
102
+ /**
103
+ * 实例所属地域
104
+ 注意:此字段可能返回 null,表示取不到有效值。
105
+ */
106
+ Region: string
107
+
108
+ /**
109
+ * 实例上报额度
110
+ 注意:此字段可能返回 null,表示取不到有效值。
111
+ */
112
+ SpanDailyCounters: number
113
+
114
+ /**
115
+ * 实例是否开通计费
116
+ 注意:此字段可能返回 null,表示取不到有效值。
117
+ */
118
+ BillingInstance: number
119
+
120
+ /**
121
+ * 错误率阈值
122
+ 注意:此字段可能返回 null,表示取不到有效值。
123
+ */
124
+ ErrRateThreshold: number
125
+
126
+ /**
127
+ * 采样率阈值
128
+ 注意:此字段可能返回 null,表示取不到有效值。
129
+ */
130
+ SampleRate: number
131
+
132
+ /**
133
+ * 是否开启错误采样 0 关 1 开
134
+ 注意:此字段可能返回 null,表示取不到有效值。
135
+ */
136
+ ErrorSample: number
137
+
138
+ /**
139
+ * 慢调用保存阈值
140
+ 注意:此字段可能返回 null,表示取不到有效值。
141
+ */
142
+ SlowRequestSavedThreshold: number
143
+ }
144
+
145
+ /**
146
+ * CreateApmInstance请求参数结构体
147
+ */
148
+ export interface CreateApmInstanceRequest {
149
+ /**
150
+ * 实例名
34
151
  */
35
- NetworkMode?: string
152
+ Name: string
36
153
 
37
154
  /**
38
- * 语言
155
+ * 实例描述信息
39
156
  */
40
- LanguageEnvironment?: string
157
+ Description?: string
158
+
159
+ /**
160
+ * Trace数据保存时长
161
+ */
162
+ TraceDuration?: number
163
+
164
+ /**
165
+ * 标签列表
166
+ */
167
+ Tags?: Array<ApmTag>
168
+
169
+ /**
170
+ * 实例上报额度值
171
+ */
172
+ SpanDailyCounters?: number
41
173
  }
42
174
 
43
175
  /**
@@ -56,6 +188,82 @@ export interface DescribeApmAgentResponse {
56
188
  RequestId?: string
57
189
  }
58
190
 
191
+ /**
192
+ * 维度(标签)对象
193
+ */
194
+ export interface ApmTag {
195
+ /**
196
+ * 维度Key(列名,标签Key)
197
+ */
198
+ Key: string
199
+
200
+ /**
201
+ * 维度值(标签值)
202
+ */
203
+ Value: string
204
+ }
205
+
206
+ /**
207
+ * DescribeApmInstances返回参数结构体
208
+ */
209
+ export interface DescribeApmInstancesResponse {
210
+ /**
211
+ * apm实例列表
212
+ 注意:此字段可能返回 null,表示取不到有效值。
213
+ */
214
+ Instances: Array<ApmInstanceDetail>
215
+
216
+ /**
217
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
218
+ */
219
+ RequestId?: string
220
+ }
221
+
222
+ /**
223
+ * DescribeApmInstances请求参数结构体
224
+ */
225
+ export interface DescribeApmInstancesRequest {
226
+ /**
227
+ * Tag列表
228
+ */
229
+ Tags?: Array<ApmTag>
230
+
231
+ /**
232
+ * 搜索实例名
233
+ */
234
+ InstanceName?: string
235
+
236
+ /**
237
+ * 过滤实例ID
238
+ */
239
+ InstanceIds?: Array<string>
240
+ }
241
+
242
+ /**
243
+ * DescribeApmAgent请求参数结构体
244
+ */
245
+ export interface DescribeApmAgentRequest {
246
+ /**
247
+ * 实例ID
248
+ */
249
+ InstanceId: string
250
+
251
+ /**
252
+ * 接入方式
253
+ */
254
+ AgentType?: string
255
+
256
+ /**
257
+ * 环境
258
+ */
259
+ NetworkMode?: string
260
+
261
+ /**
262
+ * 语言
263
+ */
264
+ LanguageEnvironment?: string
265
+ }
266
+
59
267
  /**
60
268
  * apm Agent信息
61
269
  */
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
109
109
 
110
110
  /**
111
111
  * 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
112
- 支持中文普通话、英语、粤语、日语、泰语
112
+ 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
113
113
  • 支持通用、音视频领域
114
114
  • 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式
115
115
  • 支持语音 URL 和本地语音文件两种请求方式
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
275
275
  }
276
276
 
277
277
  /**
278
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话方言。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
278
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
279
279
  */
280
280
  async SentenceRecognition(
281
281
  req: SentenceRecognitionRequest,
@@ -233,8 +233,9 @@ export interface SentenceRecognitionRequest {
233
233
  • 16k_en:16k 英语;
234
234
  • 16k_ca:16k 粤语;
235
235
  • 16k_ja:16k 日语;
236
- •16k_wuu-SH:16k 上海话方言;
237
- •16k_zh_medical:16k 医疗。
236
+ 16k_wuu-SH:16k 上海话方言;
237
+ 16k_zh_medical:16k 医疗;
238
+ • 16k_zh_dialect:多方言。
238
239
  */
239
240
  EngSerViceType: string
240
241
 
@@ -459,6 +460,7 @@ export interface CreateRecTaskRequest {
459
460
  • 16k_zh_medical 医疗;
460
461
  • 16k_th 泰语;
461
462
  • 16k_wuu-SH:16k 上海话方言;
463
+ • 16k_zh_dialect:多方言。
462
464
  */
463
465
  EngineModelType: string
464
466
 
@@ -828,7 +828,8 @@ export interface DescribeCaptchaResultResponse {
828
828
  18 uin no match 号码不匹配
829
829
  19 seq redirect 重定向验证
830
830
  20 opt no vcode 操作使用pt免验证码校验错误
831
- 21 diff 差别,验证错误
831
+ 21 diff 差别,验证错误
832
+ 该情况出现原因一般为,当验证码前端生成terror格式票据并进行后端票据校验时,用户网络较差,该情况下仍会返回可用票据,业务侧可以自行根据需要,进行票据生成或做其他处理。详情参见 [验证码Web前端接入-异常处理文档](https://cloud.tencent.com/document/product/1110/36841#.E5.BC.82.E5.B8.B8.E5.A4.84.E7.90.86)。
832
833
  22 captcha type not match 验证码类型与拉取时不一致
833
834
  23 verify type error 验证类型错误
834
835
  24 invalid pkg 非法请求包