tencentcloud-sdk-vm 1.0.225 → 1.0.229

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201229/models.rb +35 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd08dff5e97f8ffc032506e3bf6777b4e1592b53
4
- data.tar.gz: b9a12a4e591758ed638c9e2831b3467dc246bbe0
3
+ metadata.gz: a48e42f3257b257194044faafef9e4582e322230
4
+ data.tar.gz: 20ba9bea1ed8f76945a58b7c928e5563b9fdf72b
5
5
  SHA512:
6
- metadata.gz: 5cdde658b9cb0af63767ab7056edb4e44c6ab812980340188b0a550c0718d67e713e6946910d4e79dfbecf2fbcded4ed6c8197714418757b83d98625940f2e99
7
- data.tar.gz: df74f5e237ebe04b35d966b44f9c0eb25e5a376937cf44e3f2ed69313fdd490259b408a714671e1dae1ebcce12fa1c774aab9804565cd4681731eca82c4cbbd7
6
+ metadata.gz: 36eb5f7fee7dc28b8cf843de76e2960a8b8e79f6e3c7049fb2429c769099f4cb9bbc3689d500332e0227d5d30f8bc770bc8003a0d6631b5ebef4c3d4a4feb880
7
+ data.tar.gz: 138cbae005186cafbbf636b725d4b318ecb896c6815b15ff1dd79097b02dbb964a2786b322394a3c136f90a80650e0840fe08cfb74ed37c75d57bcaa8c587af7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.225
1
+ 1.0.229
@@ -53,10 +53,13 @@ module TencentCloud
53
53
  # @param LanguageResults: 该字段用于返回音频小语种检测的详细审核结果。具体结果内容请参见AudioResultDetailLanguageResult数据结构的细节描述。
54
54
  # 注意:此字段可能返回 null,表示取不到有效值。
55
55
  # @type LanguageResults: Array
56
+ # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
57
+ # 注意:此字段可能返回 null,表示取不到有效值。
58
+ # @type SubLabel: String
56
59
 
57
- attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults
60
+ attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults, :SubLabel
58
61
 
59
- def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, text=nil, url=nil, duration=nil, extra=nil, textresults=nil, moanresults=nil, languageresults=nil)
62
+ 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)
60
63
  @HitFlag = hitflag
61
64
  @Label = label
62
65
  @Suggestion = suggestion
@@ -68,6 +71,7 @@ module TencentCloud
68
71
  @TextResults = textresults
69
72
  @MoanResults = moanresults
70
73
  @LanguageResults = languageresults
74
+ @SubLabel = sublabel
71
75
  end
72
76
 
73
77
  def deserialize(params)
@@ -103,6 +107,7 @@ module TencentCloud
103
107
  @LanguageResults << audioresultdetaillanguageresult_tmp
104
108
  end
105
109
  end
110
+ @SubLabel = params['SubLabel']
106
111
  end
107
112
  end
108
113
 
@@ -156,15 +161,19 @@ module TencentCloud
156
161
  # @type EndTime: Float
157
162
  # @param SubLabelCode: *内测中,敬请期待*
158
163
  # @type SubLabelCode: String
164
+ # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
165
+ # 注意:此字段可能返回 null,表示取不到有效值。
166
+ # @type SubLabel: String
159
167
 
160
- attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode
168
+ attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode, :SubLabel
161
169
 
162
- def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil)
170
+ def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil)
163
171
  @Label = label
164
172
  @Score = score
165
173
  @StartTime = starttime
166
174
  @EndTime = endtime
167
175
  @SubLabelCode = sublabelcode
176
+ @SubLabel = sublabel
168
177
  end
169
178
 
170
179
  def deserialize(params)
@@ -173,6 +182,7 @@ module TencentCloud
173
182
  @StartTime = params['StartTime']
174
183
  @EndTime = params['EndTime']
175
184
  @SubLabelCode = params['SubLabelCode']
185
+ @SubLabel = params['SubLabel']
176
186
  end
177
187
  end
178
188
 
@@ -200,10 +210,13 @@ module TencentCloud
200
210
  # @param LibType: 该字段用于返回自定义关键词对应的词库类型,取值为**1**(黑白库)和**2**(自定义关键词库),若未配置自定义关键词库,则默认值为1(黑白库匹配)。
201
211
  # 注意:此字段可能返回 null,表示取不到有效值。
202
212
  # @type LibType: Integer
213
+ # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
214
+ # 注意:此字段可能返回 null,表示取不到有效值。
215
+ # @type SubLabel: String
203
216
 
204
- attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :Suggestion, :LibType
217
+ attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :Suggestion, :LibType, :SubLabel
205
218
 
206
- def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, suggestion=nil, libtype=nil)
219
+ def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, suggestion=nil, libtype=nil, sublabel=nil)
207
220
  @Label = label
208
221
  @Keywords = keywords
209
222
  @LibId = libid
@@ -211,6 +224,7 @@ module TencentCloud
211
224
  @Score = score
212
225
  @Suggestion = suggestion
213
226
  @LibType = libtype
227
+ @SubLabel = sublabel
214
228
  end
215
229
 
216
230
  def deserialize(params)
@@ -221,6 +235,7 @@ module TencentCloud
221
235
  @Score = params['Score']
222
236
  @Suggestion = params['Suggestion']
223
237
  @LibType = params['LibType']
238
+ @SubLabel = params['SubLabel']
224
239
  end
225
240
  end
226
241
 
@@ -621,10 +636,13 @@ module TencentCloud
621
636
  # @param Extra: 该字段用于返回输入参数中的额外附加信息(Extra),如未配置则默认返回值为空。<br>备注:不同客户或Biztype下返回信息不同,如需配置该字段请提交工单咨询或联系售后专员处理。
622
637
  # 注意:此字段可能返回 null,表示取不到有效值。
623
638
  # @type Extra: String
639
+ # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
640
+ # 注意:此字段可能返回 null,表示取不到有效值。
641
+ # @type SubLabel: String
624
642
 
625
- attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra
643
+ attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra, :SubLabel
626
644
 
627
- def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil)
645
+ def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil, sublabel=nil)
628
646
  @HitFlag = hitflag
629
647
  @Label = label
630
648
  @Suggestion = suggestion
@@ -632,6 +650,7 @@ module TencentCloud
632
650
  @Results = results
633
651
  @Url = url
634
652
  @Extra = extra
653
+ @SubLabel = sublabel
635
654
  end
636
655
 
637
656
  def deserialize(params)
@@ -649,6 +668,7 @@ module TencentCloud
649
668
  end
650
669
  @Url = params['Url']
651
670
  @Extra = params['Extra']
671
+ @SubLabel = params['SubLabel']
652
672
  end
653
673
  end
654
674
 
@@ -1055,19 +1075,24 @@ module TencentCloud
1055
1075
  # @param Score: 该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容;*色情 0*,则表明该文本不属于色情内容。
1056
1076
  # 注意:此字段可能返回 null,表示取不到有效值。
1057
1077
  # @type Score: Integer
1078
+ # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
1079
+ # 注意:此字段可能返回 null,表示取不到有效值。
1080
+ # @type SubLabel: String
1058
1081
 
1059
- attr_accessor :Label, :Suggestion, :Score
1082
+ attr_accessor :Label, :Suggestion, :Score, :SubLabel
1060
1083
 
1061
- def initialize(label=nil, suggestion=nil, score=nil)
1084
+ def initialize(label=nil, suggestion=nil, score=nil, sublabel=nil)
1062
1085
  @Label = label
1063
1086
  @Suggestion = suggestion
1064
1087
  @Score = score
1088
+ @SubLabel = sublabel
1065
1089
  end
1066
1090
 
1067
1091
  def deserialize(params)
1068
1092
  @Label = params['Label']
1069
1093
  @Suggestion = params['Suggestion']
1070
1094
  @Score = params['Score']
1095
+ @SubLabel = params['SubLabel']
1071
1096
  end
1072
1097
  end
1073
1098
 
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: 1.0.225
4
+ version: 1.0.229
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-16 00:00:00.000000000 Z
11
+ date: 2021-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common