Class: TencentCloud::Mps::V20190612::SearchTaskResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::SearchTaskResult
- Defined in:
- lib/v20190612/models.rb
Overview
视频检索的检索结果
Instance Attribute Summary collapse
-
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#VideoId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(score = nil, videoid = nil) ⇒ SearchTaskResult
constructor
A new instance of SearchTaskResult.
Constructor Details
#initialize(score = nil, videoid = nil) ⇒ SearchTaskResult
Returns a new instance of SearchTaskResult.
27651 27652 27653 27654 |
# File 'lib/v20190612/models.rb', line 27651 def initialize(score=nil, videoid=nil) @Score = score @VideoId = videoid end |
Instance Attribute Details
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
27649 27650 27651 |
# File 'lib/v20190612/models.rb', line 27649 def Score @Score end |
#VideoId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
27649 27650 27651 |
# File 'lib/v20190612/models.rb', line 27649 def VideoId @VideoId end |
Instance Method Details
#deserialize(params) ⇒ Object
27656 27657 27658 27659 |
# File 'lib/v20190612/models.rb', line 27656 def deserialize(params) @Score = params['Score'] @VideoId = params['VideoId'] end |