NoiseReducerSpatialFilterSettings

public struct NoiseReducerSpatialFilterSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.

    Declaration

    Swift

    public let postFilterSharpenStrength: Int?
  • The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.

    Declaration

    Swift

    public let speed: Int?
  • Relative strength of noise reducing filter. Higher values produce stronger filtering.

    Declaration

    Swift

    public let strength: Int?
  • Undocumented

    Declaration

    Swift

    public init(postFilterSharpenStrength: Int? = nil, speed: Int? = nil, strength: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws