---
title: resolvedSettings
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephoto/resolvedsettings
---

# resolvedSettings

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

## Declaration

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

## Discussion

Discussion To determine which capturePhoto(with:delegate:) call produced this photo capture result, match this AVCaptureResolvedPhotoSettings object’s uniqueID value to the 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.

## See Also

### Resolving photo capture requests

- [photoCount](avfoundation/avcapturephoto/photocount.md)
- [timestamp](avfoundation/avcapturephoto/timestamp.md)
