Class: TencentCloud::Vod::V20180717::FrameTagConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::FrameTagConfigureInfoForUpdate
- Defined in:
- lib/v20180717/models.rb
Overview
智能按帧标签任务控制参数
Instance Attribute Summary collapse
-
#ScreenshotInterval ⇒ Object
<li>ON:开启智能按帧标签任务;</li> <li>OFF:关闭智能按帧标签任务。</li>.
-
#Switch ⇒ Object
<li>ON:开启智能按帧标签任务;</li> <li>OFF:关闭智能按帧标签任务。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, screenshotinterval = nil) ⇒ FrameTagConfigureInfoForUpdate
constructor
A new instance of FrameTagConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil, screenshotinterval = nil) ⇒ FrameTagConfigureInfoForUpdate
Returns a new instance of FrameTagConfigureInfoForUpdate.
15193 15194 15195 15196 |
# File 'lib/v20180717/models.rb', line 15193 def initialize(switch=nil, screenshotinterval=nil) @Switch = switch @ScreenshotInterval = screenshotinterval end |
Instance Attribute Details
#ScreenshotInterval ⇒ Object
<li>ON:开启智能按帧标签任务;</li> <li>OFF:关闭智能按帧标签任务。</li>
15191 15192 15193 |
# File 'lib/v20180717/models.rb', line 15191 def ScreenshotInterval @ScreenshotInterval end |
#Switch ⇒ Object
<li>ON:开启智能按帧标签任务;</li> <li>OFF:关闭智能按帧标签任务。</li>
15191 15192 15193 |
# File 'lib/v20180717/models.rb', line 15191 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
15198 15199 15200 15201 |
# File 'lib/v20180717/models.rb', line 15198 def deserialize(params) @Switch = params['Switch'] @ScreenshotInterval = params['ScreenshotInterval'] end |