tencentcloud-sdk-tmt 3.0.1094 → 3.0.1097

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: 74b2fd342954b20d89e573cad4f3f5bb610748fc
4
- data.tar.gz: db3ea55a9aa83ffdab7eeba5e9d2dd57652a33be
3
+ metadata.gz: bedb41be5058759922661e72cfe4dd2aef4032fe
4
+ data.tar.gz: 95be59381e0a5a9c2770da22081715ecb20d1ea1
5
5
  SHA512:
6
- metadata.gz: 4f7df0c523e984b06c94cc02abecb99c6e5066618b4bd6de3b29c709f182c0438c5732a2a995ff7932999eb84128210bb97e3cabcdeecb81618b3e08a4c9a64f
7
- data.tar.gz: a5b7e6f73ae4162ecbdcbbed434060488407e9beb26a051ceeb67215eae8cb1b34b03283162509865eccd147d6b226ebe2b49ab296205d2c2f533c4f5d833e77
6
+ metadata.gz: d650f7f363b86ab41d62ef0209224cf0e62a48642a8930d1a9b3bb7272426ead64ac2821c0ac0d8ddf42a9352beba5e8ad8e53625d8bece928f462f3030a0880
7
+ data.tar.gz: d36b196af630f6cc71c3aa9956199b762c9859253274ec8edb01b1116cc4bf8e597df6ac12078f6c5870052a2d85576c8c6c601811bc7b0e92ae1ca8c9b9c184
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1097
@@ -533,10 +533,10 @@ module TencentCloud
533
533
 
534
534
  attr_accessor :SessionUuid, :Source, :Target, :AudioFormat, :Seq, :IsEnd, :Data, :ProjectId, :Mode, :TransType
535
535
  extend Gem::Deprecate
536
- deprecate :Mode, :none, 2025, 5
537
- deprecate :Mode=, :none, 2025, 5
538
- deprecate :TransType, :none, 2025, 5
539
- deprecate :TransType=, :none, 2025, 5
536
+ deprecate :Mode, :none, 2025, 7
537
+ deprecate :Mode=, :none, 2025, 7
538
+ deprecate :TransType, :none, 2025, 7
539
+ deprecate :TransType=, :none, 2025, 7
540
540
 
541
541
  def initialize(sessionuuid=nil, source=nil, target=nil, audioformat=nil, seq=nil, isend=nil, data=nil, projectid=nil, mode=nil, transtype=nil)
542
542
  @SessionUuid = sessionuuid
@@ -677,9 +677,9 @@ module TencentCloud
677
677
  # @type ProjectId: Integer
678
678
  # @param SourceTextList: 待翻译的文本列表,批量接口可以以数组方式在一次请求中填写多个待翻译文本。文本统一使用utf-8格式编码,非utf-8格式编码字符会翻译失败,请传入有效文本,html标记等非常规翻译文本可能会翻译失败。单次请求的文本长度总和需要低于6000字符。
679
679
  # @type SourceTextList: Array
680
- # @param TermRepoIDList: 需要使用的术语库列表
680
+ # @param TermRepoIDList: 需要使用的术语库列表,通过 [术语库操作指南](https://cloud.tencent.com/document/product/551/107926) 自行创建术语库获取。
681
681
  # @type TermRepoIDList: Array
682
- # @param SentRepoIDList: 需要使用的例句库列表
682
+ # @param SentRepoIDList: 需要使用的例句库列表,通过 [例句库操作指南](https://cloud.tencent.com/document/product/551/107927) 自行创建例句库获取。
683
683
  # @type SentRepoIDList: Array
684
684
 
685
685
  attr_accessor :Source, :Target, :ProjectId, :SourceTextList, :TermRepoIDList, :SentRepoIDList
@@ -785,9 +785,9 @@ module TencentCloud
785
785
  # @type ProjectId: Integer
786
786
  # @param UntranslatedText: 用来标记不希望被翻译的文本内容,如句子中的特殊符号、人名、地名等;每次请求只支持配置一个不被翻译的单词;仅支持配置人名、地名等名词,不要配置动词或短语,否则会影响翻译结果。
787
787
  # @type UntranslatedText: String
788
- # @param TermRepoIDList: 需要使用的术语库列表
788
+ # @param TermRepoIDList: 需要使用的术语库列表,通过 [术语库操作指南](https://cloud.tencent.com/document/product/551/107926) 自行创建术语库获取。
789
789
  # @type TermRepoIDList: Array
790
- # @param SentRepoIDList: 需要使用的例句库列表
790
+ # @param SentRepoIDList: 需要使用的例句库列表,通过 [例句库操作指南](https://cloud.tencent.com/document/product/551/107927) 自行创建例句库获取。
791
791
  # @type SentRepoIDList: Array
792
792
 
793
793
  attr_accessor :SourceText, :Source, :Target, :ProjectId, :UntranslatedText, :TermRepoIDList, :SentRepoIDList
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1094
4
+ version: 3.0.1097
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-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common