Class: TencentCloud::Mps::V20190612::VideoComprehensionResultItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::VideoComprehensionResultItem
- Defined in:
- lib/v20190612/models.rb
Overview
视频分镜理解结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, title = nil, description = nil, keywords = nil) ⇒ VideoComprehensionResultItem
constructor
A new instance of VideoComprehensionResultItem.
Constructor Details
#initialize(starttime = nil, endtime = nil, title = nil, description = nil, keywords = nil) ⇒ VideoComprehensionResultItem
Returns a new instance of VideoComprehensionResultItem.
31816 31817 31818 31819 31820 31821 31822 |
# File 'lib/v20190612/models.rb', line 31816 def initialize(starttime=nil, endtime=nil, title=nil, description=nil, keywords=nil) @StartTime = starttime @EndTime = endtime @Title = title @Description = description @Keywords = keywords end |
Instance Attribute Details
#Description ⇒ Object
31814 31815 31816 |
# File 'lib/v20190612/models.rb', line 31814 def Description @Description end |
#EndTime ⇒ Object
31814 31815 31816 |
# File 'lib/v20190612/models.rb', line 31814 def EndTime @EndTime end |
#Keywords ⇒ Object
31814 31815 31816 |
# File 'lib/v20190612/models.rb', line 31814 def Keywords @Keywords end |
#StartTime ⇒ Object
31814 31815 31816 |
# File 'lib/v20190612/models.rb', line 31814 def StartTime @StartTime end |
#Title ⇒ Object
31814 31815 31816 |
# File 'lib/v20190612/models.rb', line 31814 def Title @Title end |
Instance Method Details
#deserialize(params) ⇒ Object
31824 31825 31826 31827 31828 31829 31830 |
# File 'lib/v20190612/models.rb', line 31824 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Title = params['Title'] @Description = params['Description'] @Keywords = params['Keywords'] end |