Class: TencentCloud::Ie::V20200304::VideoRepair

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

#TypeObject

默认值: weak

Parameters:

  • Type:

    画质修复类型,可选值:weak,normal,strong;



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