Class: TencentCloud::Ivld::V20210903::TextSegMatchShotScore
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::TextSegMatchShotScore
- Defined in:
- lib/v20210903/models.rb
Overview
单个文本摘要分割结果和所有镜头的匹配度信息
Instance Attribute Summary collapse
-
#ScoreSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(scoreset = nil) ⇒ TextSegMatchShotScore
constructor
A new instance of TextSegMatchShotScore.
Constructor Details
#initialize(scoreset = nil) ⇒ TextSegMatchShotScore
Returns a new instance of TextSegMatchShotScore.
2896 2897 2898 |
# File 'lib/v20210903/models.rb', line 2896 def initialize(scoreset=nil) @ScoreSet = scoreset end |
Instance Attribute Details
#ScoreSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2894 2895 2896 |
# File 'lib/v20210903/models.rb', line 2894 def ScoreSet @ScoreSet end |
Instance Method Details
#deserialize(params) ⇒ Object
2900 2901 2902 |
# File 'lib/v20210903/models.rb', line 2900 def deserialize(params) @ScoreSet = params['ScoreSet'] end |