isRawPhoto
A Boolean value indicating whether this photo object contains RAW format data.
Declaration
var isRawPhoto: Bool { get }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.