<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCapturePhoto/resolvedSettings",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCapturePhoto(py)resolvedSettings"
  },
  "title" : "resolvedSettings"
}
-->

# resolvedSettings

The settings object that was used to request this photo capture.

```
var resolvedSettings: AVCaptureResolvedPhotoSettings { get }
```

## Discussion

To determine which [`capturePhoto(with:delegate:)`](/documentation/AVFoundation/AVCapturePhotoOutput/capturePhoto(with:delegate:)) call produced this photo capture result, match this [`AVCaptureResolvedPhotoSettings`](/documentation/AVFoundation/AVCaptureResolvedPhotoSettings) object’s [`uniqueID`](/documentation/AVFoundation/AVCaptureResolvedPhotoSettings/uniqueID) value to the [`uniqueID`](/documentation/AVFoundation/AVCapturePhotoSettings/uniqueID) property of the photo settings object you requested capture with. You can also use this object to find out which values the photo output has chosen for automatic settings.

---

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)