---
title: sequenceCount
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephoto/sequencecount
---

# sequenceCount

The 1-based index of this photo in a bracketed capture sequence.

## Declaration

```swift
var sequenceCount: Int { get }
```

## Discussion

Discussion If this photo is part of a bracketed capture (requested with the AVCapturePhotoBracketSettings class), this property indicates the current result’s count in the sequence, starting with 1 for the first result. If this photo is not part of a bracketed capture, this property’s value is 0.

## See Also

### Examining bracketed capture information

- [bracketSettings](avfoundation/avcapturephoto/bracketsettings.md)
- [lensStabilizationStatus](avfoundation/avcapturephoto/lensstabilizationstatus.md)
- [AVCaptureDevice.LensStabilizationStatus](avfoundation/avcapturedevice/lensstabilizationstatus.md)
