---
title: TableType
framework: roomplan
role: symbol
role_heading: Enumeration
path: roomplan/tabletype
---

# TableType

Types of table the framework identifies in a captured room.

## Declaration

```swift
enum TableType
```

## Overview

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 array for the object (see objects) that represents the table in the captured room.

## Topics

### Choosing a chair type

- [TableType.dining](roomplan/tabletype/dining.md)
- [TableType.coffee](roomplan/tabletype/coffee.md)
- [TableType.unidentified](roomplan/tabletype/unidentified.md)

## Relationships

### Conforms To

- [CapturedRoomAttribute](roomplan/capturedroomattribute.md)
- [CaseIterable](swift/caseiterable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Describing tables

- [TableShapeType](roomplan/tableshapetype.md)
