Class: TencentCloud::Vod::V20180717::FrameTagConfigureInfo

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

Overview

智能按帧标签任务控制参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(switch = nil, screenshotinterval = nil) ⇒ FrameTagConfigureInfo



15171
15172
15173
15174
# File 'lib/v20180717/models.rb', line 15171

def initialize(switch=nil, screenshotinterval=nil)
  @Switch = switch
  @ScreenshotInterval = screenshotinterval
end

Instance Attribute Details

#ScreenshotIntervalObject

<li>ON:开启智能按帧标签任务;</li> <li>OFF:关闭智能按帧标签任务。</li>



15169
15170
15171
# File 'lib/v20180717/models.rb', line 15169

def ScreenshotInterval
  @ScreenshotInterval
end

#SwitchObject

<li>ON:开启智能按帧标签任务;</li> <li>OFF:关闭智能按帧标签任务。</li>



15169
15170
15171
# File 'lib/v20180717/models.rb', line 15169

def Switch
  @Switch
end

Instance Method Details

#deserialize(params) ⇒ Object



15176
15177
15178
15179
# File 'lib/v20180717/models.rb', line 15176

def deserialize(params)
  @Switch = params['Switch']
  @ScreenshotInterval = params['ScreenshotInterval']
end