---
title: salientObjects
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vnsaliencyimageobservation/salientobjects
---

# salientObjects

A collection of objects describing the distinct areas of the saliency heat map.

## Declaration

```swift
var salientObjects: [VNRectangleObservation]? { get }
```

## Discussion

Discussion The objects in this array don’t follow any specific ordering. It’s up to your app to iterate across the observations and apply desired ordering. Requesting this array lazily computes the bounds of salient objects within the image.
