tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -1,7 +1,21 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateFinancialLLMTask": {
4
+ "document": "创建金融大模型审校任务",
5
+ "input": "CreateFinancialLLMTaskRequest",
6
+ "name": "创建金融大模型审校任务",
7
+ "output": "CreateFinancialLLMTaskResponse",
8
+ "status": "online"
9
+ },
10
+ "GetFinancialLLMTaskResult": {
11
+ "document": "获取金融大模型审校任务结果",
12
+ "input": "GetFinancialLLMTaskResultRequest",
13
+ "name": "查询金融大模型审校任务结果",
14
+ "output": "GetFinancialLLMTaskResultResponse",
15
+ "status": "online"
16
+ },
3
17
  "TextModeration": {
4
- "document": "本接口(Text Moderation)用于提交文本内容进行智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通文本内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。\n\n### 接口使用说明\n- 前往“[内容安全控制台-文本内容安全](https://console.cloud.tencent.com/cms)”开启使用文本内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000条**文本识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云文本内容安全定价](https://cloud.tencent.com/product/tms/pricing)。\n\n### 接口功能说明:\n- 支持对文本文件进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规文本内容;\n- 支持识别多种违规场景,包括:低俗、谩骂、色情、广告等场景;\n- 支持根据不同的业务场景配置自定义的审核策略,可在控制台文本内容安全-策略管理中配置;\n- 支持用户自定义配置词库黑白名单,打击自定义识别类型的违规文本(目前仅支持黑名单配置);\n- 支持在审核文本内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n\n### 接口调用说明:\n- 文本内容大小支持:文本原文长度不能超过unicode编码长度10000个字符;\n- 文本审核语言支持:目前支持中文、英文、阿拉伯数字的检测;\n- 默认接口请求频率限制:**1000次/秒**,超过该频率限制则接口会报错。",
18
+ "document": "本接口(Text Moderation)用于提交文本内容进行智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通文本内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。\n\n### 接口使用说明\n- 前往“[内容安全控制台-文本内容安全](https://console.cloud.tencent.com/cms)”开启使用文本内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000条**文本识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云文本内容安全定价](https://cloud.tencent.com/product/tms/pricing)。\n\n### 接口功能说明:\n- 支持对文本文件进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规文本内容;\n- 支持识别多种违规场景,包括:低俗、谩骂、色情、广告等场景;\n- 支持根据不同的业务场景配置自定义的审核策略,可在控制台文本内容安全-策略管理中配置;\n- 支持用户自定义配置词库黑白名单,打击自定义识别类型的违规文本(目前仅支持黑名单配置);\n- 支持在审核文本内容时同时关联账号或设备信息,可识别违规风险账号或设备;\n- 支持大模型、聊天室等场景下的流式上下文审核。\n\n### 接口调用说明:\n- 文本内容大小支持:文本原文长度不能超过unicode编码长度10000个字符;\n- 文本审核语言支持:目前支持中文、英文、阿拉伯数字的检测;\n- 默认接口请求频率限制:**1000次/秒**,超过该频率限制则接口会报错。",
5
19
  "input": "TextModerationRequest",
6
20
  "name": "文本内容安全服务",
7
21
  "output": "TextModerationResponse",
@@ -15,6 +29,70 @@
15
29
  "serviceShortName": "tms"
16
30
  },
17
31
  "objects": {
32
+ "CreateFinancialLLMTaskRequest": {
33
+ "document": "CreateFinancialLLMTask请求参数结构体",
34
+ "members": [
35
+ {
36
+ "disabled": false,
37
+ "document": "审核策略BizType",
38
+ "example": "finance",
39
+ "member": "string",
40
+ "name": "BizType",
41
+ "required": true,
42
+ "type": "string"
43
+ },
44
+ {
45
+ "disabled": false,
46
+ "document": "待审文件类型,目前支持:PDF, DOC, DOCX",
47
+ "example": "PDF",
48
+ "member": "string",
49
+ "name": "FileType",
50
+ "required": false,
51
+ "type": "string"
52
+ },
53
+ {
54
+ "disabled": false,
55
+ "document": "送审内容类型:1-文档,2-文本",
56
+ "example": "1",
57
+ "member": "int64",
58
+ "name": "ContentType",
59
+ "required": false,
60
+ "type": "int"
61
+ },
62
+ {
63
+ "disabled": false,
64
+ "document": "送审内容,根据ContentType字段的取值,传入送审文档的Url链接,或送审文本的Base64编码\n\n文档限制:\n\n- 文件下载时间不超过15秒(文件存储于腾讯云的Url可保障更高的下载速度和稳定性,建议文件存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。)\n- 所下载文件经 Base64 编码后不超过支持的文件大小:PDF/DOC/DOCX - 200M\n- 文档解析后的纯文本长度不超过 10000字\n\n文本限制:Base64解码后的文本长度不超过10000字\n",
65
+ "example": "http://xxx/test.pdf",
66
+ "member": "string",
67
+ "name": "Content",
68
+ "required": false,
69
+ "type": "string"
70
+ }
71
+ ],
72
+ "type": "object"
73
+ },
74
+ "CreateFinancialLLMTaskResponse": {
75
+ "document": "CreateFinancialLLMTask返回参数结构体",
76
+ "members": [
77
+ {
78
+ "disabled": false,
79
+ "document": "金融大模型审校任务ID",
80
+ "example": "aafcf232-e46b-43af-9c1e-02a9c5dac072",
81
+ "member": "string",
82
+ "name": "TaskId",
83
+ "output_required": false,
84
+ "type": "string",
85
+ "value_allowed_null": false
86
+ },
87
+ {
88
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
89
+ "member": "string",
90
+ "name": "RequestId",
91
+ "type": "string"
92
+ }
93
+ ],
94
+ "type": "object"
95
+ },
18
96
  "DetailResults": {
19
97
  "document": "文本审核返回的详细结果",
20
98
  "members": [
@@ -190,6 +268,155 @@
190
268
  ],
191
269
  "usage": "in"
192
270
  },
271
+ "FinancialLLMViolationDetail": {
272
+ "document": "金融大模型审校 违规明细",
273
+ "members": [
274
+ {
275
+ "disabled": false,
276
+ "document": "违规点",
277
+ "example": "违规荐股荐基",
278
+ "member": "string",
279
+ "name": "Label",
280
+ "output_required": false,
281
+ "type": "string",
282
+ "value_allowed_null": false
283
+ },
284
+ {
285
+ "disabled": false,
286
+ "document": "处置建议",
287
+ "example": "Block",
288
+ "member": "string",
289
+ "name": "Suggestion",
290
+ "output_required": false,
291
+ "type": "string",
292
+ "value_allowed_null": false
293
+ },
294
+ {
295
+ "disabled": false,
296
+ "document": "违规原因列表",
297
+ "example": "无",
298
+ "member": "FinancialLLMViolationReason",
299
+ "name": "Reasons",
300
+ "output_required": false,
301
+ "type": "list",
302
+ "value_allowed_null": false
303
+ }
304
+ ],
305
+ "usage": "out"
306
+ },
307
+ "FinancialLLMViolationReason": {
308
+ "document": "金融大模型审校-违规原因",
309
+ "members": [
310
+ {
311
+ "disabled": false,
312
+ "document": "违规原文片段",
313
+ "example": "阳光总在风雨后,股市的形势一旦好转,通常会回升得非常迅速。",
314
+ "member": "string",
315
+ "name": "TargetText",
316
+ "output_required": false,
317
+ "type": "string",
318
+ "value_allowed_null": false
319
+ },
320
+ {
321
+ "disabled": false,
322
+ "document": "违规原因",
323
+ "example": "虽后续提及回升可能,但整体仍以消极情景描述为主导,可能对投资者产生误导性负面影响。",
324
+ "member": "string",
325
+ "name": "Reason",
326
+ "output_required": false,
327
+ "type": "string",
328
+ "value_allowed_null": false
329
+ }
330
+ ],
331
+ "usage": "out"
332
+ },
333
+ "GetFinancialLLMTaskResultRequest": {
334
+ "document": "GetFinancialLLMTaskResult请求参数结构体",
335
+ "members": [
336
+ {
337
+ "disabled": false,
338
+ "document": "金融大模型审校任务ID",
339
+ "example": "aafcf232-e46b-43af-9c1e-02a9c5dac072",
340
+ "member": "string",
341
+ "name": "TaskId",
342
+ "required": true,
343
+ "type": "string"
344
+ }
345
+ ],
346
+ "type": "object"
347
+ },
348
+ "GetFinancialLLMTaskResultResponse": {
349
+ "document": "GetFinancialLLMTaskResult返回参数结构体",
350
+ "members": [
351
+ {
352
+ "disabled": false,
353
+ "document": "审校任务状态:\n\n- Success: 成功\n- Processing: 处理中,请等待\n- Failed: 失败",
354
+ "example": "Success",
355
+ "member": "string",
356
+ "name": "Status",
357
+ "output_required": false,
358
+ "type": "string",
359
+ "value_allowed_null": false
360
+ },
361
+ {
362
+ "disabled": false,
363
+ "document": "大模型审校结果",
364
+ "example": "当前检测的原子能力:...",
365
+ "member": "string",
366
+ "name": "ModerationResult",
367
+ "output_required": false,
368
+ "type": "string",
369
+ "value_allowed_null": false
370
+ },
371
+ {
372
+ "disabled": false,
373
+ "document": "审校任务失败原因,仅当任务失败时有值",
374
+ "example": "文档解析失败",
375
+ "member": "string",
376
+ "name": "FailureReason",
377
+ "output_required": false,
378
+ "type": "string",
379
+ "value_allowed_null": false
380
+ },
381
+ {
382
+ "disabled": false,
383
+ "document": "审校任务开始时间",
384
+ "example": "2025-09-25 19:42:35",
385
+ "member": "string",
386
+ "name": "StartTime",
387
+ "output_required": false,
388
+ "type": "string",
389
+ "value_allowed_null": false
390
+ },
391
+ {
392
+ "disabled": false,
393
+ "document": "本次检测的违规点列表",
394
+ "example": "[\"宏观走势造谣\",\"数据来源缺失\",\"违规荐股荐基\"]",
395
+ "member": "string",
396
+ "name": "ReviewedLabels",
397
+ "output_required": false,
398
+ "type": "list",
399
+ "value_allowed_null": false
400
+ },
401
+ {
402
+ "disabled": false,
403
+ "document": "违规明细",
404
+ "example": "无",
405
+ "member": "FinancialLLMViolationDetail",
406
+ "name": "Details",
407
+ "output_required": false,
408
+ "type": "list",
409
+ "value_allowed_null": false
410
+ },
411
+ {
412
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
413
+ "member": "string",
414
+ "name": "RequestId",
415
+ "type": "string"
416
+ }
417
+ ],
418
+ "type": "object"
419
+ },
193
420
  "HitInfo": {
194
421
  "document": "关键词命中位置信息",
195
422
  "members": [
@@ -420,7 +647,7 @@
420
647
  },
421
648
  {
422
649
  "disabled": false,
423
- "document": "该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置,控制台访问地址:。\n备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
650
+ "document": "该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置。\n备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
424
651
  "example": "TencentCloud",
425
652
  "member": "string",
426
653
  "name": "BizType",
@@ -465,12 +692,21 @@
465
692
  },
466
693
  {
467
694
  "disabled": false,
468
- "document": "审核的业务类型,枚举值包括\"TEXT\"和\"TEXT_AIGC\"。其中\"TEXT\"表示传统文本审核,\"TEXT_AIGC”表示AI生成检测(生成检测能力具体能力了解可[参见文档](https://cloud.tencent.com/document/product/1124/118694))。",
695
+ "document": "审核的业务类型,枚举值包括\"TEXT\"和\"TEXT_AIGC\"。其中\"TEXT\"表示传统文本审核,\"TEXT_AIGC\"表示AI生成检测(生成检测能力具体能力了解可[参见文档](https://cloud.tencent.com/document/product/1124/118694))。",
469
696
  "example": "TEXT",
470
697
  "member": "string",
471
698
  "name": "Type",
472
699
  "required": false,
473
700
  "type": "string"
701
+ },
702
+ {
703
+ "disabled": false,
704
+ "document": "流式审核策略维度下的唯一会话ID",
705
+ "example": "ZGxsLTE5OTgwNjAx",
706
+ "member": "string",
707
+ "name": "SessionId",
708
+ "required": false,
709
+ "type": "string"
474
710
  }
475
711
  ],
476
712
  "type": "object"
@@ -608,6 +844,16 @@
608
844
  "type": "string",
609
845
  "value_allowed_null": false
610
846
  },
847
+ {
848
+ "disabled": false,
849
+ "document": "流式审核策略维度下的唯一会话ID",
850
+ "example": "ZGxsLTE5OTgwNjAx",
851
+ "member": "string",
852
+ "name": "SessionId",
853
+ "output_required": false,
854
+ "type": "string",
855
+ "value_allowed_null": false
856
+ },
611
857
  {
612
858
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
613
859
  "member": "string",
@@ -1,5 +1,21 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateFinancialLLMTask": [
4
+ {
5
+ "document": "",
6
+ "input": "POST / HTTP/1.1\nHost: tms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFinancialLLMTask\n<公共请求参数>\n\n{\n \"BizType\": \"finance\",\n \"ContentType\": 2,\n \"Content\": \"5oqK6ZKx5pS+5YWl6IKh5biC44CC6Ziz5YWJ5oC75Zyo6aOO6Zuo5ZCO77yM6IKh5biC55qE5b2i5Yq/5LiA5pem5aW96L2s77yM6YCa5bi45Lya5Zue5Y2H5b6X6Z2e5bi46L+F6YCf44CCIDIwMDjlubTogqHluILkvY7ov7fvvIzkvaDmnInmnLrkvJrku6XmnoHkvY7nmoTku7fmoLzkubDlhaXjgILkvaDnlKjkuI3nnYDlrabkuaDopoHmipXotYTlk6rlj6rogqHnpajvvJrmib7kuIDlrrbkvY7miYvnu63otLnnmoTlhbHlkIzln7rph5Hlhazlj7jvvIzku47ku5bku6zpgqPph4zkubDkuIDlj6rotLnnlKjkvY7jgIHliIbmlaPmipXotYTnmoTmjIfmlbDln7rph5HjgII=\"\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"de73c404-936f-4ec4-bbfe-e262d79c01e7\",\n \"TaskId\": \"3570106e-b156-45d9-8af5-99b46f7eb2f9\"\n }\n}",
8
+ "title": "创建金融大模型审校任务:送审文本示例"
9
+ }
10
+ ],
11
+ "GetFinancialLLMTaskResult": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: tms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFinancialLLMTaskResult\n<公共请求参数>\n\n{\n \"TaskId\": \"17719984-030f-4b32-8828-61d3c21b3324\"\n}",
15
+ "output": "{\n \"Response\": {\n \"Details\": [\n {\n \"Label\": \"违规荐股荐基\",\n \"Reasons\": [\n {\n \"Reason\": \"复核发现主审核模型误判。原审核认为 ...\",\n \"TargetText\": \"2008年股市低迷...\"\n }\n ],\n \"Suggestion\": \"Block\"\n }\n ],\n \"RequestId\": \"4b180195-fe4b-4fa1-8e12-536054fbde27\",\n \"ReviewedLabels\": [\n \"宏观走势造谣\",\n \"数据来源缺失\",\n \"违规荐股荐基\"\n ],\n \"StartTime\": \"2025-09-25 19:42:35\",\n \"Status\": \"Success\"\n }\n}",
16
+ "title": "获取金融大模型审校任务结果:示例"
17
+ }
18
+ ],
3
19
  "TextModeration": [
4
20
  {
5
21
  "document": "",
@@ -110,6 +110,34 @@
110
110
  ],
111
111
  "usage": "out"
112
112
  },
113
+ "Coord": {
114
+ "document": "坐标详细信息",
115
+ "members": [
116
+ {
117
+ "disabled": false,
118
+ "document": "X坐标",
119
+ "example": "10",
120
+ "member": "int64",
121
+ "name": "X",
122
+ "output_required": false,
123
+ "required": false,
124
+ "type": "int",
125
+ "value_allowed_null": false
126
+ },
127
+ {
128
+ "disabled": false,
129
+ "document": "Y坐标",
130
+ "example": "10",
131
+ "member": "int64",
132
+ "name": "Y",
133
+ "output_required": false,
134
+ "required": false,
135
+ "type": "int",
136
+ "value_allowed_null": false
137
+ }
138
+ ],
139
+ "usage": "both"
140
+ },
113
141
  "FileTranslateRequest": {
114
142
  "document": "FileTranslate请求参数结构体",
115
143
  "members": [
@@ -668,6 +696,45 @@
668
696
  ],
669
697
  "type": "object"
670
698
  },
699
+ "RotateParagraphRect": {
700
+ "document": "段落文本旋转信息",
701
+ "members": [
702
+ {
703
+ "disabled": false,
704
+ "document": "段落文本坐标",
705
+ "example": "无",
706
+ "member": "Coord",
707
+ "name": "Coord",
708
+ "output_required": false,
709
+ "required": false,
710
+ "type": "list",
711
+ "value_allowed_null": false
712
+ },
713
+ {
714
+ "disabled": false,
715
+ "document": "旋转角度",
716
+ "example": "1.0",
717
+ "member": "float",
718
+ "name": "TiltAngle",
719
+ "output_required": false,
720
+ "required": false,
721
+ "type": "float",
722
+ "value_allowed_null": false
723
+ },
724
+ {
725
+ "disabled": false,
726
+ "document": "段落文本信息是否有效",
727
+ "example": "true",
728
+ "member": "bool",
729
+ "name": "Valid",
730
+ "output_required": false,
731
+ "required": false,
732
+ "type": "bool",
733
+ "value_allowed_null": false
734
+ }
735
+ ],
736
+ "usage": "both"
737
+ },
671
738
  "SpeechTranslateRequest": {
672
739
  "document": "SpeechTranslate请求参数结构体",
673
740
  "members": [
@@ -1131,7 +1198,7 @@
1131
1198
  {
1132
1199
  "disabled": false,
1133
1200
  "document": "段落文本框位置",
1134
- "example": "{ \"Height\": 26, \"Width\": 356, \"X\": 527, \"Y\": 25 }",
1201
+ "example": "",
1135
1202
  "member": "BoundingBox",
1136
1203
  "name": "BoundingBox",
1137
1204
  "output_required": false,
@@ -1167,6 +1234,16 @@
1167
1234
  "output_required": false,
1168
1235
  "type": "int",
1169
1236
  "value_allowed_null": false
1237
+ },
1238
+ {
1239
+ "disabled": false,
1240
+ "document": "段落文本旋转信息,只在valid为true时表示坐标有效",
1241
+ "example": "无",
1242
+ "member": "RotateParagraphRect",
1243
+ "name": "RotateParagraphRect",
1244
+ "output_required": false,
1245
+ "type": "object",
1246
+ "value_allowed_null": false
1170
1247
  }
1171
1248
  ],
1172
1249
  "usage": "out"