Class: Aws::MediaConvert::Types::NoiseReducerFilterSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::NoiseReducerFilterSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Note:
When making an API call, you may pass NoiseReducerFilterSettings data as a hash:
{
strength: 1,
}
Settings for a noise reducer filter
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#strength ⇒ Integer
Relative strength of noise reducing filter.
Instance Attribute Details
#strength ⇒ Integer
Relative strength of noise reducing filter. Higher values produce stronger filtering.
18740 18741 18742 18743 18744 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 18740 class NoiseReducerFilterSettings < Struct.new( :strength) SENSITIVE = [] include Aws::Structure end |