---
title: characterBoxes
framework: vision
role: symbol
role_heading: Instance Property
path: vision/textobservation/characterboxes
---

# characterBoxes

An array of detected individual character bounding boxes.

## Declaration

```swift
let characterBoxes: [RectangleObservation]?
```

## Discussion

Discussion If the associated DetectTextRectanglesRequest indicates interest in character boxes by setting the option reportCharacterBoxes to true, this property is non-nil. If no characters are found, it remains empty.

## See Also

### Inspecting an observation

- [RectangleObservation](vision/rectangleobservation.md)
