Class: TencentCloud::Ie::V20200304::Denoise

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

Returns a new instance of Denoise.



715
716
717
# File 'lib/v20200304/models.rb', line 715

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

Instance Attribute Details

#TypeObject

  1. weak

2.normal,3.strong 默认为weak

Parameters:

  • Type:

    音频降噪强度,可选项:



713
714
715
# File 'lib/v20200304/models.rb', line 713

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



719
720
721
# File 'lib/v20200304/models.rb', line 719

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