<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNDetectTextRectanglesRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNDetectTextRectanglesRequest"
  },
  "title" : "VNDetectTextRectanglesRequest"
}
-->

# VNDetectTextRectanglesRequest

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

```
class VNDetectTextRectanglesRequest
```

## Overview

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

## Topics

### Configuring a Request

[`reportCharacterBoxes`](/documentation/Vision/VNDetectTextRectanglesRequest/reportCharacterBoxes)

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

### Accessing the Results

[`results`](/documentation/Vision/VNDetectTextRectanglesRequest/results)

The results of the request to detect text rectangles.

### Identifying Request Revisions

[`VNDetectTextRectanglesRequestRevision1`](/documentation/Vision/VNDetectTextRectanglesRequestRevision1)

A constant for specifying revision 1 of the text rectangles detection request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)