---
title: lines
framework: vision
role: symbol
role_heading: Instance Property
path: vision/documentobservation/container/text-swift.struct/lines
---

# lines

The text grouped by line.

## Declaration

```swift
var lines: [RecognizedTextObservation] { get }
```

## See Also

### Accessing the text

- [detectedData](vision/documentobservation/container/text-swift.struct/detecteddata.md)
- [transcript](vision/documentobservation/container/text-swift.struct/transcript.md)
- [words](vision/documentobservation/container/text-swift.struct/words.md)
