Class: TencentCloud::Tms::V20200713::DetailResults

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200713/models.rb

Overview

文本返回的详细结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(label = nil, suggestion = nil, keywords = nil, score = nil, libtype = nil, libid = nil, libname = nil) ⇒ DetailResults



227
228
229
230
231
232
233
234
235
# File 'lib/v20200713/models.rb', line 227

def initialize(label=nil, suggestion=nil, keywords=nil, score=nil, libtype=nil, libid=nil, libname=nil)
  @Label = label
  @Suggestion = suggestion
  @Keywords = keywords
  @Score = score
  @LibType = libtype
  @LibId = libid
  @LibName = libname
end

Instance Attribute Details

#KeywordsObject

以及令人反感、不安全或不适宜的内容类型。 建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



225
226
227
# File 'lib/v20200713/models.rb', line 225

def Keywords
  @Keywords
end

#LabelObject

以及令人反感、不安全或不适宜的内容类型。 建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



225
226
227
# File 'lib/v20200713/models.rb', line 225

def Label
  @Label
end

#LibIdObject

以及令人反感、不安全或不适宜的内容类型。 建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



225
226
227
# File 'lib/v20200713/models.rb', line 225

def LibId
  @LibId
end

#LibNameObject

以及令人反感、不安全或不适宜的内容类型。 建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



225
226
227
# File 'lib/v20200713/models.rb', line 225

def LibName
  @LibName
end

#LibTypeObject

以及令人反感、不安全或不适宜的内容类型。 建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



225
226
227
# File 'lib/v20200713/models.rb', line 225

def LibType
  @LibType
end

#ScoreObject

以及令人反感、不安全或不适宜的内容类型。 建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



225
226
227
# File 'lib/v20200713/models.rb', line 225

def Score
  @Score
end

#SuggestionObject

以及令人反感、不安全或不适宜的内容类型。 建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。



225
226
227
# File 'lib/v20200713/models.rb', line 225

def Suggestion
  @Suggestion
end

Instance Method Details

#deserialize(params) ⇒ Object



237
238
239
240
241
242
243
244
245
# File 'lib/v20200713/models.rb', line 237

def deserialize(params)
  @Label = params['Label']
  @Suggestion = params['Suggestion']
  @Keywords = params['Keywords']
  @Score = params['Score']
  @LibType = params['LibType']
  @LibId = params['LibId']
  @LibName = params['LibName']
end