Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NoiseReducerFilterSettings

import type { NoiseReducerFilterSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Settings for a noise reducer filter

interface NoiseReducerFilterSettings {
Strength?: number | null;
}

§Properties

§
Strength?: number | null
[src]

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