Class: TencentCloud::Vod::V20180717::SegmentConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::SegmentConfigureInfoForUpdate
- Defined in:
- lib/v20180717/models.rb
Overview
视频拆条识别任务控制参数
Instance Attribute Summary collapse
-
#Switch ⇒ Object
<li>ON:开启智能视频拆条识别任务;</li> <li>OFF:关闭智能视频拆条识别任务。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil) ⇒ SegmentConfigureInfoForUpdate
constructor
A new instance of SegmentConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil) ⇒ SegmentConfigureInfoForUpdate
Returns a new instance of SegmentConfigureInfoForUpdate.
26506 26507 26508 |
# File 'lib/v20180717/models.rb', line 26506 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
<li>ON:开启智能视频拆条识别任务;</li> <li>OFF:关闭智能视频拆条识别任务。</li>
26504 26505 26506 |
# File 'lib/v20180717/models.rb', line 26504 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
26510 26511 26512 |
# File 'lib/v20180717/models.rb', line 26510 def deserialize(params) @Switch = params['Switch'] end |