tccli 3.0.1368.1__py2.py3-none-any.whl → 3.0.1369.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 (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +34 -1
  3. tccli/services/batch/v20170312/examples.json +1 -1
  4. tccli/services/cdb/v20170320/api.json +6 -6
  5. tccli/services/cdb/v20170320/examples.json +1 -1
  6. tccli/services/cdwch/v20200915/api.json +16 -7
  7. tccli/services/cfg/v20210820/api.json +9 -0
  8. tccli/services/clb/v20180317/api.json +11 -11
  9. tccli/services/csip/csip_client.py +53 -0
  10. tccli/services/csip/v20221121/api.json +333 -3
  11. tccli/services/csip/v20221121/examples.json +8 -0
  12. tccli/services/emr/v20190103/api.json +9 -0
  13. tccli/services/emr/v20190103/examples.json +1 -1
  14. tccli/services/faceid/v20180301/api.json +1 -1
  15. tccli/services/hunyuan/v20230901/api.json +4 -4
  16. tccli/services/iai/v20180301/api.json +1 -1
  17. tccli/services/iai/v20200303/api.json +1 -1
  18. tccli/services/live/v20180801/api.json +1 -1
  19. tccli/services/mps/v20190612/api.json +15 -5
  20. tccli/services/mps/v20190612/examples.json +1 -1
  21. tccli/services/omics/v20221128/api.json +105 -6
  22. tccli/services/sqlserver/v20180328/api.json +20 -0
  23. tccli/services/tdmq/v20200217/api.json +12 -3
  24. tccli/services/tdmq/v20200217/examples.json +1 -1
  25. tccli/services/teo/v20220901/api.json +85 -2
  26. tccli/services/trocket/v20230308/api.json +9 -9
  27. tccli/services/trocket/v20230308/examples.json +1 -1
  28. tccli/services/tts/v20190823/api.json +1 -1
  29. tccli/services/vdb/v20230616/api.json +12 -3
  30. tccli/services/vrs/v20200824/api.json +1 -1
  31. {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/METADATA +2 -2
  32. {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/RECORD +35 -35
  33. {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/license_files/LICENSE +0 -0
@@ -573,6 +573,24 @@
573
573
  "name": "Capacity",
574
574
  "required": false,
575
575
  "type": "int"
576
+ },
577
+ {
578
+ "disabled": false,
579
+ "document": "是否开启默认扩容,仅turbo类型文件存储支持",
580
+ "example": "false",
581
+ "member": "bool",
582
+ "name": "EnableAutoScaleUp",
583
+ "required": false,
584
+ "type": "bool"
585
+ },
586
+ {
587
+ "disabled": false,
588
+ "document": "turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据",
589
+ "example": "basic",
590
+ "member": "string",
591
+ "name": "MetaType",
592
+ "required": false,
593
+ "type": "string"
576
594
  }
577
595
  ],
578
596
  "type": "object"
@@ -3245,8 +3263,7 @@
3245
3263
  "member": "string",
3246
3264
  "name": "StorageType",
3247
3265
  "required": true,
3248
- "type": "string",
3249
- "value_allowed_null": true
3266
+ "type": "string"
3250
3267
  },
3251
3268
  {
3252
3269
  "disabled": false,
@@ -3255,8 +3272,7 @@
3255
3272
  "member": "string",
3256
3273
  "name": "Zone",
3257
3274
  "required": true,
3258
- "type": "string",
3259
- "value_allowed_null": true
3275
+ "type": "string"
3260
3276
  },
3261
3277
  {
3262
3278
  "disabled": false,
@@ -3265,8 +3281,25 @@
3265
3281
  "member": "uint64",
3266
3282
  "name": "Capacity",
3267
3283
  "required": false,
3268
- "type": "int",
3269
- "value_allowed_null": true
3284
+ "type": "int"
3285
+ },
3286
+ {
3287
+ "disabled": false,
3288
+ "document": "是否开启默认扩容,仅turbo类型文件存储支持",
3289
+ "example": "false",
3290
+ "member": "bool",
3291
+ "name": "EnableAutoScaleUp",
3292
+ "required": false,
3293
+ "type": "bool"
3294
+ },
3295
+ {
3296
+ "disabled": false,
3297
+ "document": "turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据",
3298
+ "example": "basic",
3299
+ "member": "string",
3300
+ "name": "MetaType",
3301
+ "required": false,
3302
+ "type": "string"
3270
3303
  }
3271
3304
  ],
3272
3305
  "usage": "in"
@@ -3618,6 +3651,72 @@
3618
3651
  "output_required": false,
3619
3652
  "type": "string",
3620
3653
  "value_allowed_null": false
3654
+ },
3655
+ {
3656
+ "disabled": false,
3657
+ "document": "turbo自动扩容策略",
3658
+ "example": "无",
3659
+ "member": "VolumeAutoScaleUpRule",
3660
+ "name": "AutoScaleUpRule",
3661
+ "output_required": false,
3662
+ "type": "object",
3663
+ "value_allowed_null": false
3664
+ },
3665
+ {
3666
+ "disabled": false,
3667
+ "document": "turbo元数据属性",
3668
+ "example": "basic",
3669
+ "member": "string",
3670
+ "name": "MetaType",
3671
+ "output_required": false,
3672
+ "type": "string",
3673
+ "value_allowed_null": false
3674
+ },
3675
+ {
3676
+ "disabled": false,
3677
+ "document": "可用区",
3678
+ "example": "ap-guangzhou-6",
3679
+ "member": "string",
3680
+ "name": "Zone",
3681
+ "output_required": false,
3682
+ "type": "string",
3683
+ "value_allowed_null": false
3684
+ }
3685
+ ],
3686
+ "usage": "out"
3687
+ },
3688
+ "VolumeAutoScaleUpRule": {
3689
+ "document": "缓存卷自动扩容策略",
3690
+ "members": [
3691
+ {
3692
+ "disabled": false,
3693
+ "document": "自动扩容策略开启,关闭\n示例值:open,close",
3694
+ "example": "open",
3695
+ "member": "string",
3696
+ "name": "Status",
3697
+ "output_required": false,
3698
+ "type": "string",
3699
+ "value_allowed_null": false
3700
+ },
3701
+ {
3702
+ "disabled": false,
3703
+ "document": "集群用量占比,到达这个值后开始扩容,范围[10-90]",
3704
+ "example": "85",
3705
+ "member": "int64",
3706
+ "name": "ScaleThreshold",
3707
+ "output_required": false,
3708
+ "type": "int",
3709
+ "value_allowed_null": false
3710
+ },
3711
+ {
3712
+ "disabled": false,
3713
+ "document": "扩容后使用量跟集群总量比例,范围[10-90]",
3714
+ "example": "70",
3715
+ "member": "int64",
3716
+ "name": "TargetThreshold",
3717
+ "output_required": false,
3718
+ "type": "int",
3719
+ "value_allowed_null": false
3621
3720
  }
3622
3721
  ],
3623
3722
  "usage": "out"
@@ -7841,6 +7841,26 @@
7841
7841
  "type": "int",
7842
7842
  "value_allowed_null": false
7843
7843
  },
7844
+ {
7845
+ "disabled": false,
7846
+ "document": "是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等",
7847
+ "example": "0",
7848
+ "member": "uint64",
7849
+ "name": "IsSafetyLimited",
7850
+ "output_required": false,
7851
+ "type": "int",
7852
+ "value_allowed_null": false
7853
+ },
7854
+ {
7855
+ "disabled": false,
7856
+ "document": "是否支持创建SA权限账号,0-不支持,1-支持",
7857
+ "example": "0",
7858
+ "member": "uint64",
7859
+ "name": "IsSupportSA",
7860
+ "output_required": false,
7861
+ "type": "int",
7862
+ "value_allowed_null": false
7863
+ },
7844
7864
  {
7845
7865
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7846
7866
  "member": "string",
@@ -9675,8 +9675,8 @@
9675
9675
  },
9676
9676
  {
9677
9677
  "disabled": false,
9678
- "document": "按照指定字段排序,可选值为tps,accumulative",
9679
- "example": "tps",
9678
+ "document": "按照指定字段排序,可选值为 subscribeNum: 订阅 Topic 个数",
9679
+ "example": "subscribeNum",
9680
9680
  "member": "string",
9681
9681
  "name": "SortedBy",
9682
9682
  "required": false,
@@ -17833,7 +17833,7 @@
17833
17833
  "example": "test_topic",
17834
17834
  "member": "string",
17835
17835
  "name": "Topic",
17836
- "required": true,
17836
+ "required": false,
17837
17837
  "type": "string"
17838
17838
  },
17839
17839
  {
@@ -17844,6 +17844,15 @@
17844
17844
  "name": "ResetTimestamp",
17845
17845
  "required": false,
17846
17846
  "type": "int"
17847
+ },
17848
+ {
17849
+ "disabled": false,
17850
+ "document": "重置的是否是retry topic",
17851
+ "example": "false",
17852
+ "member": "bool",
17853
+ "name": "RetryFlag",
17854
+ "required": false,
17855
+ "type": "bool"
17847
17856
  }
17848
17857
  ],
17849
17858
  "type": "object"
@@ -690,7 +690,7 @@
690
690
  {
691
691
  "document": "",
692
692
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQGroups\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-4k4orqgq\",\n \"NamespaceId\": \"test_namespace\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"FilterTopic\": \"test_topic\",\n \"FilterGroup\": \"test_group\",\n \"SortedBy\": \"tps\",\n \"SortOrder\": \"asc\",\n \"FilterOneGroup\": \"test_group\",\n \"Types\": [\n \"TCP\"\n ]\n}",
693
- "output": "{\n \"Response\": {\n \"RequestId\": \"1c127300-fcdd-4087-b1d2-fd75a1cefbe4\",\n \"TotalCount\": 1,\n \"Groups\": [\n {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 380,\n \"RetryMaxTimes\": 10,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1621307489000,\n \"UpdateTime\": 1621307706000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"TPS\": 20,\n \"GroupType\": \"TCP\"\n }\n ]\n }\n}",
693
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1c127300-fcdd-4087-b1d2-fd75a1cefbe4\",\n \"TotalCount\": 1,\n \"Groups\": [\n {\n \"InstanceId\": \"rocketmq-4k4orqgq\",\n \"Namespace\": \"test_ns\",\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 380,\n \"RetryMaxTimes\": 10,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1621307489000,\n \"UpdateTime\": 1621307706000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"TPS\": 20,\n \"GroupType\": \"TCP\",\n \"SubscribeTopicNum\": \"1\"\n }\n ]\n }\n}",
694
694
  "title": "查询订阅组列表"
695
695
  }
696
696
  ],
@@ -16084,6 +16084,78 @@
16084
16084
  ],
16085
16085
  "usage": "both"
16086
16086
  },
16087
+ "FrequentScanningProtection": {
16088
+ "document": "高频扫描防护配置选项,当某一访客的请求频繁命中「配置为拦截」的托管规则时,在一段时间内封禁该访客所有请求。",
16089
+ "members": [
16090
+ {
16091
+ "disabled": false,
16092
+ "document": "高频扫描防护规则是否开启。取值有:<li>on:开启,高频扫描防护规则生效;</li><li>off:关闭,高频扫描防护规则不生效。</li>\t",
16093
+ "example": "on",
16094
+ "member": "string",
16095
+ "name": "Enabled",
16096
+ "output_required": false,
16097
+ "required": false,
16098
+ "type": "string",
16099
+ "value_allowed_null": false
16100
+ },
16101
+ {
16102
+ "disabled": false,
16103
+ "document": "高频扫描防护的处置动作。 当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Deny:拦截,响应拦截页面;</li><li>Monitor:观察,不处理请求记录安全事件到日志中;</li><li>JSChallenge:JavaScript 挑战,响应 JavaScript 挑战页面。</li>",
16104
+ "example": "无",
16105
+ "member": "SecurityAction",
16106
+ "name": "Action",
16107
+ "output_required": false,
16108
+ "required": false,
16109
+ "type": "object",
16110
+ "value_allowed_null": false
16111
+ },
16112
+ {
16113
+ "disabled": false,
16114
+ "document": "请求统计的匹配方式,当 Enabled 为 on 时,此字段必填。取值有:<li>http.request.xff_header_ip:客户端 IP(优先匹配 XFF 头部);</li><li>http.request.ip:客户端 IP。</li> ",
16115
+ "example": "http.request.ip",
16116
+ "member": "string",
16117
+ "name": "CountBy",
16118
+ "output_required": false,
16119
+ "required": false,
16120
+ "type": "string",
16121
+ "value_allowed_null": false
16122
+ },
16123
+ {
16124
+ "disabled": false,
16125
+ "document": "此参数指定高频扫描防护的阈值,即在 CountingPeriod 所设置时间范围内命中「配置为拦截」的托管规则时的累计拦截次数,取值范围 1 ~ 4294967294,例如 100,当超过此统计值时,后续请求将触发 Action 所设置的处置动作。当 Enabled 为 on 时,此字段必填。",
16126
+ "example": "100",
16127
+ "member": "int64",
16128
+ "name": "BlockThreshold",
16129
+ "output_required": false,
16130
+ "required": false,
16131
+ "type": "int",
16132
+ "value_allowed_null": false
16133
+ },
16134
+ {
16135
+ "disabled": false,
16136
+ "document": "此参数指定高频扫描防护所统计的时间窗口,即命中「配置为拦截」的托管规则的请求的统计时间窗口,取值 5 ~ 1800,单位仅支持秒(s),例如 5s。 当 Enabled 为 on 时,此字段必填。",
16137
+ "example": "10s",
16138
+ "member": "string",
16139
+ "name": "CountingPeriod",
16140
+ "output_required": false,
16141
+ "required": false,
16142
+ "type": "string",
16143
+ "value_allowed_null": false
16144
+ },
16145
+ {
16146
+ "disabled": false,
16147
+ "document": "此参数指定高频扫描防护 Action 参数所设置处置动作的持续时长,取值范围 60 ~ 86400,单位仅支持秒(s),例如 60s。当 Enabled 为 on 时,此字段必填。",
16148
+ "example": "60s",
16149
+ "member": "string",
16150
+ "name": "ActionDuration",
16151
+ "output_required": false,
16152
+ "required": false,
16153
+ "type": "string",
16154
+ "value_allowed_null": false
16155
+ }
16156
+ ],
16157
+ "usage": "both"
16158
+ },
16087
16159
  "Function": {
16088
16160
  "document": "边缘函数详情",
16089
16161
  "members": [
@@ -18727,7 +18799,7 @@
18727
18799
  {
18728
18800
  "disabled": false,
18729
18801
  "document": "托管规则自动更新选项。",
18730
- "example": "参考 ManagedRulesAutoUpdate 结构",
18802
+ "example": "",
18731
18803
  "member": "ManagedRuleAutoUpdate",
18732
18804
  "name": "AutoUpdate",
18733
18805
  "output_required": true,
@@ -18738,13 +18810,24 @@
18738
18810
  {
18739
18811
  "disabled": false,
18740
18812
  "document": "托管规则组的配置。如果此结构传空数组或 GroupId 未包含在列表内将按照默认方式处理。",
18741
- "example": "参考 ManagedRuleGroup 结构",
18813
+ "example": "",
18742
18814
  "member": "ManagedRuleGroup",
18743
18815
  "name": "ManagedRuleGroups",
18744
18816
  "output_required": true,
18745
18817
  "required": false,
18746
18818
  "type": "list",
18747
18819
  "value_allowed_null": false
18820
+ },
18821
+ {
18822
+ "disabled": false,
18823
+ "document": "高频扫描防护配置选项,当某一访客的请求频繁命中「配置为拦截」的托管规则时,在一段时间内封禁该访客所有请求。",
18824
+ "example": "无",
18825
+ "member": "FrequentScanningProtection",
18826
+ "name": "FrequentScanningProtection",
18827
+ "output_required": false,
18828
+ "required": false,
18829
+ "type": "object",
18830
+ "value_allowed_null": false
18748
18831
  }
18749
18832
  ],
18750
18833
  "usage": "both"
@@ -937,6 +937,15 @@
937
937
  "required": true,
938
938
  "type": "string"
939
939
  },
940
+ {
941
+ "disabled": false,
942
+ "document": "集群绑定的VPC信息",
943
+ "example": "无",
944
+ "member": "VpcInfo",
945
+ "name": "VpcList",
946
+ "required": true,
947
+ "type": "list"
948
+ },
940
949
  {
941
950
  "disabled": false,
942
951
  "document": "备注信息",
@@ -955,15 +964,6 @@
955
964
  "required": false,
956
965
  "type": "list"
957
966
  },
958
- {
959
- "disabled": false,
960
- "document": "集群绑定的VPC信息,必填",
961
- "example": "无",
962
- "member": "VpcInfo",
963
- "name": "VpcList",
964
- "required": false,
965
- "type": "list"
966
- },
967
967
  {
968
968
  "disabled": false,
969
969
  "document": "是否开启公网,默认值为false表示不开启",
@@ -19,7 +19,7 @@
19
19
  "CreateInstance": [
20
20
  {
21
21
  "document": "成功创建一个 TPS 2000 的 RocketMQ 5.x 集群。",
22
- "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"test_instance\",\n \"SkuCode\": \"basic_2k\"\n}",
22
+ "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"test_instance\",\n \"SkuCode\": \"basic_2k\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-xxxx\",\n \"SubnetId\": \"subnet-xxxx\"\n }\n ]\n}",
23
23
  "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"rmq-72mo3a9or\",\n \"RequestId\": \"32759095-0372-4ec0-ae3a-e5a2759fd0ff\"\n }\n}",
24
24
  "title": "正常响应"
25
25
  }
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "metadata": {
26
26
  "apiVersion": "2019-08-23",
27
- "api_brief": "## 概述\n\n语音合成(Text To Speech,TTS)可以满足将文本转化成拟人化语音的需求,打通人机交互闭环。提供多种音色选择,支持自定义音量、语速,让发音更自然、更专业、更符合场景需求。语音合成广泛应用于智能体对话、语音助手、有声读物、新闻资讯播报等场景,提升人机交互体验,提高语音类应用构建效率。\n\n您可以调用 API 进行语音合成操作,例如超自然大模型语音合成、大模型语音合成等。\n语音合成支持的所有接口信息,请参见 [语音合成API概览](https://cloud.tencent.com/document/product/1073/37986) 。\n\n## 术语表\n\n语音合成 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 | \n|---------|---------|\n| 采样率 | 采样率(Sampling Rate)是指在数字信号处理中,每秒钟对连续信号进行采样的次数,通常以赫兹(Hz)为单位表示。采样率越高,数字信号对原始模拟信号的还原度越高,声音或图像的质量也越好。但同时,采样率越高,数据量也越大。 |\n\n\t\n## 使用限制\n\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n\n## API 快速入门\n\n您可以使用 API Explorer 工具在线调用 API。\n\n本文以基础语音合成为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1、注册腾讯云账号并通过实名认证后,登录 [语音合成控制台](https://console.cloud.tencent.com/tts) ,阅读和同意服务条款,单击立即开通,即可获得语音合成的 API 接口调用权限。\n2、进入[API Explorer](https://console.cloud.tencent.com/api/explorer?Product=tts&Version=2019-08-23&Action=TextToVoice) 页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer](https://cloud.tencent.com/document/product/1278/46697) 。\n3、调用 [API Explorer-语音合成](https://console.cloud.tencent.com/api/explorer?Product=tts&Version=2019-08-23&Action=TextToVoice) 接口。\n4、输入相应参数后在线调用查看响应结果。具体输入参数说明可见 [基础语音合成-API文档](https://cloud.tencent.com/document/product/1073/37995) \n\n更多操作指引请参考:[一分钟接入服务端 API](https://cloud.tencent.com/document/product/1073/56640)",
27
+ "api_brief": "介绍如何使用语音合成API合成音频",
28
28
  "serviceNameCN": "语音合成",
29
29
  "serviceShortName": "tts"
30
30
  },
@@ -235,6 +235,15 @@
235
235
  "required": false,
236
236
  "type": "string"
237
237
  },
238
+ {
239
+ "disabled": false,
240
+ "document": "产品版本,0-标准版,1-容量增强版",
241
+ "example": "0",
242
+ "member": "int64",
243
+ "name": "ProductType",
244
+ "required": false,
245
+ "type": "int"
246
+ },
238
247
  {
239
248
  "disabled": false,
240
249
  "document": "实例类型。\n- base:免费测试版。\n- single:单机版。\n- cluster:高可用版。",
@@ -1739,7 +1748,7 @@
1739
1748
  "example": "4",
1740
1749
  "member": "float",
1741
1750
  "name": "Cpu",
1742
- "required": true,
1751
+ "required": false,
1743
1752
  "type": "float"
1744
1753
  },
1745
1754
  {
@@ -1748,7 +1757,7 @@
1748
1757
  "example": "8",
1749
1758
  "member": "float",
1750
1759
  "name": "Memory",
1751
- "required": true,
1760
+ "required": false,
1752
1761
  "type": "float"
1753
1762
  },
1754
1763
  {
@@ -1757,7 +1766,7 @@
1757
1766
  "example": "200",
1758
1767
  "member": "uint64",
1759
1768
  "name": "StorageSize",
1760
- "required": true,
1769
+ "required": false,
1761
1770
  "type": "int"
1762
1771
  },
1763
1772
  {
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "metadata": {
61
61
  "apiVersion": "2020-08-24",
62
- "api_brief": "## 概述\n\n声音复刻(Voice Cloning)为企业提供快速、批量、自动化的定制音色服务。声音复刻基于客户上传的少量录音数据进行模型训练,实现对发音人音色的定制。完成音色训练后,可通过调用[语音合成](https://cloud.tencent.com/product/tts)输出对应的音色音频。声音复刻广泛适用于数字人、语音社交、资讯播报、短视频制作等场景。 \n\n本章节介绍的声音复刻 API 接口均为 API 3.0接口。\n您可以调用 API 进行声音复刻操作,声音复刻支持的所有接口信息请参见 [API概览](https://cloud.tencent.com/document/product/1283/90075) 。\n\n## 术语表\n\n声音复刻 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 | \n|---------|---------|\n| 音质检测 | 用于检测原始音频的清晰度、是否存在背景噪声及语义一致性。<br>注:为确保复刻音色的合成效果,需要提供音质良好,发音清晰,切无环境噪音的注册音频 |\n\n\t\n## 使用限制\n\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n## API 快速入门\n\n您可以使用 API Explorer 工具在线调用 API。\n\n本文以声音复刻任务创建为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1、注册腾讯云账号并通过实名认证后,登录 [声音复刻控制台](https://console.cloud.tencent.com/vrs) ,阅读和同意服务条款,单击立即开通,即可获得声音复刻的 API 接口调用权限。\n2、进入[API Explorer](https://console.cloud.tencent.com/api/explorer?Product=vrs&Version=2020-08-24&Action=CreateVRSTask) 页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer](https://cloud.tencent.com/document/product/1278/46697 ) 。\n3、调用 [API Explorer-声音复刻](https://console.cloud.tencent.com/api/explorer?Product=vrs&Version=2020-08-24&Action=CreateVRSTask) 接口。\n4、输入相应参数后在线调用查看响应结果。具体输入参数说明可见[声音复刻任务创建接口](https://cloud.tencent.com/document/product/1283/90064)",
62
+ "api_brief": "介绍如何使用声音复刻API进行音色训练",
63
63
  "serviceNameCN": "声音复刻",
64
64
  "serviceShortName": "vrs"
65
65
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1368.1
3
+ Version: 3.0.1369.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1368
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1369
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介