Class: TencentCloud::Asr::V20190614::HotWord
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::HotWord
- Defined in:
- lib/v20190614/models.rb
Overview
Instance Attribute Summary collapse
-
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Word ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(word = nil, weight = nil) ⇒ HotWord
constructor
A new instance of HotWord.
Constructor Details
#initialize(word = nil, weight = nil) ⇒ HotWord
Returns a new instance of HotWord.
1198 1199 1200 1201 |
# File 'lib/v20190614/models.rb', line 1198 def initialize(word=nil, weight=nil) @Word = word @Weight = weight end |
Instance Attribute Details
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1196 1197 1198 |
# File 'lib/v20190614/models.rb', line 1196 def Weight @Weight end |
#Word ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1196 1197 1198 |
# File 'lib/v20190614/models.rb', line 1196 def Word @Word end |
Instance Method Details
#deserialize(params) ⇒ Object
1203 1204 1205 1206 |
# File 'lib/v20190614/models.rb', line 1203 def deserialize(params) @Word = params['Word'] @Weight = params['Weight'] end |