tencentcloud-sdk-ams 3.0.1184 → 3.0.1189

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: 5e77a1467f01f2a277022ebfdee0f614c03b0dba
4
- data.tar.gz: 974de6f7585db2c3835c02417c51678873b18910
3
+ metadata.gz: 9470a2c032cbe6e864a04353c3270c93f28137ac
4
+ data.tar.gz: d843648d0caf2eaf7ab5ce7c99404beccf6556e5
5
5
  SHA512:
6
- metadata.gz: 3e545235b9be0bace518d617246c2e7e373931be895282bcd31c83b0a99a21cfee05e99f03c98aa7ef9b6da1385042ea2d3a016a06fa18f9d9b8eceec693b2bd
7
- data.tar.gz: da025f0c4c806311936ffb804fe38c5dd52cbf2f71bd6e07532a668e5f75636ec719d8ee6a02e2b4fb571e33f63a6c882b35c3f827cc16f1408adf843ad610aa
6
+ metadata.gz: 1595c706b65f02740ed014bcfc790d7d692206fc62984839453feb76af6c118dd11e9260c760ab1781500aff8247595f0710644b3ed079d361db0a73b4baa6b7
7
+ data.tar.gz: 800b5b8f71d0bcdb7a8d4a725db68ea488f44d169b0bf224b3022e0a0201fa07292cfbe4eeb1affea87410cf4e62187213cdcc9fb3de602b39fceec19956a56a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1184
1
+ 3.0.1189
@@ -60,10 +60,12 @@ module TencentCloud
60
60
  # @type HitType: String
61
61
  # @param Sentences: ASR句子的起止时间
62
62
  # @type Sentences: Array
63
+ # @param RequestId: 切片请求ID
64
+ # @type RequestId: String
63
65
 
64
- attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults, :SubLabel, :RecognitionResults, :SpeakerResults, :LabelResults, :TravelResults, :SubTag, :SubTagCode, :HitType, :Sentences
66
+ attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults, :SubLabel, :RecognitionResults, :SpeakerResults, :LabelResults, :TravelResults, :SubTag, :SubTagCode, :HitType, :Sentences, :RequestId
65
67
 
66
- def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, text=nil, url=nil, duration=nil, extra=nil, textresults=nil, moanresults=nil, languageresults=nil, sublabel=nil, recognitionresults=nil, speakerresults=nil, labelresults=nil, travelresults=nil, subtag=nil, subtagcode=nil, hittype=nil, sentences=nil)
68
+ def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, text=nil, url=nil, duration=nil, extra=nil, textresults=nil, moanresults=nil, languageresults=nil, sublabel=nil, recognitionresults=nil, speakerresults=nil, labelresults=nil, travelresults=nil, subtag=nil, subtagcode=nil, hittype=nil, sentences=nil, requestid=nil)
67
69
  @HitFlag = hitflag
68
70
  @Label = label
69
71
  @Suggestion = suggestion
@@ -84,6 +86,7 @@ module TencentCloud
84
86
  @SubTagCode = subtagcode
85
87
  @HitType = hittype
86
88
  @Sentences = sentences
89
+ @RequestId = requestid
87
90
  end
88
91
 
89
92
  def deserialize(params)
@@ -163,6 +166,7 @@ module TencentCloud
163
166
  @Sentences << sentence_tmp
164
167
  end
165
168
  end
169
+ @RequestId = params['RequestId']
166
170
  end
167
171
  end
168
172
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ams
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1184
4
+ version: 3.0.1189
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-18 00:00:00.000000000 Z
11
+ date: 2025-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,10 +34,10 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-ams.rb
37
- - lib/v20201229/models.rb
38
- - lib/v20201229/client.rb
39
- - lib/v20200608/models.rb
40
37
  - lib/v20200608/client.rb
38
+ - lib/v20200608/models.rb
39
+ - lib/v20201229/client.rb
40
+ - lib/v20201229/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: