---
title: VNDetectTextRectanglesRequest
framework: vision
role: symbol
role_heading: Class
path: vision/vndetecttextrectanglesrequest
---

# VNDetectTextRectanglesRequest

An image-analysis request that finds regions of visible text in an image.

## Declaration

```swift
class VNDetectTextRectanglesRequest
```

## Overview

Overview This request returns detected text characters as rectangular bounding boxes with origin and size.

## Topics

### Configuring a Request

- [reportCharacterBoxes](vision/vndetecttextrectanglesrequest/reportcharacterboxes.md)

### Accessing the Results

- [results](vision/vndetecttextrectanglesrequest/results.md)

### Identifying Request Revisions

- [VNDetectTextRectanglesRequestRevision1](vision/vndetecttextrectanglesrequestrevision1.md)

## Relationships

### Inherits From

- [VNImageBasedRequest](vision/vnimagebasedrequest.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Text detection

- [VNTextObservation](vision/vntextobservation.md)
