---
title: isRawPhoto
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephoto/israwphoto
---

# isRawPhoto

A Boolean value indicating whether this photo object contains RAW format data.

## Declaration

```swift
var isRawPhoto: Bool { get }
```

## Discussion

Discussion When you request capture in RAW format, the capture output calls your delegate’s photoOutput(_:didFinishProcessingPhoto:error:) method one or more times, delivering both the RAW photo data and (if requested) equivalent processed photos. Use this property to distinguish between the RAW and processed results from the same capture.

## See Also

### Accessing photo pixel data

- [pixelBuffer](avfoundation/avcapturephoto/pixelbuffer.md)
