---
title: boundingBox
framework: vision
role: symbol
role_heading: Instance Property
path: vision/boundingboxproviding/boundingbox
---

# boundingBox

The bounding box of the object.

## Declaration

```swift
var boundingBox: NormalizedRect { get }
```

## Discussion

Discussion The coordinate system is normalized to the dimensions of the processed image, with the origin at the lower-left corner of the image.
