Class: TencentCloud::Vod::V20180717::SegmentConfigureInfoForUpdate

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) ⇒ 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

#SwitchObject

<li>ON:开启智能视频拆条识别任务;</li> <li>OFF:关闭智能视频拆条识别任务。</li>

Parameters:

  • Switch:

    视频拆条识别任务开关,可选值:



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