tencentcloud-sdk-nodejs-ccc 4.1.133 → 4.1.137

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ccc",
3
- "version": "4.1.133",
3
+ "version": "4.1.137",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -622,7 +622,7 @@ export interface CreateAICallRequest {
622
622
  <li>Tencent TTS<br>
623
623
  配置请参考<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">腾讯云TTS文档链接</a></li>
624
624
  </ul>
625
- <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
625
+ <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
626
626
  &quot;TTSType&quot;: &quot;tencent&quot;, // String TTS类型, 目前支持&quot;tencent&quot; 和 “minixmax”, 其他的厂商支持中
627
627
  &quot;AppId&quot;: &quot;您的应用ID&quot;, // String 必填
628
628
  &quot;SecretId&quot;: &quot;您的密钥ID&quot;, // String 必填
@@ -634,12 +634,11 @@ export interface CreateAICallRequest {
634
634
  &quot;FastVoiceType&quot;: &quot;xxxx&quot; // 可选参数, 快速声音复刻的参数
635
635
  }
636
636
  </code></pre>
637
-
638
- </div></div><ul>
637
+ </div><ul>
639
638
  <li>Minimax TTS<br>
640
- 配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank">Minimax TTS文档链接</a>。注意Minimax TTS存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li>
639
+ 配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank"> Minimax TTS 文档链接</a>。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li>
641
640
  </ul>
642
- <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
641
+ <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
643
642
  &quot;TTSType&quot;: &quot;minimax&quot;, // String TTS类型,
644
643
  &quot;Model&quot;: &quot;speech-01-turbo&quot;,
645
644
  &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
@@ -649,13 +648,13 @@ export interface CreateAICallRequest {
649
648
  &quot;Speed&quot;: 1.2
650
649
  }
651
650
  </code></pre>
652
- </div></div><ul>
651
+ </div><ul>
653
652
  <li>火山 TTS</li>
654
653
  </ul>
655
654
  <p>配置音色类型参考<a href="https://www.volcengine.com/docs/6561/162929" target="_blank">火山TTS文档链接</a><br>
656
655
  语音合成音色列表–语音技术-火山引擎<br>
657
656
  大模型语音合成音色列表–语音技术-火山引擎</p>
658
- <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
657
+ <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
659
658
  &quot;TTSType&quot;: &quot;volcengine&quot;, // 必填:String TTS类型
660
659
  &quot;AppId&quot; : &quot;xxxxxxxx&quot;, // 必填:String 火山引擎分配的Appid
661
660
  &quot;Token&quot; : &quot;TY9d4sQXHxxxxxxx&quot;, // 必填: String类型 火山引擎的访问token
@@ -665,12 +664,11 @@ export interface CreateAICallRequest {
665
664
  &quot;VoiceType&quot; : &quot;zh_male_aojiaobazong_moon_bigtts&quot; // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。
666
665
  }
667
666
  </code></pre>
668
-
669
- </div></div><ul>
667
+ </div><ul>
670
668
  <li>Azure TTS<br>
671
669
  配置请参考<a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">AzureTTS文档链接</a></li>
672
670
  </ul>
673
- <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
671
+ <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
674
672
  &quot;TTSType&quot;: &quot;azure&quot;, // 必填:String TTS类型
675
673
  &quot;SubscriptionKey&quot;: &quot;xxxxxxxx&quot;, // 必填:String 订阅的Key
676
674
  &quot;Region&quot;: &quot;chinanorth3&quot;, // 必填:String 订阅的地区
@@ -679,13 +677,11 @@ export interface CreateAICallRequest {
679
677
  &quot;Rate&quot;: 1 // 选填:float 语速 0.5~2 默认为 1
680
678
  }
681
679
  </code></pre>
682
-
683
- </div></div><ul>
684
- <li>自定义</li>
680
+ </div><ul>
681
+ <li>自定义TTS</li>
685
682
  </ul>
686
- <p>TTS<br>
687
- 具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p>
688
- <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
683
+ <p>具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p>
684
+ <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
689
685
  &quot;TTSType&quot;: &quot;custom&quot;, // String 必填
690
686
  &quot;APIKey&quot;: &quot;ApiKey&quot;, // String 必填 用来鉴权
691
687
  &quot;APIUrl&quot;: &quot;http://0.0.0.0:8080/stream-audio&quot; // String,必填,TTS API URL
@@ -694,8 +690,7 @@ export interface CreateAICallRequest {
694
690
  &quot;AudioChannel&quot;: 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1
695
691
  }
696
692
  </code></pre>
697
-
698
- </div></div>
693
+ </div>
699
694
  */
700
695
  CustomTTSConfig?: string;
701
696
  /**
@@ -739,7 +734,7 @@ export interface CreateAICallRequest {
739
734
  * 合规提示音,
740
735
  该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。
741
736
  该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:
742
- 我方充分知悉和理解,根据[《网络安全法》](https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
737
+ 我方充分知悉和理解,根据[《网络安全法》](https://www.cac.gov.cn/2016-11/07/c_1119867116.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
743
738
  */
744
739
  EnableComplianceAudio?: boolean;
745
740
  }
@@ -981,7 +976,7 @@ export interface CreatePredictiveDialingCampaignRequest {
981
976
  */
982
977
  Priority: number;
983
978
  /**
984
- * 预期呼损率,百分比,5 - 50
979
+ * 预期呼损率,百分比,0 - 50
985
980
  */
986
981
  ExpectedAbandonRate: number;
987
982
  /**