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

# sequenceCount

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

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

## Discussion

If this photo is part of a bracketed capture (requested with the [`AVCapturePhotoBracketSettings`](/documentation/AVFoundation/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`.

---

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)