---
title: DocumentObservation.Container.Table
framework: vision
role: symbol
role_heading: Structure
path: vision/documentobservation/container/table
---

# DocumentObservation.Container.Table

A structure that represents a table within a document.

## Declaration

```swift
struct Table
```

## Topics

### Accessing a table

- [DocumentObservation.Container.Table.Cell](vision/documentobservation/container/table/cell.md)

### Inspecting a table

- [boundingRegion](vision/documentobservation/container/table/boundingregion.md)
- [columns](vision/documentobservation/container/table/columns.md)
- [rows](vision/documentobservation/container/table/rows.md)

### Getting the cell

- [cell(row:col:)](vision/documentobservation/container/table/cell(row:col:).md)

## Relationships

### Conforms To

- [BoundingRegionProviding](vision/boundingregionproviding.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the sections in a document

- [DocumentObservation.Container.List](vision/documentobservation/container/list.md)
- [DocumentObservation.Container.Text](vision/documentobservation/container/text-swift.struct.md)
