Class: TencentCloud::Tms::V20201229::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tms::V20201229::Tag
- Defined in:
- lib/v20201229/models.rb
Overview
该字段用于返回审核结果明细字段的标签及分数
Instance Attribute Summary collapse
-
#Keyword ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubLabel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyword = nil, sublabel = nil, score = nil) ⇒ Tag
constructor
A new instance of Tag.
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
#Keyword ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
291 292 293 |
# File 'lib/v20201229/models.rb', line 291 def Keyword @Keyword end |
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
291 292 293 |
# File 'lib/v20201229/models.rb', line 291 def Score @Score end |
#SubLabel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |