---
title: boundingBox
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlobjectdetector/objectannotation/boundingbox
---

# boundingBox

A rectangular region that encloses an item the object detector found in the image.

## Declaration

```swift
var boundingBox: CGRect
```

## See Also

### Inspecting an annotation

- [label](createml/mlobjectdetector/objectannotation/label.md)
- [confidence](createml/mlobjectdetector/objectannotation/confidence.md)
