tencentcloud-sdk-trtc 3.0.882 → 3.0.883

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: ef0009220467cf491c766321b228e82592d3a121
4
- data.tar.gz: e23080adc5adebaf68bbc495c089ff0f386d790d
3
+ metadata.gz: 91f7491fe6cbaa67c5d69697eda8458599968668
4
+ data.tar.gz: 8ff3bbbe1db226201989bfc8d1e3b06eba95731f
5
5
  SHA512:
6
- metadata.gz: 806a5258f1866856c78df80ed0a7d8f01234a054a918dedbd2c67beefe35f5495b51de00f7f1cc920ad0e3b02ba67eff372edcb46a0be0aa0249d34cf0d37e3e
7
- data.tar.gz: 41cea0ba9d35b547cb602be119769600f8befafb8d57987a07b70be8224a1447a66d14e4b9be5c015ec8844d2232669bac819b704cd3d483a2f668902f215750
6
+ metadata.gz: 10328a7148c2177214da9ecc9cc73d318b26930408069be25dd595308e8053b1256acacc4960bd74161c5cdcba175222dbd54a27a15f9bde804166f33ac79478
7
+ data.tar.gz: 014bf3adad6f648d15e41cf8bf771e5ed3796f6ec15ed2ba8a2d59aebf2cb6967587c5aa8dff7f695e2ed7c58eb3597beaa569be8f46b4471c423e8ed26489b3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.882
1
+ 3.0.883
@@ -1093,7 +1093,6 @@ module TencentCloud
1093
1093
  # "type": "subtitle",
1094
1094
  # "userid": "xxx",
1095
1095
  # "text": "xxx",
1096
- # "translation_text": "xxx",
1097
1096
  # "start_time": "00:00:02",
1098
1097
  # "end_time": "00:00:05"
1099
1098
  # }`
@@ -1101,7 +1100,6 @@ module TencentCloud
1101
1100
  # - type是subtitle,表示这是实时字幕消息。
1102
1101
  # - userid表示是哪个用户说的话。
1103
1102
  # - text是语音识别出的文本。
1104
- # - translation_text是text翻译后的文本,如果不启用翻译,则是空字符串。
1105
1103
  # - start_time和end_time表示该字幕消息从任务开启后的开始和结束时间。
1106
1104
 
1107
1105
  # 转录消息具体格式如下:
@@ -1109,7 +1107,6 @@ module TencentCloud
1109
1107
  # "type": "transcription",
1110
1108
  # "userid": "xxx",
1111
1109
  # "text": "xxx",
1112
- # "translation_text": "xx",
1113
1110
  # "start_time": "00:00:02",
1114
1111
  # "end_time": "00:00:05"
1115
1112
  # }`
@@ -3546,45 +3546,21 @@ module TencentCloud
3546
3546
 
3547
3547
  # 注意:
3548
3548
  # 如果缺少满足您需求的语言,请联系我们技术人员。
3549
- # 示例值:zh
3550
3549
  # @type Language: String
3551
3550
  # @param AlternativeLanguage: 发起模糊识别额外可能替代语言类型,最多填写3种语言类型。
3552
3551
  # 注:Language指定为"zh-dialect" # 中国方言 时,不支持模糊识别,该字段无效
3553
3552
  # @type AlternativeLanguage: Array
3554
- # @param Model: 使用的模型,目前支持tencent和google,默认是tencent。
3553
+ # @param Model: 目前已不支持
3555
3554
  # @type Model: String
3556
- # @param TranslationLanguage: 翻译功能支持的语言,如果填写,则会启用翻译,不填则只会使用语音识别。
3557
- # 注:文本翻译功能需要购买「语音转文本时长包」解锁或领取包月套餐-体验版解。
3558
- # 目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循[ISO639](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes):
3559
- # Chinese = "zh"
3560
- # Chinese_TW = "zh-TW"
3561
- # English = "en"
3562
- # Vietnamese = "vi"
3563
- # Japanese = "ja"
3564
- # Korean = "ko"
3565
- # Indonesia = "id"
3566
- # Thai = "th"
3567
- # Portuguese = "pt"
3568
- # Turkish = "tr"
3569
- # Arabic = "ar"
3570
- # Spanish = "es"
3571
- # Hindi = "hi"
3572
- # French = "fr"
3573
- # Malay = "ms"
3574
- # Filipino = "fil"
3575
- # German = "de"
3576
- # Italian = "it"
3577
- # Russian = "ru"
3578
-
3579
- # 注意:
3580
- # 如果缺少满足您需求的语言,请联系我们技术人员。
3581
- # 示例值:en
3555
+ # @param TranslationLanguage: 目前已不支持
3582
3556
  # @type TranslationLanguage: String
3583
3557
 
3584
3558
  attr_accessor :Language, :AlternativeLanguage, :Model, :TranslationLanguage
3585
3559
  extend Gem::Deprecate
3586
3560
  deprecate :Model, :none, 2024, 8
3587
3561
  deprecate :Model=, :none, 2024, 8
3562
+ deprecate :TranslationLanguage, :none, 2024, 8
3563
+ deprecate :TranslationLanguage=, :none, 2024, 8
3588
3564
 
3589
3565
  def initialize(language=nil, alternativelanguage=nil, model=nil, translationlanguage=nil)
3590
3566
  @Language = language
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.882
4
+ version: 3.0.883
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-08 00:00:00.000000000 Z
11
+ date: 2024-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common