<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/DocumentObservation/Container/Table",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision19DocumentObservationV9ContainerV5TableV"
  },
  "title" : "DocumentObservation.Container.Table"
}
-->

# DocumentObservation.Container.Table

A structure that represents a table within a document.

```
struct Table
```

## Topics

### Accessing a table

[`struct Cell`](/documentation/Vision/DocumentObservation/Container/Table/Cell)

A structure that represents a table cell.

### Inspecting a table

[`var boundingRegion: NormalizedRegion`](/documentation/Vision/DocumentObservation/Container/Table/boundingRegion)

A polygon that defines the boundary of the table.

[`var columns: [[DocumentObservation.Container.Table.Cell]]`](/documentation/Vision/DocumentObservation/Container/Table/columns)

The columns in a table.

[`var rows: [[DocumentObservation.Container.Table.Cell]]`](/documentation/Vision/DocumentObservation/Container/Table/rows)

The rows in a table.

### Getting the cell

[`func cell(row: Int, col: Int) -> DocumentObservation.Container.Table.Cell?`](/documentation/Vision/DocumentObservation/Container/Table/cell(row:col:))

The cell at the specific row and column index, if it exists.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

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

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

---

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)