tccli 3.0.1327.1__py2.py3-none-any.whl → 3.0.1329.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.
Files changed (73) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +10 -1
  3. tccli/services/apm/v20210622/examples.json +2 -2
  4. tccli/services/bh/v20230418/api.json +9 -0
  5. tccli/services/cbs/v20170312/api.json +15 -15
  6. tccli/services/ccc/v20200210/api.json +36 -0
  7. tccli/services/cdb/v20170320/api.json +21 -3
  8. tccli/services/cdn/v20180606/examples.json +1 -1
  9. tccli/services/cdwch/v20200915/api.json +3 -3
  10. tccli/services/cdwch/v20200915/examples.json +1 -1
  11. tccli/services/cfs/v20190719/api.json +1 -1
  12. tccli/services/chc/chc_client.py +53 -0
  13. tccli/services/chc/v20230418/api.json +62 -0
  14. tccli/services/chc/v20230418/examples.json +8 -0
  15. tccli/services/cvm/v20170312/api.json +2 -2
  16. tccli/services/cwp/v20180228/api.json +92 -1
  17. tccli/services/dbbrain/v20210527/api.json +4 -4
  18. tccli/services/dcdb/v20180411/examples.json +1 -1
  19. tccli/services/dts/v20211206/api.json +3 -3
  20. tccli/services/emr/v20190103/api.json +175 -10
  21. tccli/services/ess/ess_client.py +126 -20
  22. tccli/services/ess/v20201111/api.json +136 -2
  23. tccli/services/ess/v20201111/examples.json +22 -0
  24. tccli/services/essbasic/v20210526/api.json +3 -3
  25. tccli/services/gs/gs_client.py +729 -146
  26. tccli/services/gs/v20191118/api.json +758 -29
  27. tccli/services/gs/v20191118/examples.json +88 -0
  28. tccli/services/hai/hai_client.py +53 -0
  29. tccli/services/hai/v20230812/api.json +62 -0
  30. tccli/services/hai/v20230812/examples.json +8 -0
  31. tccli/services/ioa/ioa_client.py +53 -0
  32. tccli/services/ioa/v20220601/api.json +263 -0
  33. tccli/services/ioa/v20220601/examples.json +8 -0
  34. tccli/services/iotexplorer/v20190423/api.json +57 -6
  35. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  36. tccli/services/lighthouse/v20200324/api.json +1 -1
  37. tccli/services/lke/v20231130/api.json +315 -4
  38. tccli/services/lke/v20231130/examples.json +4 -4
  39. tccli/services/mariadb/v20170312/api.json +10 -10
  40. tccli/services/ocr/v20181119/api.json +76 -11
  41. tccli/services/partners/v20180321/api.json +7 -7
  42. tccli/services/sqlserver/v20180328/api.json +29 -2
  43. tccli/services/ssl/v20191205/api.json +79 -0
  44. tccli/services/ssl/v20191205/examples.json +6 -6
  45. tccli/services/tcss/v20201101/api.json +58 -3
  46. tccli/services/tcss/v20201101/examples.json +2 -2
  47. tccli/services/tem/tem_client.py +53 -0
  48. tccli/services/tem/v20210701/api.json +107 -0
  49. tccli/services/tem/v20210701/examples.json +8 -0
  50. tccli/services/teo/v20220901/api.json +807 -74
  51. tccli/services/teo/v20220901/examples.json +2 -2
  52. tccli/services/tke/tke_client.py +53 -0
  53. tccli/services/tke/v20220501/api.json +61 -0
  54. tccli/services/tke/v20220501/examples.json +8 -0
  55. tccli/services/trtc/trtc_client.py +216 -4
  56. tccli/services/trtc/v20190722/api.json +431 -2
  57. tccli/services/trtc/v20190722/examples.json +32 -0
  58. tccli/services/vclm/v20240523/api.json +173 -0
  59. tccli/services/vclm/v20240523/examples.json +16 -0
  60. tccli/services/vclm/vclm_client.py +106 -0
  61. tccli/services/vm/v20210922/api.json +16 -20
  62. tccli/services/vod/v20180717/api.json +13 -11
  63. tccli/services/vod/v20180717/examples.json +4 -4
  64. tccli/services/vpc/v20170312/api.json +10 -1
  65. tccli/services/waf/v20180125/api.json +2 -2
  66. tccli/services/wedata/v20210820/api.json +952 -0
  67. tccli/services/wedata/v20210820/examples.json +8 -0
  68. tccli/services/wedata/wedata_client.py +53 -0
  69. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/METADATA +2 -2
  70. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/RECORD +73 -73
  71. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/WHEEL +0 -0
  72. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/entry_points.txt +0 -0
  73. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/license_files/LICENSE +0 -0
@@ -49,6 +49,13 @@
49
49
  "output": "DeletePictureResponse",
50
50
  "status": "online"
51
51
  },
52
+ "DeleteVoicePrint": {
53
+ "document": "传入声纹ID,删除之前注册的声纹信息",
54
+ "input": "DeleteVoicePrintRequest",
55
+ "name": "删除声纹信息",
56
+ "output": "DeleteVoicePrintResponse",
57
+ "status": "online"
58
+ },
52
59
  "DescribeAIConversation": {
53
60
  "document": "查询AI对话任务状态。",
54
61
  "input": "DescribeAIConversationRequest",
@@ -231,6 +238,13 @@
231
238
  "output": "DescribeUserInfoResponse",
232
239
  "status": "online"
233
240
  },
241
+ "DescribeVoicePrint": {
242
+ "document": "查询先前注册的声纹信息",
243
+ "input": "DescribeVoicePrintRequest",
244
+ "name": "查询声纹信息",
245
+ "output": "DescribeVoicePrintResponse",
246
+ "status": "online"
247
+ },
234
248
  "DescribeWebRecord": {
235
249
  "document": "查询页面录制任务",
236
250
  "input": "DescribeWebRecordRequest",
@@ -266,6 +280,13 @@
266
280
  "output": "ModifyPictureResponse",
267
281
  "status": "online"
268
282
  },
283
+ "RegisterVoicePrint": {
284
+ "document": "传入音频base64串,注册声纹信息,返回声纹ID",
285
+ "input": "RegisterVoicePrintRequest",
286
+ "name": "注册声纹信息",
287
+ "output": "RegisterVoicePrintResponse",
288
+ "status": "online"
289
+ },
269
290
  "RemoveUser": {
270
291
  "document": "接口说明:将用户从房间移出,适用于主播/房主/管理员踢人等场景。支持所有平台,Android、iOS、Windows 和 macOS 需升级到 TRTC SDK 6.6及以上版本。",
271
292
  "input": "RemoveUserRequest",
@@ -398,6 +419,13 @@
398
419
  "name": "更新输入在线媒体流",
399
420
  "output": "UpdateStreamIngestResponse",
400
421
  "status": "online"
422
+ },
423
+ "UpdateVoicePrint": {
424
+ "document": "传入声纹ID以及对应音频信息,更新对应声纹信息",
425
+ "input": "UpdateVoicePrintRequest",
426
+ "name": "更新声纹信息",
427
+ "output": "UpdateVoicePrintResponse",
428
+ "status": "online"
401
429
  }
402
430
  },
403
431
  "metadata": {
@@ -612,6 +640,28 @@
612
640
  "required": false,
613
641
  "type": "int",
614
642
  "value_allowed_null": false
643
+ },
644
+ {
645
+ "disabled": false,
646
+ "document": "环境音设置",
647
+ "example": "无",
648
+ "member": "AmbientSound",
649
+ "name": "AmbientSound",
650
+ "output_required": false,
651
+ "required": false,
652
+ "type": "object",
653
+ "value_allowed_null": false
654
+ },
655
+ {
656
+ "disabled": false,
657
+ "document": "声纹配置",
658
+ "example": "无",
659
+ "member": "VoicePrint",
660
+ "name": "VoicePrint",
661
+ "output_required": false,
662
+ "required": false,
663
+ "type": "object",
664
+ "value_allowed_null": false
615
665
  }
616
666
  ],
617
667
  "usage": "both"
@@ -649,6 +699,34 @@
649
699
  ],
650
700
  "usage": "in"
651
701
  },
702
+ "AmbientSound": {
703
+ "document": "背景音设置,将在通话中添加环境音效,使体验更加逼真。目前支持以下选项:\ncoffee_shop: 咖啡店氛围,背景中有人聊天。\nbusy_office: 客服中心\nstreet_traffic: 户外街道\nevening_mountain: 户外山林",
704
+ "members": [
705
+ {
706
+ "disabled": false,
707
+ "document": "环境场景选择",
708
+ "example": "coffee_shop",
709
+ "member": "string",
710
+ "name": "Scene",
711
+ "output_required": false,
712
+ "required": true,
713
+ "type": "string",
714
+ "value_allowed_null": false
715
+ },
716
+ {
717
+ "disabled": false,
718
+ "document": "控制环境音的音量。取值的范围是 [0,2]。值越低,环境音越小;值越高,环境音越响亮。如果未设置,则使用默认值 1。",
719
+ "example": "1.0",
720
+ "member": "float",
721
+ "name": "Volume",
722
+ "output_required": false,
723
+ "required": false,
724
+ "type": "float",
725
+ "value_allowed_null": false
726
+ }
727
+ ],
728
+ "usage": "both"
729
+ },
652
730
  "AudioEncode": {
653
731
  "document": "音频编码参数。",
654
732
  "members": [
@@ -1388,6 +1466,33 @@
1388
1466
  ],
1389
1467
  "type": "object"
1390
1468
  },
1469
+ "DeleteVoicePrintRequest": {
1470
+ "document": "DeleteVoicePrint请求参数结构体",
1471
+ "members": [
1472
+ {
1473
+ "disabled": false,
1474
+ "document": "声纹信息ID",
1475
+ "example": "20250529_xxxxxx",
1476
+ "member": "string",
1477
+ "name": "VoicePrintId",
1478
+ "required": true,
1479
+ "type": "string"
1480
+ }
1481
+ ],
1482
+ "type": "object"
1483
+ },
1484
+ "DeleteVoicePrintResponse": {
1485
+ "document": "DeleteVoicePrint返回参数结构体",
1486
+ "members": [
1487
+ {
1488
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1489
+ "member": "string",
1490
+ "name": "RequestId",
1491
+ "type": "string"
1492
+ }
1493
+ ],
1494
+ "type": "object"
1495
+ },
1391
1496
  "DescribeAIConversationRequest": {
1392
1497
  "document": "DescribeAIConversation请求参数结构体",
1393
1498
  "members": [
@@ -3242,6 +3347,80 @@
3242
3347
  ],
3243
3348
  "type": "object"
3244
3349
  },
3350
+ "DescribeVoicePrintRequest": {
3351
+ "document": "DescribeVoicePrint请求参数结构体",
3352
+ "members": [
3353
+ {
3354
+ "disabled": false,
3355
+ "document": "查询方式,0表示查询特定VoicePrintId,1表示分页查询",
3356
+ "example": "1",
3357
+ "member": "uint64",
3358
+ "name": "DescribeMode",
3359
+ "required": true,
3360
+ "type": "int"
3361
+ },
3362
+ {
3363
+ "disabled": false,
3364
+ "document": "声纹ID",
3365
+ "example": "13000569123-fd91f128-52a6-4692-b94a-c0f9fd3c4287",
3366
+ "member": "string",
3367
+ "name": "VoicePrintIdList",
3368
+ "required": false,
3369
+ "type": "list"
3370
+ },
3371
+ {
3372
+ "disabled": false,
3373
+ "document": "当前页码,从1开始,DescribeMode为1时填写",
3374
+ "example": "1",
3375
+ "member": "uint64",
3376
+ "name": "PageIndex",
3377
+ "required": false,
3378
+ "type": "int"
3379
+ },
3380
+ {
3381
+ "disabled": false,
3382
+ "document": "每页条数 最少20,DescribeMode为1时填写",
3383
+ "example": "20",
3384
+ "member": "uint64",
3385
+ "name": "PageSize",
3386
+ "required": false,
3387
+ "type": "int"
3388
+ }
3389
+ ],
3390
+ "type": "object"
3391
+ },
3392
+ "DescribeVoicePrintResponse": {
3393
+ "document": "DescribeVoicePrint返回参数结构体",
3394
+ "members": [
3395
+ {
3396
+ "disabled": false,
3397
+ "document": "总的条数",
3398
+ "example": "100",
3399
+ "member": "uint64",
3400
+ "name": "TotalCount",
3401
+ "output_required": false,
3402
+ "type": "int",
3403
+ "value_allowed_null": false
3404
+ },
3405
+ {
3406
+ "disabled": false,
3407
+ "document": "声纹信息",
3408
+ "example": "无",
3409
+ "member": "VoicePrintInfo",
3410
+ "name": "Data",
3411
+ "output_required": false,
3412
+ "type": "list",
3413
+ "value_allowed_null": false
3414
+ },
3415
+ {
3416
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3417
+ "member": "string",
3418
+ "name": "RequestId",
3419
+ "type": "string"
3420
+ }
3421
+ ],
3422
+ "type": "object"
3423
+ },
3245
3424
  "DescribeWebRecordRequest": {
3246
3425
  "document": "DescribeWebRecord请求参数结构体",
3247
3426
  "members": [
@@ -5631,6 +5810,79 @@
5631
5810
  ],
5632
5811
  "usage": "out"
5633
5812
  },
5813
+ "RegisterVoicePrintRequest": {
5814
+ "document": "RegisterVoicePrint请求参数结构体",
5815
+ "members": [
5816
+ {
5817
+ "disabled": false,
5818
+ "document": "整个wav音频文件的base64字符串,其中wav文件限定为16k或8k采样率, 16bit位深, 单声道, 8到18秒有效音频时长,编码数据大小不超过2M",
5819
+ "example": "kAOgA9AEA...",
5820
+ "member": "string",
5821
+ "name": "Audio",
5822
+ "required": true,
5823
+ "type": "string"
5824
+ },
5825
+ {
5826
+ "disabled": false,
5827
+ "document": "毫秒时间戳",
5828
+ "example": "1748249540000",
5829
+ "member": "uint64",
5830
+ "name": "ReqTimestamp",
5831
+ "required": true,
5832
+ "type": "int"
5833
+ },
5834
+ {
5835
+ "disabled": false,
5836
+ "document": "音频格式,目前只支持0,代表wav",
5837
+ "example": "0",
5838
+ "member": "uint64",
5839
+ "name": "AudioFormat",
5840
+ "required": true,
5841
+ "type": "int"
5842
+ },
5843
+ {
5844
+ "disabled": false,
5845
+ "document": "音频名称,长度不要超过32",
5846
+ "example": "jackson",
5847
+ "member": "string",
5848
+ "name": "AudioName",
5849
+ "required": true,
5850
+ "type": "string"
5851
+ },
5852
+ {
5853
+ "disabled": false,
5854
+ "document": "和声纹绑定的MetaInfo,长度最大不超过512",
5855
+ "example": "metainfo string",
5856
+ "member": "string",
5857
+ "name": "AudioMetaInfo",
5858
+ "required": false,
5859
+ "type": "string"
5860
+ }
5861
+ ],
5862
+ "type": "object"
5863
+ },
5864
+ "RegisterVoicePrintResponse": {
5865
+ "document": "RegisterVoicePrint返回参数结构体",
5866
+ "members": [
5867
+ {
5868
+ "disabled": false,
5869
+ "document": "声纹信息ID",
5870
+ "example": "声纹信息id",
5871
+ "member": "string",
5872
+ "name": "VoicePrintId",
5873
+ "output_required": false,
5874
+ "type": "string",
5875
+ "value_allowed_null": false
5876
+ },
5877
+ {
5878
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5879
+ "member": "string",
5880
+ "name": "RequestId",
5881
+ "type": "string"
5882
+ }
5883
+ ],
5884
+ "type": "object"
5885
+ },
5634
5886
  "RemoveUserByStrRoomIdRequest": {
5635
5887
  "document": "RemoveUserByStrRoomId请求参数结构体",
5636
5888
  "members": [
@@ -5809,7 +6061,7 @@
5809
6061
  "members": [
5810
6062
  {
5811
6063
  "disabled": false,
5812
- "document": "\n语音转文字支持识别的语言,默认是\"zh\" 中文\n\n可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:[AI智能识别计费说明](https://cloud.tencent.com/document/product/647/111976)\n\n语音转文本不同套餐版本支持的语言如下:\n\n**基础版**:\n- \"zh\": 中文(简体)\n- \"zh-TW\": 中文(繁体)\n- \"en\": 英语\n\n**标准版:**\n- \"8k_zh_large\": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.\n- \"16k_zh_large\": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n- \"16k_multi_lang\": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).\n- \"16k_zh_en\": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n\n**高级版:**\n- \"zh-dialect\": 中国方言\n- \"zh-yue\": 中国粤语\n- \"vi\": 越南语\n- \"ja\": 日语\n- \"ko\": 韩语\n- \"id\": 印度尼西亚语\n- \"th\": 泰语\n- \"pt\": 葡萄牙语\n- \"tr\": 土耳其语\n- \"ar\": 阿拉伯语\n- \"es\": 西班牙语\n- \"hi\": 印地语\n- \"fr\": 法语\n- \"ms\": 马来语\n- \"fil\": 菲律宾语\n- \"de\": 德语\n- \"it\": 意大利语\n- \"ru\": 俄语\n- \"sv\": 瑞典语\n- \"da\": 丹麦语\n- \"no\": 挪威语\n\n**注意:**\n如果缺少满足您需求的语言,请联系我们技术人员。",
6064
+ "document": "\n语音转文字支持识别的语言,默认是\"zh\" 中文\n\n可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:[AI智能识别计费说明](https://cloud.tencent.com/document/product/647/111976)\n\n语音转文本不同套餐版本支持的语言如下:\n\n**基础版**:\n- \"zh\": 中文(简体)\n- \"zh-TW\": 中文(繁体)\n- \"en\": 英语\n- \"16k_zh_edu\":中文教育\n- \"16k_zh_medical\":中文医疗\n- \"16k_zh_court\":中文法庭\n\n**标准版:**\n- \"8k_zh_large\": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.\n- \"16k_zh_large\": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n- \"16k_multi_lang\": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).\n- \"16k_zh_en\": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n\n**高级版:**\n- \"zh-dialect\": 中国方言\n- \"zh-yue\": 中国粤语\n- \"vi\": 越南语\n- \"ja\": 日语\n- \"ko\": 韩语\n- \"id\": 印度尼西亚语\n- \"th\": 泰语\n- \"pt\": 葡萄牙语\n- \"tr\": 土耳其语\n- \"ar\": 阿拉伯语\n- \"es\": 西班牙语\n- \"hi\": 印地语\n- \"fr\": 法语\n- \"ms\": 马来语\n- \"fil\": 菲律宾语\n- \"de\": 德语\n- \"it\": 意大利语\n- \"ru\": 俄语\n- \"sv\": 瑞典语\n- \"da\": 丹麦语\n- \"no\": 挪威语\n\n**注意:**\n如果缺少满足您需求的语言,请联系我们技术人员。",
5813
6065
  "example": "zh",
5814
6066
  "member": "string",
5815
6067
  "name": "Language",
@@ -5820,7 +6072,7 @@
5820
6072
  },
5821
6073
  {
5822
6074
  "disabled": false,
5823
- "document": "**发起模糊识别为高级版能力,默认按照高级版收费,仅支持填写基础版和高级版语言.**\n注意:不支持填写\"zh-dialect\"",
6075
+ "document": "**发起模糊识别为高级版能力,默认按照高级版收费**\n注意:不支持填写\"zh-dialect\", \"16k_zh_edu\", \"16k_zh_medical\", \"16k_zh_court\", \"8k_zh_large\", \"16k_zh_large\",\"16k_multi_lang\", \"16k_zh_en\"\n",
5824
6076
  "example": "无",
5825
6077
  "member": "string",
5826
6078
  "name": "AlternativeLanguage",
@@ -7866,6 +8118,69 @@
7866
8118
  ],
7867
8119
  "type": "object"
7868
8120
  },
8121
+ "UpdateVoicePrintRequest": {
8122
+ "document": "UpdateVoicePrint请求参数结构体",
8123
+ "members": [
8124
+ {
8125
+ "disabled": false,
8126
+ "document": "声纹信息ID",
8127
+ "example": "20250529_xxxxxx",
8128
+ "member": "string",
8129
+ "name": "VoicePrintId",
8130
+ "required": true,
8131
+ "type": "string"
8132
+ },
8133
+ {
8134
+ "disabled": false,
8135
+ "document": "毫秒时间戳",
8136
+ "example": "1748249540000",
8137
+ "member": "uint64",
8138
+ "name": "ReqTimestamp",
8139
+ "required": true,
8140
+ "type": "int"
8141
+ },
8142
+ {
8143
+ "disabled": false,
8144
+ "document": "音频格式,目前只支持0,代表wav",
8145
+ "example": "0",
8146
+ "member": "uint64",
8147
+ "name": "AudioFormat",
8148
+ "required": false,
8149
+ "type": "int"
8150
+ },
8151
+ {
8152
+ "disabled": false,
8153
+ "document": "整个wav音频文件的base64字符串,其中wav文件限定为16k或8k采样率, 16bit位深, 单声道, 8到18秒有效音频时长,编码数据大小不超过2M",
8154
+ "example": "f8AAAMABwAJAAsxxxx",
8155
+ "member": "string",
8156
+ "name": "Audio",
8157
+ "required": false,
8158
+ "type": "string"
8159
+ },
8160
+ {
8161
+ "disabled": false,
8162
+ "document": "和声纹绑定的MetaInfo,长度最大不超过512",
8163
+ "example": "metainfo string",
8164
+ "member": "string",
8165
+ "name": "AudioMetaInfo",
8166
+ "required": false,
8167
+ "type": "string"
8168
+ }
8169
+ ],
8170
+ "type": "object"
8171
+ },
8172
+ "UpdateVoicePrintResponse": {
8173
+ "document": "UpdateVoicePrint返回参数结构体",
8174
+ "members": [
8175
+ {
8176
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8177
+ "member": "string",
8178
+ "name": "RequestId",
8179
+ "type": "string"
8180
+ }
8181
+ ],
8182
+ "type": "object"
8183
+ },
7869
8184
  "UserInformation": {
7870
8185
  "document": "用户信息,包括用户进房时间,退房时间等",
7871
8186
  "members": [
@@ -8134,6 +8449,120 @@
8134
8449
  ],
8135
8450
  "usage": "in"
8136
8451
  },
8452
+ "VoicePrint": {
8453
+ "document": "声纹配置参数",
8454
+ "members": [
8455
+ {
8456
+ "disabled": false,
8457
+ "document": "默认为0,表示不启用声纹。1表示使用固定声纹,且需要填写voiceprint id。2表示使用动态声纹,不需要使用voiceprint id,内部动态选择主讲人声纹",
8458
+ "example": "1",
8459
+ "member": "uint64",
8460
+ "name": "Mode",
8461
+ "output_required": false,
8462
+ "required": false,
8463
+ "type": "int",
8464
+ "value_allowed_null": false
8465
+ },
8466
+ {
8467
+ "disabled": false,
8468
+ "document": "只有当VoicePrint Mode为1时需要填写,目前仅支持填写一个声纹id",
8469
+ "example": "[\"your-voiceprint-id\"]",
8470
+ "member": "string",
8471
+ "name": "IdList",
8472
+ "output_required": false,
8473
+ "required": false,
8474
+ "type": "list",
8475
+ "value_allowed_null": false
8476
+ }
8477
+ ],
8478
+ "usage": "both"
8479
+ },
8480
+ "VoicePrintInfo": {
8481
+ "document": "声纹查询数据",
8482
+ "members": [
8483
+ {
8484
+ "disabled": false,
8485
+ "document": "声纹ID",
8486
+ "example": "1300056123-fd91f128-52a6-4692-b94a-c0f9fd3c4287",
8487
+ "member": "string",
8488
+ "name": "VoicePrintId",
8489
+ "output_required": false,
8490
+ "type": "string",
8491
+ "value_allowed_null": false
8492
+ },
8493
+ {
8494
+ "disabled": false,
8495
+ "document": "应用id",
8496
+ "example": "1300056123",
8497
+ "member": "uint64",
8498
+ "name": "AppId",
8499
+ "output_required": false,
8500
+ "type": "int",
8501
+ "value_allowed_null": false
8502
+ },
8503
+ {
8504
+ "disabled": false,
8505
+ "document": "和声纹绑定的MetaInfo",
8506
+ "example": "metainfo",
8507
+ "member": "string",
8508
+ "name": "VoicePrintMetaInfo",
8509
+ "output_required": false,
8510
+ "type": "string",
8511
+ "value_allowed_null": false
8512
+ },
8513
+ {
8514
+ "disabled": false,
8515
+ "document": "创建时间",
8516
+ "example": "2025-05-21 19:23:54",
8517
+ "member": "string",
8518
+ "name": "CreateTime",
8519
+ "output_required": false,
8520
+ "type": "string",
8521
+ "value_allowed_null": false
8522
+ },
8523
+ {
8524
+ "disabled": false,
8525
+ "document": "更新时间",
8526
+ "example": "2025-05-21 19:23:54",
8527
+ "member": "string",
8528
+ "name": "UpdateTime",
8529
+ "output_required": false,
8530
+ "type": "string",
8531
+ "value_allowed_null": false
8532
+ },
8533
+ {
8534
+ "disabled": false,
8535
+ "document": "音频格式,当前只有0(代表wav)",
8536
+ "example": "0",
8537
+ "member": "uint64",
8538
+ "name": "AudioFormat",
8539
+ "output_required": false,
8540
+ "type": "int",
8541
+ "value_allowed_null": false
8542
+ },
8543
+ {
8544
+ "disabled": false,
8545
+ "document": "音频名称",
8546
+ "example": "jackson",
8547
+ "member": "string",
8548
+ "name": "AudioName",
8549
+ "output_required": false,
8550
+ "type": "string",
8551
+ "value_allowed_null": false
8552
+ },
8553
+ {
8554
+ "disabled": false,
8555
+ "document": "请求毫秒时间戳",
8556
+ "example": "1748249540000",
8557
+ "member": "uint64",
8558
+ "name": "ReqTimestamp",
8559
+ "output_required": false,
8560
+ "type": "int",
8561
+ "value_allowed_null": false
8562
+ }
8563
+ ],
8564
+ "usage": "out"
8565
+ },
8137
8566
  "WaterMark": {
8138
8567
  "document": "水印布局参数",
8139
8568
  "members": [
@@ -56,6 +56,14 @@
56
56
  "title": "删除图片"
57
57
  }
58
58
  ],
59
+ "DeleteVoicePrint": [
60
+ {
61
+ "document": "",
62
+ "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVoicePrint\n<公共请求参数>\n\n{\n \"VoicePrintId\": \"20250605_9cc525c117ab4545b1ad21543e48412fSz4ZnwTZCW2tyePrHj0Y37WXz4QkUoLvT9P_eRVqiw\"\n}",
63
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3facfb37-9ded-4c73-bef7-90a78a0c2936\"\n }\n}",
64
+ "title": "删除jackson的声纹信息"
65
+ }
66
+ ],
59
67
  "DescribeAIConversation": [
60
68
  {
61
69
  "document": "",
@@ -264,6 +272,14 @@
264
272
  "title": "查询用户列表与通话指标"
265
273
  }
266
274
  ],
275
+ "DescribeVoicePrint": [
276
+ {
277
+ "document": "",
278
+ "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVoicePrint\n<公共请求参数>\n\n{\n \"DescribeMode\": 1,\n \"PageIndex\": 1,\n \"PageSize\": 1\n}",
279
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppId\": 1300056921,\n \"AudioName\": \"jackson\",\n \"CreateTime\": \"2025-06-05 18:40:27\",\n \"ReqTimestamp\": 1749119970000,\n \"UpdateTime\": \"2025-06-05 18:40:27\",\n \"VoicePrintId\": \"20250605_e3f126cda7ad4196bfb1acfb10642d39fFPqPcCyY6KcccmO9t4CHqn-6qJMBnzaiLzdaeEi2Q\",\n \"VoicePrintMetaInfo\": \"custom_metainfo\"\n }\n ],\n \"RequestId\": \"10459f57-b3fb-42a3-99c7-0c037967e420\",\n \"TotalCount\": 14\n }\n}",
280
+ "title": "分页查询已经注册过的声纹信息"
281
+ }
282
+ ],
267
283
  "DescribeWebRecord": [
268
284
  {
269
285
  "document": "",
@@ -304,6 +320,14 @@
304
320
  "title": "修改图片相关参数"
305
321
  }
306
322
  ],
323
+ "RegisterVoicePrint": [
324
+ {
325
+ "document": "",
326
+ "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterVoicePrint\n<公共请求参数>\n\n{\n \"Audio\": \"The Base64 string of the entire WAV audio file, with valid audio content from 8 to 18 seconds.\",\n \"ReqTimestamp\": 1749119700000,\n \"AudioFormat\": 0,\n \"AudioName\": \"jackson\",\n \"AudioMetaInfo\": \"custom_metainfo\"\n}",
327
+ "output": "{\n \"Response\": {\n \"RequestId\": \"47a8f838-8368-4dc7-a5ce-94b366692f6f\",\n \"VoicePrintId\": \"20250605_9cc525c117ab4545b1ad21543e48412fSz4ZnwTZCW2tyePrHj0Y37WXz4QkUoLvT9P_eRVqiw\"\n }\n}",
328
+ "title": "注册jackson的声纹信息"
329
+ }
330
+ ],
307
331
  "RemoveUser": [
308
332
  {
309
333
  "document": "将用户user_1、user_2从房间1001移出。",
@@ -497,6 +521,14 @@
497
521
  "output": "{\n \"Response\": {\n \"Status\": \"InProgress\",\n \"RequestId\": \"71993312-6ab8-4768-9124-118e0a20c45f\"\n }\n}",
498
522
  "title": "更新任务"
499
523
  }
524
+ ],
525
+ "UpdateVoicePrint": [
526
+ {
527
+ "document": "",
528
+ "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateVoicePrint\n<公共请求参数>\n\n{\n \"VoicePrintId\": \"20250605_9cc525c117ab4545b1ad21543e48412fSz4ZnwTZCW2tyePrHj0Y37WXz4QkUoLvT9P_eRVqiw\",\n \"ReqTimestamp\": 1749120210000,\n \"AudioFormat\": 0,\n \"Audio\": \"The Base64 string of the entire WAV audio file, with valid audio content from 8 to 18 seconds.\",\n \"AudioMetaInfo\": \"update_metainfo\"\n}",
529
+ "output": "{\n \"Response\": {\n \"RequestId\": \"40e323b2-f0e7-402c-be5d-b02aef40d887\"\n }\n}",
530
+ "title": "更新jackson的音频信息"
531
+ }
500
532
  ]
501
533
  },
502
534
  "version": "1.0"