tencentcloud-sdk-asr 3.0.767 → 3.0.768

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: bea6c545785be68c3d46ea569118291ed14e5c50
4
- data.tar.gz: dfaeef50665a7ce47afb72f1984e1a2eb5d8c611
3
+ metadata.gz: 61a19b83f4f2d7e29ebb9f1e52f33a417a9ff130
4
+ data.tar.gz: c9aa04f29c01fc5b96d697b3388fb08c7294e032
5
5
  SHA512:
6
- metadata.gz: 8b1f81f89c1d4727929fa1ca63bd9d3700c3234d85ac2682524645b151f2b23bf11479ec2720c9069fbec3787423b20cb81187bf631a54887708e44f5c6b4ed2
7
- data.tar.gz: 0544ff0ef0ec54421958490edaff8a5686cdf798e8c0096704d7a88938cae86690db9b541ac00a2499c41e67a3ca4a44a757f26172c3015d5288965be4bee903
6
+ metadata.gz: e5297c10c9e991e9d1ab22ae964f3ad157756c5a8845e5bf1592eb9a9a9ca8798b472828ba962bb0882ef13aaf8d8f834f2974d213b7dec22e36d0f5eb8218b9
7
+ data.tar.gz: c0584bbc9eac4550a89231ffc9709a4a37179a37d957e8ec91c2dfd208276984caccb95e789dc745598388f89fd8a7456673f024d062580452e40ff6da09063f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.767
1
+ 3.0.768
@@ -253,6 +253,9 @@ module TencentCloud
253
253
  # @type TagInfos: Array
254
254
 
255
255
  attr_accessor :ModelName, :TextUrl, :ModelType, :TagInfos
256
+ extend Gem::Deprecate
257
+ deprecate :TagInfos, :none, 2024, 2
258
+ deprecate :TagInfos=, :none, 2024, 2
256
259
 
257
260
  def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil)
258
261
  @ModelName = modelname
@@ -869,6 +872,9 @@ module TencentCloud
869
872
  # @type Offset: Integer
870
873
 
871
874
  attr_accessor :TagInfos, :Limit, :Offset
875
+ extend Gem::Deprecate
876
+ deprecate :TagInfos, :none, 2024, 2
877
+ deprecate :TagInfos=, :none, 2024, 2
872
878
 
873
879
  def initialize(taginfos=nil, limit=nil, offset=nil)
874
880
  @TagInfos = taginfos
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-asr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.767
4
+ version: 3.0.768
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-02-21 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common