---
title: RecognizedText
framework: vision
role: symbol
role_heading: Structure
path: vision/recognizedtext
---

# RecognizedText

Text recognized in an image through a text recognition request.

## Declaration

```swift
struct RecognizedText
```

## Topics

### Getting the bounding box

- [boundingBox(for:)](vision/recognizedtext/boundingbox(for:).md)

### Inspecting the recognized text

- [string](vision/recognizedtext/string.md)
- [confidence](vision/recognizedtext/confidence.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the recognized text

- [topCandidates(_:)](vision/recognizedtextobservation/topcandidates(_:).md)
