tencentcloud-sdk-tmt 3.0.468 → 3.0.469

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: f7b0bea002efba0788720975b20f07b2656c53b1
4
- data.tar.gz: 956221365de5d19ec1571087b45a07a16ee1ffba
3
+ metadata.gz: d11e63fbc1bb80ab941803adb3e405748fe9621a
4
+ data.tar.gz: cb3b15ce658c8ad26fd716b5b6b4188876d94e0e
5
5
  SHA512:
6
- metadata.gz: 564ba6b6b122d879882481ff4402a4abb91d3ed94b3e199d8031a10ae25245564ece041e273e0cac7d81a77cf84fd05978fea548a4caa07722c7e4bd5f0311f1
7
- data.tar.gz: 555e50b6af75a2dcf18c1f93c4861b68a7909287e9fc5f2e49335a8cb77f872b3ec8e2966707531a6021f0dbbe53efe80f1a65042f928e1f6def4af976977a19
6
+ metadata.gz: a04874a87aa98f0e76fc412f1d8606f4cced93211ad5c89ce6796c42ce2d9cc9d941804c494013c0f0c1c2f6a108b43e6dd371e34c6c24f89b059bb13c19d4d7
7
+ data.tar.gz: 4e1074252ac37e80acce6c0dbd966bae53fffb6f9f17c8bf7bf95c962f5cf7ecd6da3a63c726b2bd3177db62a5493dd72778a4df8989e709885c47f8cda6e618
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.468
1
+ 3.0.469
@@ -537,7 +537,7 @@ module TencentCloud
537
537
  # @type Target: String
538
538
  # @param ProjectId: 项目ID,可以根据控制台-账号中心-项目管理中的配置填写,如无配置请填写默认项目ID:0
539
539
  # @type ProjectId: Integer
540
- # @param SourceTextList: 待翻译的文本列表,批量接口可以以数组方式在一次请求中填写多个待翻译文本。文本统一使用utf-8格式编码,非utf-8格式编码字符会翻译失败,请传入有效文本,html标记等非常规翻译文本可能会翻译失败。单次请求的文本长度总和需要低于2000
540
+ # @param SourceTextList: 待翻译的文本列表,批量接口可以以数组方式在一次请求中填写多个待翻译文本。文本统一使用utf-8格式编码,非utf-8格式编码字符会翻译失败,请传入有效文本,html标记等非常规翻译文本可能会翻译失败。单次请求的文本长度总和需要低于2000字符。
541
541
  # @type SourceTextList: Array
542
542
 
543
543
  attr_accessor :Source, :Target, :ProjectId, :SourceTextList
@@ -587,7 +587,7 @@ module TencentCloud
587
587
 
588
588
  # TextTranslate请求参数结构体
589
589
  class TextTranslateRequest < TencentCloud::Common::AbstractModel
590
- # @param SourceText: 待翻译的文本,文本统一使用utf-8格式编码,非utf-8格式编码字符会翻译失败,请传入有效文本,html标记等非常规翻译文本可能会翻译失败。单次请求的文本长度需要低于2000
590
+ # @param SourceText: 待翻译的文本,文本统一使用utf-8格式编码,非utf-8格式编码字符会翻译失败,请传入有效文本,html标记等非常规翻译文本可能会翻译失败。单次请求的文本长度需要低于2000字符。
591
591
  # @type SourceText: String
592
592
  # @param Source: 源语言,支持:
593
593
  # auto:自动识别(识别为一种语言)
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.468
4
+ version: 3.0.469
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-08 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common