Skip to main content

NoiseReduction

Type Alias NoiseReduction 

Source
pub type NoiseReduction = RealtimeNoiseReduction;

Aliased Type§

pub struct NoiseReduction {
    pub type_: Option<RealtimeNoiseReductionType>,
    pub rest: Map<String, Value>,
}

Fields§

§type_: Option<RealtimeNoiseReductionType>§rest: Map<String, Value>