You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::NoiseReducerSpatialFilterSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NoiseReducerSpatialFilterSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  post_filter_sharpen_strength: 1,
  speed: 1,
  strength: 1,
}

Noise reducer filter settings for spatial filter.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#post_filter_sharpen_strengthInteger

Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.

Returns:

  • (Integer)

    Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.

#speedInteger

The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.

Returns:

  • (Integer)

    The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.

#strengthInteger

Relative strength of noise reducing filter. Higher values produce stronger filtering.

Returns:

  • (Integer)

    Relative strength of noise reducing filter.