---
title: reportCharacterBoxes
framework: vision
role: symbol
role_heading: Instance Property
path: vision/detecttextrectanglesrequest/reportcharacterboxes
---

# reportCharacterBoxes

A Boolean value that indicates whether the request detects character-bounding boxes.

## Declaration

```swift
var reportCharacterBoxes: Bool
```

## Discussion

Discussion Set the value to true to have the detector return character-bounding boxes as an array of VNRectangleObservation objects.
