---
title: isSupplementaryInterfaceHidden
framework: visionkit
role: symbol
role_heading: Instance Property
path: visionkit/imageanalysisoverlayview/issupplementaryinterfacehidden
---

# isSupplementaryInterfaceHidden

A Boolean value that indicates whether the view hides supplementary interface objects.

## Declaration

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

## Discussion

Discussion Supplementary interface objects include the Live Text button and the interface for Quick Actions, depending on the item type. Setting this property invokes the setSupplementaryInterfaceHidden(_:animated:) method, passing this property value and true for the animated parameter.

## See Also

### Querying the interface state

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