Class: TencentCloud::Vod::V20180717::ComplexAdaptiveDynamicStreamingTaskSubtitleInput

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

Overview

自适应码流任务多语言字幕的输入参数。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, default = nil) ⇒ ComplexAdaptiveDynamicStreamingTaskSubtitleInput



5503
5504
5505
5506
# File 'lib/v20180717/models.rb', line 5503

def initialize(id=nil, default=nil)
  @Id = id
  @Default = default
end

Instance Attribute Details

#DefaultObject

<li>YES:设置为默认字幕;</li> <li>NO:不设置为默认字幕(默认值)。</li>



5501
5502
5503
# File 'lib/v20180717/models.rb', line 5501

def Default
  @Default
end

#IdObject

<li>YES:设置为默认字幕;</li> <li>NO:不设置为默认字幕(默认值)。</li>



5501
5502
5503
# File 'lib/v20180717/models.rb', line 5501

def Id
  @Id
end

Instance Method Details

#deserialize(params) ⇒ Object



5508
5509
5510
5511
# File 'lib/v20180717/models.rb', line 5508

def deserialize(params)
  @Id = params['Id']
  @Default = params['Default']
end