tencentcloud-sdk-mrs 3.0.942 → 3.0.943
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/v20200910/models.rb +2 -4
- 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: 7fbf1b3eb2b04a2f5749a8ea697e4252ba47eb55
|
|
4
|
+
data.tar.gz: 8a1df9c4c67998ad5f8a6476f014df78fac5802b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0de306aeaa5e798d4795b1c74691daa5c186752f0c8655eace9075109a266b800eefd078a1dc9655cc103466e61121e808b1542d246da88b24bd3c5c8757204e
|
|
7
|
+
data.tar.gz: 88373f9bd85b253d99e070e2aefd4adc167f4590a5b2e6e40d45f64b73aee1cc2f8929417ed3384b93028140aacf31e097b92642a79918206640689034f0510a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.943
|
data/lib/v20200910/models.rb
CHANGED
|
@@ -5670,10 +5670,8 @@ module TencentCloud
|
|
|
5670
5670
|
# ImageToObject返回参数结构体
|
|
5671
5671
|
class ImageToObjectResponse < TencentCloud::Common::AbstractModel
|
|
5672
5672
|
# @param Template: 报告结构化结果
|
|
5673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5674
5673
|
# @type Template: :class:`Tencentcloud::Mrs.v20200910.models.Template`
|
|
5675
5674
|
# @param TextTypeList: 多级分类结果
|
|
5676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5677
5675
|
# @type TextTypeList: Array
|
|
5678
5676
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5679
5677
|
# @type RequestId: String
|
|
@@ -6890,10 +6888,10 @@ module TencentCloud
|
|
|
6890
6888
|
# @type Name: String
|
|
6891
6889
|
# @param TransferNum: 转移数量
|
|
6892
6890
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6893
|
-
# @type TransferNum:
|
|
6891
|
+
# @type TransferNum: Integer
|
|
6894
6892
|
# @param Total: 总数量
|
|
6895
6893
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6896
|
-
# @type Total:
|
|
6894
|
+
# @type Total: Integer
|
|
6897
6895
|
# @param Src: 原文
|
|
6898
6896
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6899
6897
|
# @type Src: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mrs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.943
|
|
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-11-
|
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|