---
title: allowsVideoFrameAnalysis
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerviewcontroller/allowsvideoframeanalysis
---

# allowsVideoFrameAnalysis

A Boolean value that indicates whether to perform video frame analysis.

## Declaration

```swift
var allowsVideoFrameAnalysis: Bool { get set }
```

## Discussion

Discussion If the value is true, a player view controller tries to find objects, text, and people when you pause media playback. If it finds an object, the user is able to interact with it using a long press to present a context menu. The default value is true.

## See Also

### Configuring frame analysis

- [toggleLookupAction](avkit/avplayerviewcontroller/togglelookupaction.md)
- [videoFrameAnalysisTypes](avkit/avplayerviewcontroller/videoframeanalysistypes.md)
- [AVVideoFrameAnalysisType](avkit/avvideoframeanalysistype.md)
