Class: TencentCloud::Ie::V20200304::TagItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::TagItem
- Defined in:
- lib/v20200304/models.rb
Overview
标签项
Instance Attribute Summary collapse
-
#Categorys ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Confidence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Ext ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, confidence = nil, categorys = nil, ext = nil) ⇒ TagItem
constructor
A new instance of TagItem.
Constructor Details
#initialize(id = nil, confidence = nil, categorys = nil, ext = nil) ⇒ TagItem
Returns a new instance of TagItem.
3244 3245 3246 3247 3248 3249 |
# File 'lib/v20200304/models.rb', line 3244 def initialize(id=nil, confidence=nil, categorys=nil, ext=nil) @Id = id @Confidence = confidence @Categorys = categorys @Ext = ext end |
Instance Attribute Details
#Categorys ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3242 3243 3244 |
# File 'lib/v20200304/models.rb', line 3242 def Categorys @Categorys end |
#Confidence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3242 3243 3244 |
# File 'lib/v20200304/models.rb', line 3242 def Confidence @Confidence end |
#Ext ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3242 3243 3244 |
# File 'lib/v20200304/models.rb', line 3242 def Ext @Ext end |
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3242 3243 3244 |
# File 'lib/v20200304/models.rb', line 3242 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
3251 3252 3253 3254 3255 3256 |
# File 'lib/v20200304/models.rb', line 3251 def deserialize(params) @Id = params['Id'] @Confidence = params['Confidence'] @Categorys = params['Categorys'] @Ext = params['Ext'] end |