Class: TencentCloud::Mps::V20190612::VideoComprehensionResultItem

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

视频分镜理解结果

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DescriptionObject

Parameters:

  • 分镜片段起始时间(单位:秒)

  • 分镜片段结束时间(单位:秒)

  • 分镜片段标题

  • 分镜片段信息描述

  • 分镜片段关键词



31814
31815
31816
# File 'lib/v20190612/models.rb', line 31814

def Description
  @Description
end

#EndTimeObject

Parameters:

  • 分镜片段起始时间(单位:秒)

  • 分镜片段结束时间(单位:秒)

  • 分镜片段标题

  • 分镜片段信息描述

  • 分镜片段关键词



31814
31815
31816
# File 'lib/v20190612/models.rb', line 31814

def EndTime
  @EndTime
end

#KeywordsObject

Parameters:

  • 分镜片段起始时间(单位:秒)

  • 分镜片段结束时间(单位:秒)

  • 分镜片段标题

  • 分镜片段信息描述

  • 分镜片段关键词



31814
31815
31816
# File 'lib/v20190612/models.rb', line 31814

def Keywords
  @Keywords
end

#StartTimeObject

Parameters:

  • 分镜片段起始时间(单位:秒)

  • 分镜片段结束时间(单位:秒)

  • 分镜片段标题

  • 分镜片段信息描述

  • 分镜片段关键词



31814
31815
31816
# File 'lib/v20190612/models.rb', line 31814

def StartTime
  @StartTime
end

#TitleObject

Parameters:

  • 分镜片段起始时间(单位:秒)

  • 分镜片段结束时间(单位:秒)

  • 分镜片段标题

  • 分镜片段信息描述

  • 分镜片段关键词



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