tencentcloud-sdk-trtc 3.0.1048 → 3.0.1050

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16135264791145a07566511294a88637a486d7c9
4
- data.tar.gz: cde65686ca070cc2199721f11eb6e8d54d8b9227
3
+ metadata.gz: 99078f06dc687666a6d449b03e8a553cd89b6a6a
4
+ data.tar.gz: 593be8c4b94148938950639de79ee95e7d8e451a
5
5
  SHA512:
6
- metadata.gz: a4f9b08da8f63bdc4499f8eb9f561f3a1a83f41d3597590022a104fb8e69fabf4a667682f62e4a6f49051d574256c396d8fe65ed5ea02a938eab0da402ef82f5
7
- data.tar.gz: d779679abdfe5dfd8360d3e246c6ed099946aa5352f42565c598610fa10f6b47c27cae49abed19662ba2f18f210a89fb387ab66fd88e39ce1860c2e0b5ae74aa
6
+ metadata.gz: 753fde2ab7d6582b4ec30328454a435c060a41533a8fc1b6d3b2c90730d6893ef952e7967b7d5711840ab75431b1dfa521b452afa4fbcfe8bc87385db51cbfb5
7
+ data.tar.gz: 45aca61c0742fca57beedc0854b207570e2798973edd3f285401fdf9ab6d0029473d5f6425e81a7376d3276eb96665f4d9052ad5437d1bafccb5f8222840770a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1048
1
+ 3.0.1050
@@ -2403,12 +2403,10 @@ module TencentCloud
2403
2403
  # @param MobileDeviceType: 移动设备类型,
2404
2404
  # 0: 手机
2405
2405
  # 1: 平板
2406
- # 注意:此字段可能返回 null,表示取不到有效值。
2407
2406
  # @type MobileDeviceType: Integer
2408
2407
  # @param ScreenOrientation: 屏幕方向,
2409
2408
  # 0: 竖屏,
2410
2409
  # 1: 横屏
2411
- # 注意:此字段可能返回 null,表示取不到有效值。
2412
2410
  # @type ScreenOrientation: Integer
2413
2411
 
2414
2412
  attr_accessor :MobileDeviceType, :ScreenOrientation
@@ -4507,7 +4505,7 @@ module TencentCloud
4507
4505
  # @param STTConfig: 语音识别配置。
4508
4506
  # @type STTConfig: :class:`Tencentcloud::Trtc.v20190722.models.STTConfig`
4509
4507
  # @param LLMConfig: LLM配置。需符合openai规范,为JSON字符串,示例如下:
4510
- # <pre> { <br> &emsp; "LLMType": “大模型类型" // String 必填,如:"openai" <br> &emsp; "Model": "您的模型名称", // String 必填,指定使用的模型<br> "APIKey": "您的LLM API密钥", // String 必填 <br> &emsp; "APIUrl": "https://api.xxx.com/chat/completions", // String 必填,LLM API访问的URL<br> &emsp; "Streaming": true // Boolean 非必填,指定是否使用流式传输<br> &emsp;} </pre>
4508
+ # <pre> { <br> &emsp; "LLMType": "大模型类型", // String 必填,如:"openai" <br> &emsp; "Model": "您的模型名称", // String 必填,指定使用的模型<br> "APIKey": "您的LLM API密钥", // String 必填 <br> &emsp; "APIUrl": "https://api.xxx.com/chat/completions", // String 必填,LLM API访问的URL<br> &emsp; "Streaming": true // Boolean 非必填,指定是否使用流式传输<br> &emsp;} </pre>
4511
4509
  # @type LLMConfig: String
4512
4510
  # @param TTSConfig: TTS配置,为JSON字符串,腾讯云TTS示例如下: <pre>{ <br> &emsp; "AppId": 您的应用ID, // Integer 必填<br> &emsp; "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br> &emsp; "SecretId": "您的密钥ID", // String 必填<br> &emsp; "SecretKey": "您的密钥Key", // String 必填<br> &emsp; "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br> &emsp; "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br> &emsp; "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br> &emsp; "EmotionCategory": "angry", // String 非必填 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)、sajiao(撒娇)、disgusted(厌恶)、amaze(震惊)、peaceful(平静)、exciting(兴奋)、aojiao(傲娇)、jieshuo(解说)。<br> &emsp; "EmotionIntensity": 150 // Integer 非必填 控制合成音频情感程度,取值范围为 [50,200],默认为 100;只有 EmotionCategory 不为空时生效。<br> &emsp; }</pre>
4513
4511
  # @type TTSConfig: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1048
4
+ version: 3.0.1050
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-26 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common