tencentcloud-sdk-vm 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: ca7311c5d095c2684e75f5cc7fff124633f27b58
4
- data.tar.gz: 8eaf7e252fee4893c7f5fad5b11e5671120600ca
3
+ metadata.gz: b3a2a56440e6b63fccfdf6f6c6af157de63b83cf
4
+ data.tar.gz: ab9fcce78b213bff498fb23b95ea136c41c83367
5
5
  SHA512:
6
- metadata.gz: dabad4a6da845556efc09b9e2bcc7199450d5f4b257750605b8a1e4f90e2c2d1ae2df032ec36a226b2da144825bdcde50c37f690a9fe8c0d340b8966c758f486
7
- data.tar.gz: cb8da3d33402be8d7483aa6b8f628e3b85677f246cfaf026be3ba4fa72195a934498b2278852108671ca1ad3b83c7d05ee015d42de5c1f131ccb95ef26df91ce
6
+ metadata.gz: 4b08f6d255c2cd80119bb8c1967895a4b20d12f4431688d72a7a4ff3fa660f2f085081ea94661c5e4eb8c23fb1364bf597f5a8b9cb56376a87953d7f35c47463
7
+ data.tar.gz: 1c866aab04b836d947f67b05fc2cb3982bf2689b2e2bb7f1d53ac61b74b34aea62f6aee8a9d797c14002e4b76f4150cc5d62f4666ae8407291329aae0096107b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1184
1
+ 3.0.1189
@@ -2,12 +2,12 @@
2
2
 
3
3
  require 'tencentcloud-sdk-common'
4
4
 
5
- require_relative 'v20200709/client'
6
- require_relative 'v20200709/models'
7
-
8
5
  require_relative 'v20210922/client'
9
6
  require_relative 'v20210922/models'
10
7
 
8
+ require_relative 'v20200709/client'
9
+ require_relative 'v20200709/models'
10
+
11
11
  require_relative 'v20201229/client'
12
12
  require_relative 'v20201229/models'
13
13
 
@@ -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, :TravelResults, :SubTag, :SubTagCode, :LabelResults, :HitType, :Sentences
66
+ attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults, :SubLabel, :RecognitionResults, :SpeakerResults, :TravelResults, :SubTag, :SubTagCode, :LabelResults, :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, travelresults=nil, subtag=nil, subtagcode=nil, labelresults=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, travelresults=nil, subtag=nil, subtagcode=nil, labelresults=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
  @LabelResults = labelresults
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
 
@@ -726,10 +730,12 @@ module TencentCloud
726
730
  # @type RecognitionResults: Array
727
731
  # @param HitType: 审核命中类型
728
732
  # @type HitType: String
733
+ # @param RequestId: 截帧请求ID
734
+ # @type RequestId: String
729
735
 
730
- attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra, :SubLabel, :RecognitionResults, :HitType
736
+ attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra, :SubLabel, :RecognitionResults, :HitType, :RequestId
731
737
 
732
- def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil, sublabel=nil, recognitionresults=nil, hittype=nil)
738
+ def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil, sublabel=nil, recognitionresults=nil, hittype=nil, requestid=nil)
733
739
  @HitFlag = hitflag
734
740
  @Label = label
735
741
  @Suggestion = suggestion
@@ -740,6 +746,7 @@ module TencentCloud
740
746
  @SubLabel = sublabel
741
747
  @RecognitionResults = recognitionresults
742
748
  @HitType = hittype
749
+ @RequestId = requestid
743
750
  end
744
751
 
745
752
  def deserialize(params)
@@ -767,6 +774,7 @@ module TencentCloud
767
774
  end
768
775
  end
769
776
  @HitType = params['HitType']
777
+ @RequestId = params['RequestId']
770
778
  end
771
779
  end
772
780
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vm
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,12 +34,12 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-vm.rb
37
- - lib/v20210922/models.rb
38
37
  - lib/v20210922/client.rb
39
- - lib/v20200709/models.rb
38
+ - lib/v20210922/models.rb
40
39
  - lib/v20200709/client.rb
41
- - lib/v20201229/models.rb
40
+ - lib/v20200709/models.rb
42
41
  - lib/v20201229/client.rb
42
+ - lib/v20201229/models.rb
43
43
  - lib/VERSION
44
44
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
45
45
  licenses: