Class: TencentCloud::Ie::V20200304::Denoising
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::Denoising
- Defined in:
- lib/v20200304/models.rb
Overview
去噪参数
Instance Attribute Summary collapse
-
#SpatialStrength ⇒ Object
templ:时域降噪; spatial:空域降噪, fast-spatial:快速空域降噪。 注意:可选择组合方式: 1.type:“templ,spatial” ; 2.type:“templ,fast-spatial”。.
-
#TemplStrength ⇒ Object
templ:时域降噪; spatial:空域降噪, fast-spatial:快速空域降噪。 注意:可选择组合方式: 1.type:“templ,spatial” ; 2.type:“templ,fast-spatial”。.
-
#Type ⇒ Object
templ:时域降噪; spatial:空域降噪, fast-spatial:快速空域降噪。 注意:可选择组合方式: 1.type:“templ,spatial” ; 2.type:“templ,fast-spatial”。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, templstrength = nil, spatialstrength = nil) ⇒ Denoising
constructor
A new instance of Denoising.
Constructor Details
#initialize(type = nil, templstrength = nil, spatialstrength = nil) ⇒ Denoising
Returns a new instance of Denoising.
741 742 743 744 745 |
# File 'lib/v20200304/models.rb', line 741 def initialize(type=nil, templstrength=nil, spatialstrength=nil) @Type = type @TemplStrength = templstrength @SpatialStrength = spatialstrength end |
Instance Attribute Details
#SpatialStrength ⇒ Object
templ:时域降噪;spatial:空域降噪, fast-spatial:快速空域降噪。注意:可选择组合方式:1.type:“templ,spatial” ; 2.type:“templ,fast-spatial”。
739 740 741 |
# File 'lib/v20200304/models.rb', line 739 def SpatialStrength @SpatialStrength end |
#TemplStrength ⇒ Object
templ:时域降噪;spatial:空域降噪, fast-spatial:快速空域降噪。注意:可选择组合方式:1.type:“templ,spatial” ; 2.type:“templ,fast-spatial”。
739 740 741 |
# File 'lib/v20200304/models.rb', line 739 def TemplStrength @TemplStrength end |
#Type ⇒ Object
templ:时域降噪;spatial:空域降噪, fast-spatial:快速空域降噪。注意:可选择组合方式:1.type:“templ,spatial” ; 2.type:“templ,fast-spatial”。
739 740 741 |
# File 'lib/v20200304/models.rb', line 739 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
747 748 749 750 751 |
# File 'lib/v20200304/models.rb', line 747 def deserialize(params) @Type = params['Type'] @TemplStrength = params['TemplStrength'] @SpatialStrength = params['SpatialStrength'] end |