Class: TencentCloud::Ie::V20200304::AudioEnhance

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

Overview

音频音效增强,只支持无背景音的音频

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ AudioEnhance

Returns a new instance of AudioEnhance.



51
52
53
# File 'lib/v20200304/models.rb', line 51

def initialize(type=nil)
  @Type = type
end

Instance Attribute Details

#TypeObject

Parameters:

  • Type:

    音效增强种类,可选项:normal



49
50
51
# File 'lib/v20200304/models.rb', line 49

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



55
56
57
# File 'lib/v20200304/models.rb', line 55

def deserialize(params)
  @Type = params['Type']
end