---
title: pixelBuffer
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/inferencefunction/asyncmutablevalue/pixelbuffer
---

# pixelBuffer

Consume this value to access the underlying pixel buffer once any pending write is complete.

## Declaration

```swift
var pixelBuffer: CVMutablePixelBuffer? { get async throws }
```

## Return Value

Return Value The underlying pixel buffer or nil if this was not an image value.
