tencentcloud-sdk-tmt 3.0.886 → 3.0.887
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 +1 -1
- 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: 558757266afc587d2d0d16916ca6359098fc6c5a
|
|
4
|
+
data.tar.gz: c91a6e9ea9b0744deaede2ff7bb5bf70694c25df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5927d81aa2bbf1a2ea1d1c828d3f821acef479743aa6dce1887976c117c1a7ed113c5a069549bc529ee644743f73ab240c4feb1539e5caf9ad6784f11c36b141
|
|
7
|
+
data.tar.gz: d271bcff19df4e6903075aa7bd76289fe33da16a2825f0996a7de953ae7192321cd70921c7f27205686ce4978e1d5cea335b337ee60c3bdf66179e5fe8f82edc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.887
|
data/lib/v20180321/models.rb
CHANGED
|
@@ -59,7 +59,7 @@ module TencentCloud
|
|
|
59
59
|
# @type DocumentType: String
|
|
60
60
|
# @param SourceType: 数据来源,0:url,1:直接传文件编码后数据
|
|
61
61
|
# @type SourceType: Integer
|
|
62
|
-
# @param Url: 需要翻译文件url
|
|
62
|
+
# @param Url: 需要翻译文件url,长度不超过256字符。文件限制如下:docx/xIsx/html/markdown文件不超过800万字符,doc/pdf/pptx文件不超过300页,txt/po文件不超过10MB,pdf/docx/pptx/xlsx不超过40MB
|
|
63
63
|
# @type Url: String
|
|
64
64
|
# @param BasicDocumentType: 原始文档类型。该参数为高级参数,请留空,如需使用,请与工作人员确认后再使用。
|
|
65
65
|
# @type BasicDocumentType: String
|
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.887
|
|
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-
|
|
11
|
+
date: 2024-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|