---
title: frameAnalysisSpacing
framework: vision
role: symbol
role_heading: Instance Property
path: vision/statefulrequest/frameanalysisspacing
---

# frameAnalysisSpacing

The reciprocal of the maximum rate to process buffers.

## Declaration

```swift
var frameAnalysisSpacing: CMTime { get }
```

## Discussion

Discussion The request won’t process buffers that fall within the frameAnalysisSpacing since the previously performed analysis. The analysis isn’t done by wall time but by analysis of the time stamps of the sample buffers the request processes.

## See Also

### Inspecting the request

- [minimumLatencyFrameCount](vision/statefulrequest/minimumlatencyframecount.md)
