Class: TencentCloud::Ams::V20201229::TaskLabel
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::V20201229::TaskLabel
- Defined in:
- lib/v20201229/models.rb
Overview
用于返回审核任务输出的标签
Instance Attribute Summary collapse
-
#Label ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubLabel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Suggestion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(label = nil, suggestion = nil, score = nil, sublabel = nil) ⇒ TaskLabel
constructor
A new instance of TaskLabel.
Constructor Details
#initialize(label = nil, suggestion = nil, score = nil, sublabel = nil) ⇒ TaskLabel
Returns a new instance of TaskLabel.
1293 1294 1295 1296 1297 1298 |
# File 'lib/v20201229/models.rb', line 1293 def initialize(label=nil, suggestion=nil, score=nil, sublabel=nil) @Label = label @Suggestion = suggestion @Score = score @SubLabel = sublabel end |
Instance Attribute Details
#Label ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1291 1292 1293 |
# File 'lib/v20201229/models.rb', line 1291 def Label @Label end |
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1291 1292 1293 |
# File 'lib/v20201229/models.rb', line 1291 def Score @Score end |
#SubLabel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1291 1292 1293 |
# File 'lib/v20201229/models.rb', line 1291 def SubLabel @SubLabel end |
#Suggestion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1291 1292 1293 |
# File 'lib/v20201229/models.rb', line 1291 def Suggestion @Suggestion end |
Instance Method Details
#deserialize(params) ⇒ Object
1300 1301 1302 1303 1304 1305 |
# File 'lib/v20201229/models.rb', line 1300 def deserialize(params) @Label = params['Label'] @Suggestion = params['Suggestion'] @Score = params['Score'] @SubLabel = params['SubLabel'] end |