Class: TencentCloud::Tms::V20201229::Tag

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

Overview

该字段用于返回审核结果明细字段的标签及分数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyword = nil, sublabel = nil, score = nil) ⇒ Tag

Returns a new instance of Tag.



293
294
295
296
297
# File 'lib/v20201229/models.rb', line 293

def initialize(keyword=nil, sublabel=nil, score=nil)
  @Keyword = keyword
  @SubLabel = sublabel
  @Score = score
end

Instance Attribute Details

#KeywordObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Keyword:

    该字段用于返回命中的关键词

  • SubLabel:

    该字段用于返回子标签

  • Score:

    该字段用于返回子标签对应的分数



291
292
293
# File 'lib/v20201229/models.rb', line 291

def Keyword
  @Keyword
end

#ScoreObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Keyword:

    该字段用于返回命中的关键词

  • SubLabel:

    该字段用于返回子标签

  • Score:

    该字段用于返回子标签对应的分数



291
292
293
# File 'lib/v20201229/models.rb', line 291

def Score
  @Score
end

#SubLabelObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Keyword:

    该字段用于返回命中的关键词

  • SubLabel:

    该字段用于返回子标签

  • Score:

    该字段用于返回子标签对应的分数



291
292
293
# File 'lib/v20201229/models.rb', line 291

def SubLabel
  @SubLabel
end

Instance Method Details

#deserialize(params) ⇒ Object



299
300
301
302
303
# File 'lib/v20201229/models.rb', line 299

def deserialize(params)
  @Keyword = params['Keyword']
  @SubLabel = params['SubLabel']
  @Score = params['Score']
end