factory NoiseReduction.fromJson(Map<String, dynamic> j) => NoiseReduction(type: NoiseReductionType.fromJson(j['type']));