<!--
{
  "availability" : [
    "iOS: 10.0.0 - 27.0.0",
    "iPadOS: 10.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "macOS: 10.10.0 - 27.0.0",
    "tvOS: 10.0.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIRAWFilterOption/noiseReductionDetailAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Image",
      "CoreImage"
    ],
    "preciseIdentifier" : "c:@kCIInputNoiseReductionDetailAmountKey"
  },
  "title" : "noiseReductionDetailAmount"
}
-->

# noiseReductionDetailAmount

A key for the amount of detail enhancement to apply during noise reduction.

```
static let noiseReductionDetailAmount: CIRAWFilterOption
```

## Discussion

The value for this key is a <doc://com.apple.documentation/documentation/Foundation/NSNumber> object containing a value between `0.0` and `1.0`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)