tencentcloud-sdk-python 3.0.1491__py2.py3-none-any.whl → 3.1.6__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.
Files changed (391) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aai/v20180522/aai_client_async.py +100 -0
  3. tencentcloud/aca/v20210323/aca_client_async.py +170 -0
  4. tencentcloud/acp/v20220105/acp_client_async.py +170 -0
  5. tencentcloud/advisor/v20200721/advisor_client_async.py +62 -0
  6. tencentcloud/af/v20200226/af_client_async.py +86 -0
  7. tencentcloud/afc/v20200226/afc_client_async.py +82 -0
  8. tencentcloud/ags/v20250920/ags_client_async.py +243 -0
  9. tencentcloud/ai3d/v20250513/ai3d_client_async.py +102 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +513 -0
  11. tencentcloud/ame/v20190916/ame_client_async.py +586 -0
  12. tencentcloud/ams/v20200608/ams_client_async.py +179 -0
  13. tencentcloud/ams/v20201229/ams_client_async.py +169 -0
  14. tencentcloud/anicloud/v20220923/anicloud_client_async.py +80 -0
  15. tencentcloud/antiddos/v20200309/antiddos_client_async.py +1718 -0
  16. tencentcloud/ape/v20200513/ape_client_async.py +170 -0
  17. tencentcloud/api/v20201106/api_client_async.py +80 -0
  18. tencentcloud/apigateway/v20180808/apigateway_client_async.py +1830 -0
  19. tencentcloud/apm/v20210622/apm_client_async.py +495 -0
  20. tencentcloud/asr/v20190614/asr_client_async.py +647 -0
  21. tencentcloud/asw/v20200722/asw_client_async.py +188 -0
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -0
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1230 -0
  24. tencentcloud/autoscaling/v20180419/models.py +36 -0
  25. tencentcloud/ba/v20200720/ba_client_async.py +81 -0
  26. tencentcloud/batch/v20170312/batch_client_async.py +582 -0
  27. tencentcloud/bda/v20200324/bda_client_async.py +116 -0
  28. tencentcloud/bh/v20230418/bh_client.py +230 -0
  29. tencentcloud/bh/v20230418/bh_client_async.py +1844 -0
  30. tencentcloud/bh/v20230418/models.py +1677 -216
  31. tencentcloud/bi/v20220105/bi_client_async.py +548 -0
  32. tencentcloud/billing/v20180709/billing_client_async.py +1149 -0
  33. tencentcloud/bizlive/v20190313/bizlive_client_async.py +134 -0
  34. tencentcloud/bm/v20180423/bm_client_async.py +1012 -0
  35. tencentcloud/bma/v20210624/bma_client_async.py +530 -0
  36. tencentcloud/bma/v20221115/bma_client_async.py +224 -0
  37. tencentcloud/bmeip/v20180625/bmeip_client_async.py +386 -0
  38. tencentcloud/bmlb/v20180625/bmlb_client_async.py +908 -0
  39. tencentcloud/bmvpc/v20180625/bmvpc_client_async.py +1171 -0
  40. tencentcloud/bpaas/v20181217/bpaas_client_async.py +62 -0
  41. tencentcloud/bri/v20190328/bri_client_async.py +58 -0
  42. tencentcloud/bsca/v20210811/bsca_client_async.py +152 -0
  43. tencentcloud/btoe/v20210303/btoe_client_async.py +267 -0
  44. tencentcloud/btoe/v20210514/btoe_client_async.py +287 -0
  45. tencentcloud/ca/v20230228/ca_client_async.py +80 -0
  46. tencentcloud/cam/v20190116/cam_client_async.py +1684 -0
  47. tencentcloud/captcha/v20190722/captcha_client_async.py +350 -0
  48. tencentcloud/car/v20220110/car_client_async.py +134 -0
  49. tencentcloud/cat/v20180409/cat_client_async.py +279 -0
  50. tencentcloud/cbs/v20170312/cbs_client_async.py +959 -0
  51. tencentcloud/ccc/v20200210/ccc_client_async.py +1494 -0
  52. tencentcloud/ccc/v20200210/models.py +15 -0
  53. tencentcloud/cdb/v20170320/cdb_client_async.py +3254 -0
  54. tencentcloud/cdb/v20170320/models.py +74 -44
  55. tencentcloud/cdc/v20201214/cdc_client_async.py +440 -0
  56. tencentcloud/cdn/v20180606/cdn_client_async.py +1090 -0
  57. tencentcloud/cds/v20180420/cds_client_async.py +116 -0
  58. tencentcloud/cdwch/v20200915/cdwch_client_async.py +548 -0
  59. tencentcloud/cdwch/v20200915/models.py +34 -4
  60. tencentcloud/cdwdoris/v20211228/cdwdoris_client_async.py +1106 -0
  61. tencentcloud/cdwpg/v20201230/cdwpg_client_async.py +458 -0
  62. tencentcloud/cdz/v20221123/cdz_client_async.py +62 -0
  63. tencentcloud/cfg/v20210820/cfg_client_async.py +332 -0
  64. tencentcloud/cfs/v20190719/cfs_client_async.py +1054 -0
  65. tencentcloud/cfs/v20190719/models.py +40 -0
  66. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  67. tencentcloud/cfw/v20190904/cfw_client_async.py +2067 -0
  68. tencentcloud/cfw/v20190904/models.py +784 -8
  69. tencentcloud/chc/v20230418/chc_client_async.py +710 -0
  70. tencentcloud/chdfs/v20190718/chdfs_client_async.py +546 -0
  71. tencentcloud/chdfs/v20201112/chdfs_client_async.py +548 -0
  72. tencentcloud/ciam/v20220331/ciam_client_async.py +440 -0
  73. tencentcloud/cii/v20201210/cii_client_async.py +80 -0
  74. tencentcloud/cii/v20210408/cii_client_async.py +262 -0
  75. tencentcloud/cim/v20190318/cim_client_async.py +44 -0
  76. tencentcloud/ckafka/v20190819/ckafka_client.py +92 -0
  77. tencentcloud/ckafka/v20190819/ckafka_client_async.py +1701 -0
  78. tencentcloud/ckafka/v20190819/errorcodes.py +3 -0
  79. tencentcloud/ckafka/v20190819/models.py +741 -62
  80. tencentcloud/clb/v20180317/clb_client_async.py +1683 -0
  81. tencentcloud/cloudapp/v20220530/cloudapp_client_async.py +175 -0
  82. tencentcloud/cloudaudit/v20190319/cloudaudit_client_async.py +372 -0
  83. tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +278 -0
  84. tencentcloud/cloudhsm/v20191112/models.py +49 -0
  85. tencentcloud/cloudstudio/v20230508/cloudstudio_client_async.py +188 -0
  86. tencentcloud/cls/v20201016/cls_client.py +92 -0
  87. tencentcloud/cls/v20201016/cls_client_async.py +2362 -0
  88. tencentcloud/cls/v20201016/models.py +1427 -74
  89. tencentcloud/cme/v20191029/cme_client_async.py +983 -0
  90. tencentcloud/cmq/v20190304/cmq_client_async.py +62 -0
  91. tencentcloud/cms/v20190321/cms_client_async.py +134 -0
  92. tencentcloud/common/abstract_client_async.py +654 -0
  93. tencentcloud/common/common_client_async.py +45 -0
  94. tencentcloud/common/http/request_async.py +62 -0
  95. tencentcloud/common/retry_async.py +87 -0
  96. tencentcloud/config/v20220802/config_client_async.py +152 -0
  97. tencentcloud/controlcenter/v20230110/controlcenter_client_async.py +116 -0
  98. tencentcloud/cpdp/v20190820/cpdp_client_async.py +3979 -0
  99. tencentcloud/csip/v20221121/csip_client.py +1 -1
  100. tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
  101. tencentcloud/csip/v20221121/models.py +105 -0
  102. tencentcloud/csxg/v20230303/csxg_client_async.py +116 -0
  103. tencentcloud/ctem/v20231128/ctem_client.py +644 -0
  104. tencentcloud/ctem/v20231128/ctem_client_async.py +1124 -0
  105. tencentcloud/ctem/v20231128/models.py +4999 -711
  106. tencentcloud/ctsdb/v20230202/ctsdb_client_async.py +69 -0
  107. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  108. tencentcloud/cvm/v20170312/cvm_client_async.py +2025 -0
  109. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  110. tencentcloud/cvm/v20170312/models.py +14 -14
  111. tencentcloud/cwp/v20180228/cwp_client_async.py +9288 -0
  112. tencentcloud/cws/v20180312/cws_client_async.py +368 -0
  113. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +3068 -0
  114. tencentcloud/cynosdb/v20190107/models.py +99 -2
  115. tencentcloud/dasb/v20191018/dasb_client_async.py +1160 -0
  116. tencentcloud/dataagent/v20250513/dataagent_client_async.py +224 -0
  117. tencentcloud/dataagent/v20250513/models.py +15 -0
  118. tencentcloud/dayu/v20180709/dayu_client_async.py +2042 -0
  119. tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +530 -0
  120. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  121. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +1538 -0
  122. tencentcloud/dbbrain/v20210527/models.py +463 -12
  123. tencentcloud/dbdc/v20201029/dbdc_client_async.py +134 -0
  124. tencentcloud/dc/v20180410/dc_client_async.py +425 -0
  125. tencentcloud/dcdb/v20180411/dcdb_client_async.py +1541 -0
  126. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  127. tencentcloud/dlc/v20210125/dlc_client_async.py +3322 -0
  128. tencentcloud/dlc/v20210125/errorcodes.py +9 -0
  129. tencentcloud/dlc/v20210125/models.py +1424 -17
  130. tencentcloud/dnspod/v20210323/dnspod_client_async.py +1710 -0
  131. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  132. tencentcloud/dnspod/v20210323/models.py +2 -2
  133. tencentcloud/domain/v20180808/domain_client_async.py +1022 -0
  134. tencentcloud/drm/v20181115/drm_client_async.py +231 -0
  135. tencentcloud/ds/v20180523/ds_client_async.py +244 -0
  136. tencentcloud/dsgc/v20190723/dsgc_client_async.py +2452 -0
  137. tencentcloud/dsgc/v20190723/models.py +36 -36
  138. tencentcloud/dts/v20180330/dts_client_async.py +438 -0
  139. tencentcloud/dts/v20211206/dts_client.py +184 -0
  140. tencentcloud/dts/v20211206/dts_client_async.py +1480 -0
  141. tencentcloud/dts/v20211206/models.py +1275 -98
  142. tencentcloud/eb/v20210416/eb_client_async.py +602 -0
  143. tencentcloud/ecc/v20181213/ecc_client_async.py +100 -0
  144. tencentcloud/ecdn/v20191012/ecdn_client_async.py +162 -0
  145. tencentcloud/ecm/v20190719/ecm_client_async.py +2602 -0
  146. tencentcloud/eiam/v20210420/eiam_client_async.py +782 -0
  147. tencentcloud/eis/v20200715/eis_client_async.py +80 -0
  148. tencentcloud/eis/v20210601/eis_client_async.py +116 -0
  149. tencentcloud/emr/v20190103/emr_client.py +23 -0
  150. tencentcloud/emr/v20190103/emr_client_async.py +1659 -0
  151. tencentcloud/emr/v20190103/models.py +395 -0
  152. tencentcloud/es/v20180416/es_client_async.py +1209 -0
  153. tencentcloud/es/v20250101/es_client.py +6 -5
  154. tencentcloud/es/v20250101/es_client_async.py +216 -0
  155. tencentcloud/es/v20250101/models.py +6 -6
  156. tencentcloud/ess/v20201111/ess_client.py +6 -2
  157. tencentcloud/ess/v20201111/ess_client_async.py +3406 -0
  158. tencentcloud/ess/v20201111/models.py +468 -19
  159. tencentcloud/essbasic/v20201222/essbasic_client_async.py +1029 -0
  160. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  161. tencentcloud/essbasic/v20210526/essbasic_client_async.py +2757 -0
  162. tencentcloud/essbasic/v20210526/models.py +320 -6
  163. tencentcloud/evt/__init__.py +0 -0
  164. tencentcloud/evt/v20250217/__init__.py +0 -0
  165. tencentcloud/evt/v20250217/errorcodes.py +15 -0
  166. tencentcloud/evt/v20250217/evt_client.py +49 -0
  167. tencentcloud/evt/v20250217/evt_client_async.py +44 -0
  168. tencentcloud/evt/v20250217/models.py +228 -0
  169. tencentcloud/facefusion/v20181201/facefusion_client_async.py +86 -0
  170. tencentcloud/facefusion/v20220927/facefusion_client_async.py +83 -0
  171. tencentcloud/faceid/v20180301/errorcodes.py +0 -6
  172. tencentcloud/faceid/v20180301/faceid_client.py +0 -23
  173. tencentcloud/faceid/v20180301/faceid_client_async.py +674 -0
  174. tencentcloud/faceid/v20180301/models.py +45 -195
  175. tencentcloud/fmu/v20191213/fmu_client_async.py +161 -0
  176. tencentcloud/ft/v20200304/ft_client_async.py +134 -0
  177. tencentcloud/gaap/v20180529/gaap_client_async.py +1865 -0
  178. tencentcloud/gme/v20180711/gme_client_async.py +865 -0
  179. tencentcloud/goosefs/v20220519/goosefs_client_async.py +514 -0
  180. tencentcloud/gs/v20191118/gs_client.py +46 -0
  181. tencentcloud/gs/v20191118/gs_client_async.py +1527 -0
  182. tencentcloud/gs/v20191118/models.py +227 -0
  183. tencentcloud/gwlb/v20240906/gwlb_client_async.py +373 -0
  184. tencentcloud/habo/v20181203/habo_client_async.py +62 -0
  185. tencentcloud/hai/v20230812/hai_client_async.py +316 -0
  186. tencentcloud/hasim/v20210716/hasim_client_async.py +422 -0
  187. tencentcloud/hcm/v20181106/hcm_client_async.py +44 -0
  188. tencentcloud/hunyuan/v20230901/hunyuan_client_async.py +469 -0
  189. tencentcloud/iai/v20180301/iai_client.py +0 -44
  190. tencentcloud/iai/v20180301/iai_client_async.py +728 -0
  191. tencentcloud/iai/v20180301/models.py +0 -171
  192. tencentcloud/iai/v20200303/iai_client.py +1 -35
  193. tencentcloud/iai/v20200303/iai_client_async.py +802 -0
  194. tencentcloud/iai/v20200303/models.py +0 -175
  195. tencentcloud/iap/v20240713/iap_client_async.py +134 -0
  196. tencentcloud/ic/v20190307/ic_client_async.py +193 -0
  197. tencentcloud/icr/v20211014/icr_client_async.py +44 -0
  198. tencentcloud/ie/v20200304/ie_client_async.py +206 -0
  199. tencentcloud/ig/v20210518/ig_client_async.py +44 -0
  200. tencentcloud/igtm/v20231024/igtm_client_async.py +494 -0
  201. tencentcloud/igtm/v20231024/models.py +110 -0
  202. tencentcloud/ims/v20200713/ims_client_async.py +60 -0
  203. tencentcloud/ims/v20201229/ims_client_async.py +132 -0
  204. tencentcloud/ioa/v20220601/ioa_client_async.py +512 -0
  205. tencentcloud/iot/v20180123/iot_client_async.py +838 -0
  206. tencentcloud/iotcloud/v20180614/iotcloud_client_async.py +1268 -0
  207. tencentcloud/iotcloud/v20210408/iotcloud_client_async.py +1340 -0
  208. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +161 -0
  209. tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +3632 -0
  210. tencentcloud/iotexplorer/v20190423/models.py +1669 -337
  211. tencentcloud/iotvideo/v20191126/iotvideo_client_async.py +1278 -0
  212. tencentcloud/iotvideo/v20201215/iotvideo_client_async.py +1448 -0
  213. tencentcloud/iotvideo/v20211125/iotvideo_client_async.py +1970 -0
  214. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client_async.py +1921 -0
  215. tencentcloud/irp/v20220324/irp_client_async.py +98 -0
  216. tencentcloud/irp/v20220805/irp_client_async.py +152 -0
  217. tencentcloud/iss/v20230517/iss_client_async.py +1686 -0
  218. tencentcloud/iss/v20230517/models.py +2 -2
  219. tencentcloud/ivld/v20210903/ivld_client_async.py +636 -0
  220. tencentcloud/keewidb/v20220308/keewidb_client_async.py +711 -0
  221. tencentcloud/kms/v20190118/kms_client_async.py +1252 -0
  222. tencentcloud/lcic/v20220817/lcic_client_async.py +1331 -0
  223. tencentcloud/lighthouse/v20200324/lighthouse_client_async.py +2331 -0
  224. tencentcloud/live/v20180801/live_client.py +0 -25
  225. tencentcloud/live/v20180801/live_client_async.py +3758 -0
  226. tencentcloud/live/v20180801/models.py +0 -282
  227. tencentcloud/lke/v20231130/lke_client_async.py +1923 -0
  228. tencentcloud/lke/v20231130/models.py +82 -0
  229. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -13
  230. tencentcloud/lkeap/v20240522/lkeap_client_async.py +618 -0
  231. tencentcloud/lowcode/v20210108/lowcode_client_async.py +332 -0
  232. tencentcloud/mall/v20230518/mall_client_async.py +44 -0
  233. tencentcloud/mariadb/v20170312/mariadb_client_async.py +1505 -0
  234. tencentcloud/market/v20191010/market_client_async.py +62 -0
  235. tencentcloud/memcached/v20190318/memcached_client_async.py +44 -0
  236. tencentcloud/mmps/v20200710/mmps_client_async.py +296 -0
  237. tencentcloud/mna/v20210119/mna_client_async.py +764 -0
  238. tencentcloud/mongodb/v20180408/mongodb_client_async.py +260 -0
  239. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  240. tencentcloud/mongodb/v20190725/models.py +390 -2
  241. tencentcloud/mongodb/v20190725/mongodb_client.py +46 -0
  242. tencentcloud/mongodb/v20190725/mongodb_client_async.py +1220 -0
  243. tencentcloud/monitor/v20180724/monitor_client_async.py +3099 -0
  244. tencentcloud/monitor/v20230616/monitor_client_async.py +44 -0
  245. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  246. tencentcloud/mps/v20190612/models.py +2329 -290
  247. tencentcloud/mps/v20190612/mps_client.py +232 -0
  248. tencentcloud/mps/v20190612/mps_client_async.py +2729 -0
  249. tencentcloud/mqtt/v20240516/mqtt_client_async.py +1153 -0
  250. tencentcloud/mrs/v20200910/mrs_client_async.py +231 -0
  251. tencentcloud/ms/v20180408/ms_client_async.py +450 -0
  252. tencentcloud/msp/v20180319/msp_client_async.py +154 -0
  253. tencentcloud/nlp/v20190408/nlp_client_async.py +140 -0
  254. tencentcloud/npp/v20190823/npp_client_async.py +170 -0
  255. tencentcloud/oceanus/v20190422/oceanus_client_async.py +844 -0
  256. tencentcloud/ocr/v20181119/models.py +232 -0
  257. tencentcloud/ocr/v20181119/ocr_client_async.py +2228 -0
  258. tencentcloud/omics/v20221128/omics_client_async.py +386 -0
  259. tencentcloud/organization/v20181225/organization_client_async.py +386 -0
  260. tencentcloud/organization/v20210331/organization_client_async.py +2348 -0
  261. tencentcloud/partners/v20180321/partners_client_async.py +444 -0
  262. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  263. tencentcloud/postgres/v20170312/postgres_client_async.py +1908 -0
  264. tencentcloud/privatedns/v20201028/errorcodes.py +9 -0
  265. tencentcloud/privatedns/v20201028/models.py +783 -17
  266. tencentcloud/privatedns/v20201028/privatedns_client.py +93 -1
  267. tencentcloud/privatedns/v20201028/privatedns_client_async.py +746 -0
  268. tencentcloud/pts/v20210728/pts_client_async.py +890 -0
  269. tencentcloud/rce/v20201103/rce_client_async.py +224 -0
  270. tencentcloud/redis/v20180412/redis_client_async.py +2008 -0
  271. tencentcloud/region/v20220627/region_client_async.py +80 -0
  272. tencentcloud/rum/v20210622/rum_client_async.py +999 -0
  273. tencentcloud/scf/v20180416/errorcodes.py +6 -0
  274. tencentcloud/scf/v20180416/models.py +263 -0
  275. tencentcloud/scf/v20180416/scf_client_async.py +984 -0
  276. tencentcloud/securitylake/v20240117/securitylake_client_async.py +44 -0
  277. tencentcloud/ses/v20201002/ses_client_async.py +657 -0
  278. tencentcloud/smh/v20210712/smh_client_async.py +296 -0
  279. tencentcloud/smop/v20201203/smop_client_async.py +46 -0
  280. tencentcloud/sms/v20190711/sms_client_async.py +326 -0
  281. tencentcloud/sms/v20210111/sms_client_async.py +365 -0
  282. tencentcloud/soe/v20180724/soe_client_async.py +98 -0
  283. tencentcloud/sqlserver/v20180328/sqlserver_client_async.py +2693 -0
  284. tencentcloud/ssa/v20180608/ssa_client_async.py +440 -0
  285. tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
  286. tencentcloud/sslpod/v20190605/sslpod_client_async.py +206 -0
  287. tencentcloud/ssm/v20190923/ssm_client_async.py +468 -0
  288. tencentcloud/sts/v20180813/sts_client_async.py +205 -0
  289. tencentcloud/svp/v20240125/svp_client_async.py +116 -0
  290. tencentcloud/taf/v20200210/taf_client_async.py +44 -0
  291. tencentcloud/tag/v20180813/tag_client_async.py +584 -0
  292. tencentcloud/tat/v20201028/tat_client_async.py +565 -0
  293. tencentcloud/tbaas/v20180416/tbaas_client_async.py +458 -0
  294. tencentcloud/tbp/v20190311/tbp_client_async.py +98 -0
  295. tencentcloud/tbp/v20190627/tbp_client_async.py +62 -0
  296. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +986 -0
  297. tencentcloud/tcb/v20180608/tcb_client_async.py +1632 -0
  298. tencentcloud/tcbr/v20220217/models.py +15 -0
  299. tencentcloud/tcbr/v20220217/tcbr_client_async.py +206 -0
  300. tencentcloud/tccatalog/v20241024/tccatalog_client_async.py +98 -0
  301. tencentcloud/tchd/v20230306/tchd_client_async.py +65 -0
  302. tencentcloud/tcm/v20210413/tcm_client_async.py +242 -0
  303. tencentcloud/tcr/v20190924/tcr_client_async.py +2008 -0
  304. tencentcloud/tcss/v20201101/tcss_client_async.py +6169 -0
  305. tencentcloud/tdai/v20250717/models.py +55 -10
  306. tencentcloud/tdai/v20250717/tdai_client.py +1 -1
  307. tencentcloud/tdai/v20250717/tdai_client_async.py +350 -0
  308. tencentcloud/tdcpg/v20211118/tdcpg_client_async.py +482 -0
  309. tencentcloud/tdid/v20210519/tdid_client_async.py +353 -0
  310. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  311. tencentcloud/tdmq/v20200217/models.py +636 -904
  312. tencentcloud/tdmq/v20200217/tdmq_client.py +44 -73
  313. tencentcloud/tdmq/v20200217/tdmq_client_async.py +2732 -0
  314. tencentcloud/tds/v20220801/tds_client_async.py +116 -0
  315. tencentcloud/tem/v20201221/tem_client_async.py +332 -0
  316. tencentcloud/tem/v20210701/tem_client_async.py +949 -0
  317. tencentcloud/teo/v20220106/teo_client_async.py +120 -0
  318. tencentcloud/teo/v20220901/models.py +267 -4
  319. tencentcloud/teo/v20220901/teo_client_async.py +3609 -0
  320. tencentcloud/thpc/v20211109/thpc_client_async.py +98 -0
  321. tencentcloud/thpc/v20220401/thpc_client_async.py +321 -0
  322. tencentcloud/thpc/v20230321/models.py +30 -0
  323. tencentcloud/thpc/v20230321/thpc_client_async.py +591 -0
  324. tencentcloud/tia/v20180226/tia_client_async.py +206 -0
  325. tencentcloud/tiia/v20190529/tiia_client_async.py +536 -0
  326. tencentcloud/tione/v20191022/tione_client_async.py +422 -0
  327. tencentcloud/tione/v20211111/tione_client_async.py +1003 -0
  328. tencentcloud/tiw/v20190919/tiw_client_async.py +656 -0
  329. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  330. tencentcloud/tke/v20180525/models.py +3129 -288
  331. tencentcloud/tke/v20180525/tke_client.py +414 -0
  332. tencentcloud/tke/v20180525/tke_client_async.py +4562 -0
  333. tencentcloud/tke/v20220501/tke_client_async.py +343 -0
  334. tencentcloud/tkgdq/v20190411/tkgdq_client_async.py +80 -0
  335. tencentcloud/tms/v20200713/tms_client_async.py +98 -0
  336. tencentcloud/tms/v20201229/tms_client_async.py +97 -0
  337. tencentcloud/tmt/v20180321/tmt_client_async.py +183 -0
  338. tencentcloud/tourism/v20230215/tourism_client_async.py +44 -0
  339. tencentcloud/trabbit/v20230418/trabbit_client_async.py +548 -0
  340. tencentcloud/trocket/v20230308/trocket_client_async.py +1390 -0
  341. tencentcloud/trp/v20210515/trp_client_async.py +1002 -0
  342. tencentcloud/trro/v20220325/trro_client_async.py +588 -0
  343. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  344. tencentcloud/trtc/v20190722/models.py +21 -6
  345. tencentcloud/trtc/v20190722/trtc_client.py +1 -0
  346. tencentcloud/trtc/v20190722/trtc_client_async.py +1516 -0
  347. tencentcloud/tse/v20201207/tse_client_async.py +2240 -0
  348. tencentcloud/tsf/v20180326/models.py +4 -4
  349. tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  350. tencentcloud/tsi/v20210325/tsi_client_async.py +104 -0
  351. tencentcloud/tsw/v20200924/tsw_client_async.py +44 -0
  352. tencentcloud/tsw/v20210412/tsw_client_async.py +80 -0
  353. tencentcloud/tts/v20190823/tts_client_async.py +107 -0
  354. tencentcloud/vcg/v20240404/vcg_client_async.py +62 -0
  355. tencentcloud/vclm/v20240523/errorcodes.py +27 -0
  356. tencentcloud/vclm/v20240523/models.py +415 -16
  357. tencentcloud/vclm/v20240523/vclm_client.py +47 -0
  358. tencentcloud/vclm/v20240523/vclm_client_async.py +263 -0
  359. tencentcloud/vcube/v20220410/models.py +98 -0
  360. tencentcloud/vcube/v20220410/vcube_client.py +46 -0
  361. tencentcloud/vcube/v20220410/vcube_client_async.py +674 -0
  362. tencentcloud/vdb/v20230616/vdb_client_async.py +278 -0
  363. tencentcloud/vm/v20200709/vm_client_async.py +120 -0
  364. tencentcloud/vm/v20201229/vm_client_async.py +139 -0
  365. tencentcloud/vm/v20210922/models.py +2 -2
  366. tencentcloud/vm/v20210922/vm_client_async.py +148 -0
  367. tencentcloud/vms/v20200902/vms_client_async.py +62 -0
  368. tencentcloud/vod/v20180717/models.py +6 -2
  369. tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  370. tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  371. tencentcloud/vpc/v20170312/vpc_client_async.py +8139 -0
  372. tencentcloud/vrs/v20200824/vrs_client_async.py +182 -0
  373. tencentcloud/vtc/v20240223/vtc_client_async.py +132 -0
  374. tencentcloud/waf/v20180125/models.py +3924 -0
  375. tencentcloud/waf/v20180125/waf_client.py +230 -0
  376. tencentcloud/waf/v20180125/waf_client_async.py +3542 -0
  377. tencentcloud/wav/v20210129/wav_client_async.py +494 -0
  378. tencentcloud/wedata/v20210820/wedata_client_async.py +5384 -0
  379. tencentcloud/wedata/v20250806/wedata_client_async.py +2168 -0
  380. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +1180 -0
  381. tencentcloud/wsa/v20250508/wsa_client_async.py +44 -0
  382. tencentcloud/wss/v20180426/wss_client_async.py +80 -0
  383. tencentcloud/yinsuda/v20220527/yinsuda_client_async.py +386 -0
  384. tencentcloud/yunjing/v20180228/yunjing_client_async.py +1826 -0
  385. tencentcloud/yunsou/v20180504/yunsou_client_async.py +62 -0
  386. tencentcloud/yunsou/v20191115/yunsou_client_async.py +62 -0
  387. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/METADATA +3 -1
  388. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/RECORD +391 -103
  389. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/LICENSE +0 -0
  390. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/WHEEL +0 -0
  391. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,865 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+
17
+
18
+ from tencentcloud.common.abstract_client_async import AbstractClient
19
+ from tencentcloud.gme.v20180711 import models
20
+ from typing import Dict
21
+
22
+
23
+ class GmeClient(AbstractClient):
24
+ _apiVersion = '2018-07-11'
25
+ _endpoint = 'gme.tencentcloudapi.com'
26
+ _service = 'gme'
27
+
28
+ async def ControlAIConversation(
29
+ self,
30
+ request: models.ControlAIConversationRequest,
31
+ opts: Dict = None,
32
+ ) -> models.ControlAIConversationResponse:
33
+ """
34
+ 提供服务端控制机器人的功能
35
+ """
36
+
37
+ kwargs = {}
38
+ kwargs["action"] = "ControlAIConversation"
39
+ kwargs["params"] = request._serialize()
40
+ kwargs["resp_cls"] = models.ControlAIConversationResponse
41
+ kwargs["headers"] = request.headers
42
+ kwargs["opts"] = opts or {}
43
+
44
+ return await self.call_and_deserialize(**kwargs)
45
+
46
+ async def CreateAgeDetectTask(
47
+ self,
48
+ request: models.CreateAgeDetectTaskRequest,
49
+ opts: Dict = None,
50
+ ) -> models.CreateAgeDetectTaskResponse:
51
+ """
52
+ 目前该功能底层能力已不具备,不对外提供,目前需要下线,走预下线流程。
53
+
54
+ 用于创建年龄语音识别任务的接口,请求频率10次/秒。该接口目前通过白名单开放试用,如有需求,请提交工单申请。
55
+ </br>
56
+ <h4><b>接口功能说明:</b></h4>
57
+ <li>支持对语音文件进行检测,判断是否为未成年人。</li>
58
+ <li>支持批量提交检测子任务。检测子任务列表最多支持100个。</li>
59
+ </br>
60
+ <h4><b>音频文件限制说明:</b></h4>
61
+ <li>音频文件大小限制:10 M</li>
62
+ <li>音频文件时长限制:3分钟</li>
63
+ <li>音频文件格式支持的类型:.wav、.m4a、.amr、.mp3、.aac、.wma、.ogg</li>
64
+ </br>
65
+ """
66
+
67
+ kwargs = {}
68
+ kwargs["action"] = "CreateAgeDetectTask"
69
+ kwargs["params"] = request._serialize()
70
+ kwargs["resp_cls"] = models.CreateAgeDetectTaskResponse
71
+ kwargs["headers"] = request.headers
72
+ kwargs["opts"] = opts or {}
73
+
74
+ return await self.call_and_deserialize(**kwargs)
75
+
76
+ async def CreateApp(
77
+ self,
78
+ request: models.CreateAppRequest,
79
+ opts: Dict = None,
80
+ ) -> models.CreateAppResponse:
81
+ """
82
+ 本接口(CreateApp)用于创建一个GME应用。
83
+ """
84
+
85
+ kwargs = {}
86
+ kwargs["action"] = "CreateApp"
87
+ kwargs["params"] = request._serialize()
88
+ kwargs["resp_cls"] = models.CreateAppResponse
89
+ kwargs["headers"] = request.headers
90
+ kwargs["opts"] = opts or {}
91
+
92
+ return await self.call_and_deserialize(**kwargs)
93
+
94
+ async def CreateCustomization(
95
+ self,
96
+ request: models.CreateCustomizationRequest,
97
+ opts: Dict = None,
98
+ ) -> models.CreateCustomizationResponse:
99
+ """
100
+ 用户使用该接口可以创建语音消息转文本热句模型,以供识别调用
101
+ """
102
+
103
+ kwargs = {}
104
+ kwargs["action"] = "CreateCustomization"
105
+ kwargs["params"] = request._serialize()
106
+ kwargs["resp_cls"] = models.CreateCustomizationResponse
107
+ kwargs["headers"] = request.headers
108
+ kwargs["opts"] = opts or {}
109
+
110
+ return await self.call_and_deserialize(**kwargs)
111
+
112
+ async def CreateScanUser(
113
+ self,
114
+ request: models.CreateScanUserRequest,
115
+ opts: Dict = None,
116
+ ) -> models.CreateScanUserResponse:
117
+ """
118
+ 新增自定义送检用户。**接口使用前提**:目前 CreateScanUser 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
119
+ """
120
+
121
+ kwargs = {}
122
+ kwargs["action"] = "CreateScanUser"
123
+ kwargs["params"] = request._serialize()
124
+ kwargs["resp_cls"] = models.CreateScanUserResponse
125
+ kwargs["headers"] = request.headers
126
+ kwargs["opts"] = opts or {}
127
+
128
+ return await self.call_and_deserialize(**kwargs)
129
+
130
+ async def DeleteCustomization(
131
+ self,
132
+ request: models.DeleteCustomizationRequest,
133
+ opts: Dict = None,
134
+ ) -> models.DeleteCustomizationResponse:
135
+ """
136
+ 用户通过该接口可以删除语音消息转文本热句模型
137
+ """
138
+
139
+ kwargs = {}
140
+ kwargs["action"] = "DeleteCustomization"
141
+ kwargs["params"] = request._serialize()
142
+ kwargs["resp_cls"] = models.DeleteCustomizationResponse
143
+ kwargs["headers"] = request.headers
144
+ kwargs["opts"] = opts or {}
145
+
146
+ return await self.call_and_deserialize(**kwargs)
147
+
148
+ async def DeleteRoomMember(
149
+ self,
150
+ request: models.DeleteRoomMemberRequest,
151
+ opts: Dict = None,
152
+ ) -> models.DeleteRoomMemberResponse:
153
+ """
154
+ 本接口(DeleteRoomMember)用户删除房间或者剔除房间内用户
155
+ """
156
+
157
+ kwargs = {}
158
+ kwargs["action"] = "DeleteRoomMember"
159
+ kwargs["params"] = request._serialize()
160
+ kwargs["resp_cls"] = models.DeleteRoomMemberResponse
161
+ kwargs["headers"] = request.headers
162
+ kwargs["opts"] = opts or {}
163
+
164
+ return await self.call_and_deserialize(**kwargs)
165
+
166
+ async def DeleteScanUser(
167
+ self,
168
+ request: models.DeleteScanUserRequest,
169
+ opts: Dict = None,
170
+ ) -> models.DeleteScanUserResponse:
171
+ """
172
+ 删除自定义送检用户。**接口使用前提**:目前 DeleteScanUser 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
173
+ """
174
+
175
+ kwargs = {}
176
+ kwargs["action"] = "DeleteScanUser"
177
+ kwargs["params"] = request._serialize()
178
+ kwargs["resp_cls"] = models.DeleteScanUserResponse
179
+ kwargs["headers"] = request.headers
180
+ kwargs["opts"] = opts or {}
181
+
182
+ return await self.call_and_deserialize(**kwargs)
183
+
184
+ async def DeleteVoicePrint(
185
+ self,
186
+ request: models.DeleteVoicePrintRequest,
187
+ opts: Dict = None,
188
+ ) -> models.DeleteVoicePrintResponse:
189
+ """
190
+ 传入声纹ID,删除之前注册的声纹信息
191
+ """
192
+
193
+ kwargs = {}
194
+ kwargs["action"] = "DeleteVoicePrint"
195
+ kwargs["params"] = request._serialize()
196
+ kwargs["resp_cls"] = models.DeleteVoicePrintResponse
197
+ kwargs["headers"] = request.headers
198
+ kwargs["opts"] = opts or {}
199
+
200
+ return await self.call_and_deserialize(**kwargs)
201
+
202
+ async def DescribeAIConversation(
203
+ self,
204
+ request: models.DescribeAIConversationRequest,
205
+ opts: Dict = None,
206
+ ) -> models.DescribeAIConversationResponse:
207
+ """
208
+ 查询AI对话任务状态。
209
+ """
210
+
211
+ kwargs = {}
212
+ kwargs["action"] = "DescribeAIConversation"
213
+ kwargs["params"] = request._serialize()
214
+ kwargs["resp_cls"] = models.DescribeAIConversationResponse
215
+ kwargs["headers"] = request.headers
216
+ kwargs["opts"] = opts or {}
217
+
218
+ return await self.call_and_deserialize(**kwargs)
219
+
220
+ async def DescribeAgeDetectTask(
221
+ self,
222
+ request: models.DescribeAgeDetectTaskRequest,
223
+ opts: Dict = None,
224
+ ) -> models.DescribeAgeDetectTaskResponse:
225
+ """
226
+ 目前该功能底层能力已不具备,不对外提供,目前需要下线,走预下线流程。
227
+
228
+ 查询年龄语音识别任务结果,请求频率10次/秒。该接口目前通过白名单开放试用,如有需求,请提交工单申请。
229
+ """
230
+
231
+ kwargs = {}
232
+ kwargs["action"] = "DescribeAgeDetectTask"
233
+ kwargs["params"] = request._serialize()
234
+ kwargs["resp_cls"] = models.DescribeAgeDetectTaskResponse
235
+ kwargs["headers"] = request.headers
236
+ kwargs["opts"] = opts or {}
237
+
238
+ return await self.call_and_deserialize(**kwargs)
239
+
240
+ async def DescribeAppStatistics(
241
+ self,
242
+ request: models.DescribeAppStatisticsRequest,
243
+ opts: Dict = None,
244
+ ) -> models.DescribeAppStatisticsResponse:
245
+ """
246
+ 本接口(DescribeAppStatistics)用于获取某个GME应用的用量数据。包括实时语音,语音消息及转文本,语音分析等。最长查询周期为最近60天。
247
+ """
248
+
249
+ kwargs = {}
250
+ kwargs["action"] = "DescribeAppStatistics"
251
+ kwargs["params"] = request._serialize()
252
+ kwargs["resp_cls"] = models.DescribeAppStatisticsResponse
253
+ kwargs["headers"] = request.headers
254
+ kwargs["opts"] = opts or {}
255
+
256
+ return await self.call_and_deserialize(**kwargs)
257
+
258
+ async def DescribeApplicationData(
259
+ self,
260
+ request: models.DescribeApplicationDataRequest,
261
+ opts: Dict = None,
262
+ ) -> models.DescribeApplicationDataResponse:
263
+ """
264
+ 本接口(DescribeApplicationData)用于获取数据详情信息,最多可拉取最近90天的数据。
265
+ """
266
+
267
+ kwargs = {}
268
+ kwargs["action"] = "DescribeApplicationData"
269
+ kwargs["params"] = request._serialize()
270
+ kwargs["resp_cls"] = models.DescribeApplicationDataResponse
271
+ kwargs["headers"] = request.headers
272
+ kwargs["opts"] = opts or {}
273
+
274
+ return await self.call_and_deserialize(**kwargs)
275
+
276
+ async def DescribeApplicationList(
277
+ self,
278
+ request: models.DescribeApplicationListRequest,
279
+ opts: Dict = None,
280
+ ) -> models.DescribeApplicationListResponse:
281
+ """
282
+ 本接口(DescribeApplicationList)用于查询自己账号下的应用列表
283
+ """
284
+
285
+ kwargs = {}
286
+ kwargs["action"] = "DescribeApplicationList"
287
+ kwargs["params"] = request._serialize()
288
+ kwargs["resp_cls"] = models.DescribeApplicationListResponse
289
+ kwargs["headers"] = request.headers
290
+ kwargs["opts"] = opts or {}
291
+
292
+ return await self.call_and_deserialize(**kwargs)
293
+
294
+ async def DescribeAuditResultExternal(
295
+ self,
296
+ request: models.DescribeAuditResultExternalRequest,
297
+ opts: Dict = None,
298
+ ) -> models.DescribeAuditResultExternalResponse:
299
+ """
300
+ 获审核结果明细(外部API)
301
+ """
302
+
303
+ kwargs = {}
304
+ kwargs["action"] = "DescribeAuditResultExternal"
305
+ kwargs["params"] = request._serialize()
306
+ kwargs["resp_cls"] = models.DescribeAuditResultExternalResponse
307
+ kwargs["headers"] = request.headers
308
+ kwargs["opts"] = opts or {}
309
+
310
+ return await self.call_and_deserialize(**kwargs)
311
+
312
+ async def DescribeRealtimeScanConfig(
313
+ self,
314
+ request: models.DescribeRealtimeScanConfigRequest,
315
+ opts: Dict = None,
316
+ ) -> models.DescribeRealtimeScanConfigResponse:
317
+ """
318
+ 获取用户自定义送检信息。**接口使用前提**:目前 DescribeRealtimeScanConfig 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
319
+ """
320
+
321
+ kwargs = {}
322
+ kwargs["action"] = "DescribeRealtimeScanConfig"
323
+ kwargs["params"] = request._serialize()
324
+ kwargs["resp_cls"] = models.DescribeRealtimeScanConfigResponse
325
+ kwargs["headers"] = request.headers
326
+ kwargs["opts"] = opts or {}
327
+
328
+ return await self.call_and_deserialize(**kwargs)
329
+
330
+ async def DescribeRecordInfo(
331
+ self,
332
+ request: models.DescribeRecordInfoRequest,
333
+ opts: Dict = None,
334
+ ) -> models.DescribeRecordInfoResponse:
335
+ """
336
+ 查询录制任务信息。
337
+ """
338
+
339
+ kwargs = {}
340
+ kwargs["action"] = "DescribeRecordInfo"
341
+ kwargs["params"] = request._serialize()
342
+ kwargs["resp_cls"] = models.DescribeRecordInfoResponse
343
+ kwargs["headers"] = request.headers
344
+ kwargs["opts"] = opts or {}
345
+
346
+ return await self.call_and_deserialize(**kwargs)
347
+
348
+ async def DescribeRoomInfo(
349
+ self,
350
+ request: models.DescribeRoomInfoRequest,
351
+ opts: Dict = None,
352
+ ) -> models.DescribeRoomInfoResponse:
353
+ """
354
+ 获取房间内用户信息
355
+ """
356
+
357
+ kwargs = {}
358
+ kwargs["action"] = "DescribeRoomInfo"
359
+ kwargs["params"] = request._serialize()
360
+ kwargs["resp_cls"] = models.DescribeRoomInfoResponse
361
+ kwargs["headers"] = request.headers
362
+ kwargs["opts"] = opts or {}
363
+
364
+ return await self.call_and_deserialize(**kwargs)
365
+
366
+ async def DescribeScanResultList(
367
+ self,
368
+ request: models.DescribeScanResultListRequest,
369
+ opts: Dict = None,
370
+ ) -> models.DescribeScanResultListResponse:
371
+ """
372
+ 本接口(DescribeScanResultList)用于查询语音检测结果,查询任务列表最多支持100个。
373
+ <p style="color:red">如果在提交语音检测任务时未设置 Callback 字段,则需要通过本接口获取检测结果</p>
374
+ """
375
+
376
+ kwargs = {}
377
+ kwargs["action"] = "DescribeScanResultList"
378
+ kwargs["params"] = request._serialize()
379
+ kwargs["resp_cls"] = models.DescribeScanResultListResponse
380
+ kwargs["headers"] = request.headers
381
+ kwargs["opts"] = opts or {}
382
+
383
+ return await self.call_and_deserialize(**kwargs)
384
+
385
+ async def DescribeTaskInfo(
386
+ self,
387
+ request: models.DescribeTaskInfoRequest,
388
+ opts: Dict = None,
389
+ ) -> models.DescribeTaskInfoResponse:
390
+ """
391
+ 查询房间录制的详细信息
392
+ """
393
+
394
+ kwargs = {}
395
+ kwargs["action"] = "DescribeTaskInfo"
396
+ kwargs["params"] = request._serialize()
397
+ kwargs["resp_cls"] = models.DescribeTaskInfoResponse
398
+ kwargs["headers"] = request.headers
399
+ kwargs["opts"] = opts or {}
400
+
401
+ return await self.call_and_deserialize(**kwargs)
402
+
403
+ async def DescribeUserInAndOutTime(
404
+ self,
405
+ request: models.DescribeUserInAndOutTimeRequest,
406
+ opts: Dict = None,
407
+ ) -> models.DescribeUserInAndOutTimeResponse:
408
+ """
409
+ 拉取用户在房间得进出时间
410
+ """
411
+
412
+ kwargs = {}
413
+ kwargs["action"] = "DescribeUserInAndOutTime"
414
+ kwargs["params"] = request._serialize()
415
+ kwargs["resp_cls"] = models.DescribeUserInAndOutTimeResponse
416
+ kwargs["headers"] = request.headers
417
+ kwargs["opts"] = opts or {}
418
+
419
+ return await self.call_and_deserialize(**kwargs)
420
+
421
+ async def DescribeVoicePrint(
422
+ self,
423
+ request: models.DescribeVoicePrintRequest,
424
+ opts: Dict = None,
425
+ ) -> models.DescribeVoicePrintResponse:
426
+ """
427
+ 查询先前注册的声纹信息
428
+ """
429
+
430
+ kwargs = {}
431
+ kwargs["action"] = "DescribeVoicePrint"
432
+ kwargs["params"] = request._serialize()
433
+ kwargs["resp_cls"] = models.DescribeVoicePrintResponse
434
+ kwargs["headers"] = request.headers
435
+ kwargs["opts"] = opts or {}
436
+
437
+ return await self.call_and_deserialize(**kwargs)
438
+
439
+ async def GetCustomizationList(
440
+ self,
441
+ request: models.GetCustomizationListRequest,
442
+ opts: Dict = None,
443
+ ) -> models.GetCustomizationListResponse:
444
+ """
445
+ 查询语音消息转文本热句模型列表
446
+ """
447
+
448
+ kwargs = {}
449
+ kwargs["action"] = "GetCustomizationList"
450
+ kwargs["params"] = request._serialize()
451
+ kwargs["resp_cls"] = models.GetCustomizationListResponse
452
+ kwargs["headers"] = request.headers
453
+ kwargs["opts"] = opts or {}
454
+
455
+ return await self.call_and_deserialize(**kwargs)
456
+
457
+ async def ModifyAppStatus(
458
+ self,
459
+ request: models.ModifyAppStatusRequest,
460
+ opts: Dict = None,
461
+ ) -> models.ModifyAppStatusResponse:
462
+ """
463
+ 本接口(ModifyAppStatus)用于修改应用总开关状态。
464
+ """
465
+
466
+ kwargs = {}
467
+ kwargs["action"] = "ModifyAppStatus"
468
+ kwargs["params"] = request._serialize()
469
+ kwargs["resp_cls"] = models.ModifyAppStatusResponse
470
+ kwargs["headers"] = request.headers
471
+ kwargs["opts"] = opts or {}
472
+
473
+ return await self.call_and_deserialize(**kwargs)
474
+
475
+ async def ModifyCustomization(
476
+ self,
477
+ request: models.ModifyCustomizationRequest,
478
+ opts: Dict = None,
479
+ ) -> models.ModifyCustomizationResponse:
480
+ """
481
+ 用户通过该接口可以更新语音消息转文本热句模型。
482
+ """
483
+
484
+ kwargs = {}
485
+ kwargs["action"] = "ModifyCustomization"
486
+ kwargs["params"] = request._serialize()
487
+ kwargs["resp_cls"] = models.ModifyCustomizationResponse
488
+ kwargs["headers"] = request.headers
489
+ kwargs["opts"] = opts or {}
490
+
491
+ return await self.call_and_deserialize(**kwargs)
492
+
493
+ async def ModifyCustomizationState(
494
+ self,
495
+ request: models.ModifyCustomizationStateRequest,
496
+ opts: Dict = None,
497
+ ) -> models.ModifyCustomizationStateResponse:
498
+ """
499
+ 通过该接口,用户可以修改语音消息转文本热句模型状态,上下线热句模型
500
+ """
501
+
502
+ kwargs = {}
503
+ kwargs["action"] = "ModifyCustomizationState"
504
+ kwargs["params"] = request._serialize()
505
+ kwargs["resp_cls"] = models.ModifyCustomizationStateResponse
506
+ kwargs["headers"] = request.headers
507
+ kwargs["opts"] = opts or {}
508
+
509
+ return await self.call_and_deserialize(**kwargs)
510
+
511
+ async def ModifyRecordInfo(
512
+ self,
513
+ request: models.ModifyRecordInfoRequest,
514
+ opts: Dict = None,
515
+ ) -> models.ModifyRecordInfoResponse:
516
+ """
517
+ 修改录制配置信息
518
+ """
519
+
520
+ kwargs = {}
521
+ kwargs["action"] = "ModifyRecordInfo"
522
+ kwargs["params"] = request._serialize()
523
+ kwargs["resp_cls"] = models.ModifyRecordInfoResponse
524
+ kwargs["headers"] = request.headers
525
+ kwargs["opts"] = opts or {}
526
+
527
+ return await self.call_and_deserialize(**kwargs)
528
+
529
+ async def ModifyUserMicStatus(
530
+ self,
531
+ request: models.ModifyUserMicStatusRequest,
532
+ opts: Dict = None,
533
+ ) -> models.ModifyUserMicStatusResponse:
534
+ """
535
+ **接口作用**:此接口用于修改房间用户的麦克风状态,例如房间内用户麦克风为打开状态,可调用此接口将该用户麦克风进行关闭,关闭后即使该用户使用客户端接口 EnableMic 打开麦克风,依然无法与房间内成员通话,属于被禁言状态。该状态持续到此用户退房后失效,或者调用该接口重新打开此用户麦克风状态。
536
+ **接口应用场景**:此接口多用于游戏业务中台或者风控后台,对一些发表不当言论的玩家进行禁言处理。
537
+ **接口使用前提**:目前 ModifyUserMicStatus 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
538
+ """
539
+
540
+ kwargs = {}
541
+ kwargs["action"] = "ModifyUserMicStatus"
542
+ kwargs["params"] = request._serialize()
543
+ kwargs["resp_cls"] = models.ModifyUserMicStatusResponse
544
+ kwargs["headers"] = request.headers
545
+ kwargs["opts"] = opts or {}
546
+
547
+ return await self.call_and_deserialize(**kwargs)
548
+
549
+ async def RegisterVoicePrint(
550
+ self,
551
+ request: models.RegisterVoicePrintRequest,
552
+ opts: Dict = None,
553
+ ) -> models.RegisterVoicePrintResponse:
554
+ """
555
+ 传入音频base64串,注册声纹信息,返回声纹ID
556
+ """
557
+
558
+ kwargs = {}
559
+ kwargs["action"] = "RegisterVoicePrint"
560
+ kwargs["params"] = request._serialize()
561
+ kwargs["resp_cls"] = models.RegisterVoicePrintResponse
562
+ kwargs["headers"] = request.headers
563
+ kwargs["opts"] = opts or {}
564
+
565
+ return await self.call_and_deserialize(**kwargs)
566
+
567
+ async def ScanVoice(
568
+ self,
569
+ request: models.ScanVoiceRequest,
570
+ opts: Dict = None,
571
+ ) -> models.ScanVoiceResponse:
572
+ """
573
+ 本接口(ScanVoice)用于提交语音检测任务,检测任务列表最多支持100个。使用前请您登录[控制台 - 服务配置](https://console.cloud.tencent.com/gamegme/conf)开启语音内容安全服务。
574
+ </br></br>
575
+
576
+ <h4><b>功能试用说明:</b></h4>
577
+ <li>打开前往<a href="https://console.cloud.tencent.com/gamegme/tryout">控制台 - 产品试用</a>免费试用语音内容安全服务。</li>
578
+ </br>
579
+
580
+ <h4><b>接口功能说明:</b></h4>
581
+ <li>支持对语音流或语音文件进行检测,判断其中是否包含违规内容。</li>
582
+ <li>支持设置回调地址 Callback 获取检测结果,同时支持通过接口(查询语音检测结果)主动轮询获取检测结果。</li>
583
+ <li>支持场景输入,包括:谩骂、色情等场景</li>
584
+ <li>支持批量提交检测任务。检测任务列表最多支持100个。</li>
585
+ </br>
586
+ <h4><b>音频文件限制说明:</b></h4>
587
+ <li>音频文件大小限制:100 M</li>
588
+ <li>音频文件时长限制:30分钟</li>
589
+ <li>音频文件格式支持的类型:.wav、.m4a、.amr、.mp3、.aac、.wma、.ogg</li>
590
+ </br>
591
+ <h4><b>语音流限制说明:</b></h4>
592
+ <li>语音流格式支持的类型:.m3u8、.flv</li>
593
+ <li>语音流支持的传输协议:RTMP、HTTP、HTTPS</li>
594
+ <li>语音流时长限制:4小时</li>
595
+ <li>支持音视频流分离并对音频流进行分析</li>
596
+ </br>
597
+ <h4 id="Label_Value"><b>Scenes 与 Label 参数说明:</b></h4>
598
+ <p>提交语音检测任务时,需要指定 Scenes 场景参数,<font color="red">目前要求您设置 Scenes 参数值为:["default"]</font>;而在检测结果中,则包含请求时指定的场景,以及对应类型的检测结果。</p>
599
+ <table>
600
+ <thread>
601
+ <tr>
602
+ <th>场景</th>
603
+ <th>描述</th>
604
+ <th>Label</th>
605
+ </tr>
606
+ </thread>
607
+ <tbody>
608
+ <tr>
609
+ <td>语音检测</td>
610
+ <td>语音检测的检测类型</td>
611
+ <td>
612
+ <p>normal:正常文本</p>
613
+ <p>porn:色情</p>
614
+ <p>abuse:谩骂</p>
615
+ <p>ad :广告</p>
616
+ <p>illegal :违法</p>
617
+ <p>moan :呻吟</p>
618
+ <p>customized:自定义词库</p>
619
+ </td>
620
+ </tr>
621
+ </tbody>
622
+ </table>
623
+ </br>
624
+ <h4 id="Callback_Declare"><b>回调相关说明:</b></h4>
625
+ <li>如果在请求参数中指定了回调地址参数 Callback,即一个 HTTP(S) 协议接口的 URL,则需要支持 POST 方法,传输数据编码采用 UTF-8。</li>
626
+ <li>在推送回调数据后,接收到的 HTTP 状态码为 200 时,表示推送成功。</li>
627
+ <li>HTTP 请求参数(query)说明:</li>
628
+ <table>
629
+ <thread>
630
+ <tr>
631
+ <th>名称</th>
632
+ <th>类型</th>
633
+ <th>是否必需</th>
634
+ <th>描述</th>
635
+ </tr>
636
+ </thread>
637
+ <tbody>
638
+ <tr>
639
+ <td>Signatue</td>
640
+ <td>string</td>
641
+ <td>是</td>
642
+ <td>签名,具体见<a href="#Callback_Signatue">签名生成说明</a></td>
643
+ </tr>
644
+ </tbody>
645
+ </table>
646
+ <ul id="Callback_Signatue">
647
+ <li>签名生成说明:</li>
648
+ <ul>
649
+ <li>使用 HMAC-SH1 算法, 最终结果做 BASE64 编码;</li>
650
+ <li>签名原文串为 POST+body 的整个json内容(长度以 Content-Length 为准);</li>
651
+ <li>签名key为应用的 SecretKey,可以通过控制台查看。</li>
652
+ </ul>
653
+ </ul>
654
+
655
+ <li>回调示例如下<font color="red">(详细字段说明见结构:
656
+ <a href="https://cloud.tencent.com/document/api/607/35375#DescribeScanResult" target="_blank">DescribeScanResult</a>)</font>:</li>
657
+ <pre><code>{
658
+ "Code": 0,
659
+ "DataId": "1400000000_test_data_id",
660
+ "ScanFinishTime": 1566720906,
661
+ "HitFlag": true,
662
+ "Live": false,
663
+ "Msg": "",
664
+ "ScanPiece": [{
665
+ "DumpUrl": "",
666
+ "HitFlag": true,
667
+ "MainType": "abuse",
668
+ "RoomId": "123",
669
+ "OpenId": "111",
670
+ "Info":"",
671
+ "Offset": 0,
672
+ "Duration": 3400,
673
+ "PieceStartTime":1574684231,
674
+ "ScanDetail": [{
675
+ "EndTime": 1110,
676
+ "KeyWord": "违规字",
677
+ "Label": "abuse",
678
+ "Rate": "90.00",
679
+ "StartTime": 1110
680
+ }, {
681
+ "EndTime": 1380,
682
+ "KeyWord": "违规字",
683
+ "Label": "abuse",
684
+ "Rate": "90.00",
685
+ "StartTime": 930
686
+ }, {
687
+ "EndTime": 1560,
688
+ "KeyWord": "违规字",
689
+ "Label": "abuse",
690
+ "Rate": "90.00",
691
+ "StartTime": 930
692
+ }, {
693
+ "EndTime": 2820,
694
+ "KeyWord": "违规字",
695
+ "Label": "abuse",
696
+ "Rate": "90.00",
697
+ "StartTime": 2490
698
+ }]
699
+ }],
700
+ "ScanStartTime": 1566720905,
701
+ "Scenes": [
702
+ "default"
703
+ ],
704
+ "Status": "Success",
705
+ "TaskId": "6330xxxx-9xx7-11ed-98e3-52xxxxe4ac3b",
706
+ "Url": "https://xxx/xxx.m4a"
707
+ }
708
+ </code></pre>
709
+ """
710
+
711
+ kwargs = {}
712
+ kwargs["action"] = "ScanVoice"
713
+ kwargs["params"] = request._serialize()
714
+ kwargs["resp_cls"] = models.ScanVoiceResponse
715
+ kwargs["headers"] = request.headers
716
+ kwargs["opts"] = opts or {}
717
+
718
+ return await self.call_and_deserialize(**kwargs)
719
+
720
+ async def StartAIConversation(
721
+ self,
722
+ request: models.StartAIConversationRequest,
723
+ opts: Dict = None,
724
+ ) -> models.StartAIConversationResponse:
725
+ """
726
+ 启动AI对话任务,AI通道机器人进入GME房间,与房间内指定的成员进行AI对话,适用于智能客服,AI口语教师等场景
727
+
728
+ GME AI对话功能内置语音转文本能力,同时提供通道服务,即客户可灵活指定第三方AI模型(LLM)服务和文本转音频(TTS)服务,更多[功能说明](https://cloud.tencent.com/document/product/647/108901)。
729
+ """
730
+
731
+ kwargs = {}
732
+ kwargs["action"] = "StartAIConversation"
733
+ kwargs["params"] = request._serialize()
734
+ kwargs["resp_cls"] = models.StartAIConversationResponse
735
+ kwargs["headers"] = request.headers
736
+ kwargs["opts"] = opts or {}
737
+
738
+ return await self.call_and_deserialize(**kwargs)
739
+
740
+ async def StartRecord(
741
+ self,
742
+ request: models.StartRecordRequest,
743
+ opts: Dict = None,
744
+ ) -> models.StartRecordResponse:
745
+ """
746
+ 开启录制
747
+ """
748
+
749
+ kwargs = {}
750
+ kwargs["action"] = "StartRecord"
751
+ kwargs["params"] = request._serialize()
752
+ kwargs["resp_cls"] = models.StartRecordResponse
753
+ kwargs["headers"] = request.headers
754
+ kwargs["opts"] = opts or {}
755
+
756
+ return await self.call_and_deserialize(**kwargs)
757
+
758
+ async def StopAIConversation(
759
+ self,
760
+ request: models.StopAIConversationRequest,
761
+ opts: Dict = None,
762
+ ) -> models.StopAIConversationResponse:
763
+ """
764
+ 停止AI对话任务
765
+ """
766
+
767
+ kwargs = {}
768
+ kwargs["action"] = "StopAIConversation"
769
+ kwargs["params"] = request._serialize()
770
+ kwargs["resp_cls"] = models.StopAIConversationResponse
771
+ kwargs["headers"] = request.headers
772
+ kwargs["opts"] = opts or {}
773
+
774
+ return await self.call_and_deserialize(**kwargs)
775
+
776
+ async def StopRecord(
777
+ self,
778
+ request: models.StopRecordRequest,
779
+ opts: Dict = None,
780
+ ) -> models.StopRecordResponse:
781
+ """
782
+ 停止录制
783
+ """
784
+
785
+ kwargs = {}
786
+ kwargs["action"] = "StopRecord"
787
+ kwargs["params"] = request._serialize()
788
+ kwargs["resp_cls"] = models.StopRecordResponse
789
+ kwargs["headers"] = request.headers
790
+ kwargs["opts"] = opts or {}
791
+
792
+ return await self.call_and_deserialize(**kwargs)
793
+
794
+ async def UpdateAIConversation(
795
+ self,
796
+ request: models.UpdateAIConversationRequest,
797
+ opts: Dict = None,
798
+ ) -> models.UpdateAIConversationResponse:
799
+ """
800
+ 更新AIConversation参数
801
+ """
802
+
803
+ kwargs = {}
804
+ kwargs["action"] = "UpdateAIConversation"
805
+ kwargs["params"] = request._serialize()
806
+ kwargs["resp_cls"] = models.UpdateAIConversationResponse
807
+ kwargs["headers"] = request.headers
808
+ kwargs["opts"] = opts or {}
809
+
810
+ return await self.call_and_deserialize(**kwargs)
811
+
812
+ async def UpdateScanRooms(
813
+ self,
814
+ request: models.UpdateScanRoomsRequest,
815
+ opts: Dict = None,
816
+ ) -> models.UpdateScanRoomsResponse:
817
+ """
818
+ 更新自定义送检房间号。**接口使用前提**:目前 UpdateScanRooms 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
819
+ """
820
+
821
+ kwargs = {}
822
+ kwargs["action"] = "UpdateScanRooms"
823
+ kwargs["params"] = request._serialize()
824
+ kwargs["resp_cls"] = models.UpdateScanRoomsResponse
825
+ kwargs["headers"] = request.headers
826
+ kwargs["opts"] = opts or {}
827
+
828
+ return await self.call_and_deserialize(**kwargs)
829
+
830
+ async def UpdateScanUsers(
831
+ self,
832
+ request: models.UpdateScanUsersRequest,
833
+ opts: Dict = None,
834
+ ) -> models.UpdateScanUsersResponse:
835
+ """
836
+ 更新自定义送检用户号。
837
+ **接口使用前提**:目前 UpdateScanUsers 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
838
+ """
839
+
840
+ kwargs = {}
841
+ kwargs["action"] = "UpdateScanUsers"
842
+ kwargs["params"] = request._serialize()
843
+ kwargs["resp_cls"] = models.UpdateScanUsersResponse
844
+ kwargs["headers"] = request.headers
845
+ kwargs["opts"] = opts or {}
846
+
847
+ return await self.call_and_deserialize(**kwargs)
848
+
849
+ async def UpdateVoicePrint(
850
+ self,
851
+ request: models.UpdateVoicePrintRequest,
852
+ opts: Dict = None,
853
+ ) -> models.UpdateVoicePrintResponse:
854
+ """
855
+ 传入声纹ID以及对应音频信息,更新对应声纹信息
856
+ """
857
+
858
+ kwargs = {}
859
+ kwargs["action"] = "UpdateVoicePrint"
860
+ kwargs["params"] = request._serialize()
861
+ kwargs["resp_cls"] = models.UpdateVoicePrintResponse
862
+ kwargs["headers"] = request.headers
863
+ kwargs["opts"] = opts or {}
864
+
865
+ return await self.call_and_deserialize(**kwargs)