Class: TencentCloud::Ie::V20200304::VideoRepair
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::VideoRepair
- Defined in:
- lib/v20200304/models.rb
Overview
综合画质修复,包括:去噪,去毛刺,细节增强,主观画质提升。
Instance Attribute Summary collapse
-
#Type ⇒ Object
默认值: weak.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil) ⇒ VideoRepair
constructor
A new instance of VideoRepair.
Constructor Details
#initialize(type = nil) ⇒ VideoRepair
Returns a new instance of VideoRepair.
3737 3738 3739 |
# File 'lib/v20200304/models.rb', line 3737 def initialize(type=nil) @Type = type end |
Instance Attribute Details
#Type ⇒ Object
默认值: weak
3735 3736 3737 |
# File 'lib/v20200304/models.rb', line 3735 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3741 3742 3743 |
# File 'lib/v20200304/models.rb', line 3741 def deserialize(params) @Type = params['Type'] end |