Class: TencentCloud::Ams::V20201229::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::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.
1123 1124 1125 1126 1127 1128 |
# File 'lib/v20201229/models.rb', line 1123 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,表示取不到有效值。
1121 1122 1123 |
# File 'lib/v20201229/models.rb', line 1121 def EndTime @EndTime end |
#Name ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1121 1122 1123 |
# File 'lib/v20201229/models.rb', line 1121 def Name @Name end |
#Score ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1121 1122 1123 |
# File 'lib/v20201229/models.rb', line 1121 def Score @Score end |
#StartTime ⇒ Object
当Label 为Teenager 时 Name可能取值有:Teenager 当Label 为Gender 时 Name可能取值有:Male 、Female 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1121 1122 1123 |
# File 'lib/v20201229/models.rb', line 1121 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1130 1131 1132 1133 1134 1135 |
# File 'lib/v20201229/models.rb', line 1130 def deserialize(params) @Name = params['Name'] @Score = params['Score'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |