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

# selectableItemsHighlighted

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

## Declaration

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

## Discussion

Discussion The interaction object 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 a person toggles the Live Text button in the interface.

## See Also

### Querying the interface state

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