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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180321/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d11e63fbc1bb80ab941803adb3e405748fe9621a
|
|
4
|
+
data.tar.gz: cb3b15ce658c8ad26fd716b5b6b4188876d94e0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a04874a87aa98f0e76fc412f1d8606f4cced93211ad5c89ce6796c42ce2d9cc9d941804c494013c0f0c1c2f6a108b43e6dd371e34c6c24f89b059bb13c19d4d7
|
|
7
|
+
data.tar.gz: 4e1074252ac37e80acce6c0dbd966bae53fffb6f9f17c8bf7bf95c962f5cf7ecd6da3a63c726b2bd3177db62a5493dd72778a4df8989e709885c47f8cda6e618
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.469
|
data/lib/v20180321/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|