tencentcloud-sdk-mrs 3.0.941 → 3.0.943

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200910/models.rb +14 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9f277b77bfc94428cf8ab013c56c04f2602be3f
4
- data.tar.gz: b8de3a5013beb848f68201f0aa25da6f31469463
3
+ metadata.gz: 7fbf1b3eb2b04a2f5749a8ea697e4252ba47eb55
4
+ data.tar.gz: 8a1df9c4c67998ad5f8a6476f014df78fac5802b
5
5
  SHA512:
6
- metadata.gz: ae942f1f9fafb5fb2cf8c6d424e9015f89e7ca36b30d64dcccb9504c9d81beb277f6b0e91e93e5f3a80b598b4c6799ebd039051ab2d64d1da64eee71b3d68f63
7
- data.tar.gz: 469d8502ee4278b5d8c46dd53c3d8cd3f2595386beff3fb4b77525a27b4f911291db870d959ba3ee7c26a0ee16ad727b8a889f9ec78cb4aedbe6253859b90b0c
6
+ metadata.gz: 0de306aeaa5e798d4795b1c74691daa5c186752f0c8655eace9075109a266b800eefd078a1dc9655cc103466e61121e808b1542d246da88b24bd3c5c8757204e
7
+ data.tar.gz: 88373f9bd85b253d99e070e2aefd4adc167f4590a5b2e6e40d45f64b73aee1cc2f8929417ed3384b93028140aacf31e097b92642a79918206640689034f0510a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.941
1
+ 3.0.943
@@ -606,6 +606,9 @@ module TencentCloud
606
606
  # @type Pinyin: String
607
607
 
608
608
  attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin
609
+ extend Gem::Deprecate
610
+ deprecate :BarndName, :none, 2024, 11
611
+ deprecate :BarndName=, :none, 2024, 11
609
612
 
610
613
  def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil)
611
614
  @Text = text
@@ -1964,15 +1967,21 @@ module TencentCloud
1964
1967
  # @param Pinyin: 拼音
1965
1968
  # 注意:此字段可能返回 null,表示取不到有效值。
1966
1969
  # @type Pinyin: String
1970
+ # @param BrandName: 品牌名
1971
+ # @type BrandName: String
1967
1972
 
1968
- attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin
1973
+ attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin, :BrandName
1974
+ extend Gem::Deprecate
1975
+ deprecate :BarndName, :none, 2024, 11
1976
+ deprecate :BarndName=, :none, 2024, 11
1969
1977
 
1970
- def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil)
1978
+ def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil, brandname=nil)
1971
1979
  @Text = text
1972
1980
  @GenericName = genericname
1973
1981
  @BarndName = barndname
1974
1982
  @EnName = enname
1975
1983
  @Pinyin = pinyin
1984
+ @BrandName = brandname
1976
1985
  end
1977
1986
 
1978
1987
  def deserialize(params)
@@ -1981,6 +1990,7 @@ module TencentCloud
1981
1990
  @BarndName = params['BarndName']
1982
1991
  @EnName = params['EnName']
1983
1992
  @Pinyin = params['Pinyin']
1993
+ @BrandName = params['BrandName']
1984
1994
  end
1985
1995
  end
1986
1996
 
@@ -5660,10 +5670,8 @@ module TencentCloud
5660
5670
  # ImageToObject返回参数结构体
5661
5671
  class ImageToObjectResponse < TencentCloud::Common::AbstractModel
5662
5672
  # @param Template: 报告结构化结果
5663
- # 注意:此字段可能返回 null,表示取不到有效值。
5664
5673
  # @type Template: :class:`Tencentcloud::Mrs.v20200910.models.Template`
5665
5674
  # @param TextTypeList: 多级分类结果
5666
- # 注意:此字段可能返回 null,表示取不到有效值。
5667
5675
  # @type TextTypeList: Array
5668
5676
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5669
5677
  # @type RequestId: String
@@ -6880,10 +6888,10 @@ module TencentCloud
6880
6888
  # @type Name: String
6881
6889
  # @param TransferNum: 转移数量
6882
6890
  # 注意:此字段可能返回 null,表示取不到有效值。
6883
- # @type TransferNum: String
6891
+ # @type TransferNum: Integer
6884
6892
  # @param Total: 总数量
6885
6893
  # 注意:此字段可能返回 null,表示取不到有效值。
6886
- # @type Total: String
6894
+ # @type Total: Integer
6887
6895
  # @param Src: 原文
6888
6896
  # 注意:此字段可能返回 null,表示取不到有效值。
6889
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.941
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-12 00:00:00.000000000 Z
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