<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RoomPlan",
  "identifier" : "/documentation/RoomPlan/TableType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "RoomPlan"
    ],
    "preciseIdentifier" : "s:8RoomPlan9TableTypeO"
  },
  "title" : "TableType"
}
-->

# TableType

Types of table the framework identifies in a captured room.

```
enum TableType
```

## Overview

When the framework observes a table in the physical environment during a scan, it chooses a type among these options that best matches the table’s look.
The framework adds that instance of this enum to the [`attributes`](/documentation/RoomPlan/CapturedRoom/Object/attributes) array for the object (see [`objects`](/documentation/RoomPlan/CapturedRoom/objects)) that represents the table in the captured room.

## Topics

### Choosing a chair type

[`case dining`](/documentation/RoomPlan/TableType/dining)

A table top for the purpose of dining.

[`case coffee`](/documentation/RoomPlan/TableType/coffee)

A table top that resembles a coffee table.

[`case unidentified`](/documentation/RoomPlan/TableType/unidentified)

An uncategorized table top.

### Identifying a chair type

### Categorizing a chair type

### Creating a chair type

## Relationships

### Conforms To

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

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

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

[`CapturedRoomAttribute`](/documentation/RoomPlan/CapturedRoomAttribute)

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

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

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

---

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)