---
title: selectableItemsHighlighted
framework: visionkit
role: symbol
role_heading: Instance Property
path: visionkit/imageanalysisoverlayview/selectableitemshighlighted
---

# selectableItemsHighlighted

A Boolean value that indicates whether the overlay view highlights actionable text or data that the analyzer detects in text.

## Declaration

```swift
@MainActor final var selectableItemsHighlighted: Bool { get set }
```

## Discussion

Discussion The overlay view manages this property value for you. It sets this property to false if you set the analysis property or the activeInteractionTypes property to an empty set. Otherwise, it sets this property depending on whether the user toggles the Live Text button in the interface.

## See Also

### Querying the interface state

- [liveTextButtonVisible](visionkit/imageanalysisoverlayview/livetextbuttonvisible.md)
- [isSupplementaryInterfaceHidden](visionkit/imageanalysisoverlayview/issupplementaryinterfacehidden.md)
- [hasInteractiveItem(at:)](visionkit/imageanalysisoverlayview/hasinteractiveitem(at:).md)
- [hasSupplementaryInterface(at:)](visionkit/imageanalysisoverlayview/hassupplementaryinterface(at:).md)
