Class: TencentCloud::Mps::V20190612::VideoDenoiseConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::VideoDenoiseConfig
- Defined in:
- lib/v20190612/models.rb
Overview
视频降噪配置
Instance Attribute Summary collapse
-
#Switch ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- weak
- strong
默认值:weak。 注意:此字段可能返回 null,表示取不到有效值。. -
#Type ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- weak
- strong
默认值:weak。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, type = nil) ⇒ VideoDenoiseConfig
constructor
A new instance of VideoDenoiseConfig.
Constructor Details
#initialize(switch = nil, type = nil) ⇒ VideoDenoiseConfig
Returns a new instance of VideoDenoiseConfig.
31866 31867 31868 31869 |
# File 'lib/v20190612/models.rb', line 31866 def initialize(switch=nil, type=nil) @Switch = switch @Type = type end |
Instance Attribute Details
#Switch ⇒ Object
31864 31865 31866 |
# File 'lib/v20190612/models.rb', line 31864 def Switch @Switch end |
#Type ⇒ Object
31864 31865 31866 |
# File 'lib/v20190612/models.rb', line 31864 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
31871 31872 31873 31874 |
# File 'lib/v20190612/models.rb', line 31871 def deserialize(params) @Switch = params['Switch'] @Type = params['Type'] end |