<!--
{
  "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/VNTextObservation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNTextObservation"
  },
  "title" : "VNTextObservation"
}
-->

# VNTextObservation

Information about regions of text that an image-analysis request detects.

```
class VNTextObservation
```

## Overview

This type of observation results from a [`VNDetectTextRectanglesRequest`](/documentation/Vision/VNDetectTextRectanglesRequest). It expresses the location of each detected character by its bounding box.

## Topics

### Finding Individual Characters

[`characterBoxes`](/documentation/Vision/VNTextObservation/characterBoxes)

An array of detected individual character bounding boxes.



---

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)