Class: TencentCloud::Ie::V20200304::Denoise
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::Denoise
- Defined in:
- lib/v20200304/models.rb
Overview
音频降噪
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil) ⇒ Denoise
constructor
A new instance of Denoise.
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
#Type ⇒ Object
-
weak
2.normal,3.strong 默认为weak
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 |