Class: TencentCloud::Vm::V20201229::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20201229::Tag
- Defined in:
- lib/v20201229/models.rb
Overview
音频切片识别标签
Instance Attribute Summary collapse
-
#EndTime ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Score ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StartTime ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, score = nil, starttime = nil, endtime = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(name = nil, score = nil, starttime = nil, endtime = nil) ⇒ Tag
Returns a new instance of Tag.
1257 1258 1259 1260 1261 1262 |
# File 'lib/v20201229/models.rb', line 1257 def initialize(name=nil, score=nil, starttime=nil, endtime=nil) @Name = name @Score = score @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#EndTime ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1255 1256 1257 |
# File 'lib/v20201229/models.rb', line 1255 def EndTime @EndTime end |
#Name ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1255 1256 1257 |
# File 'lib/v20201229/models.rb', line 1255 def Name @Name end |
#Score ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1255 1256 1257 |
# File 'lib/v20201229/models.rb', line 1255 def Score @Score end |
#StartTime ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1255 1256 1257 |
# File 'lib/v20201229/models.rb', line 1255 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1264 1265 1266 1267 1268 1269 |
# File 'lib/v20201229/models.rb', line 1264 def deserialize(params) @Name = params['Name'] @Score = params['Score'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |