---
title: ChairType
framework: roomplan
role: symbol
role_heading: Enumeration
path: roomplan/chairtype
---

# ChairType

Types of chair that the framework identifies in a captured room.

## Declaration

```swift
enum ChairType
```

## Overview

Overview When the framework observes a chair in the physical environment during a scan, it chooses a type among these options that best matches the chair’s look. The framework adds that instance of this enum to the attributes array for the object (see objects) that represents the chair in the captured room.

## Topics

### Choosing a chair type

- [ChairType.dining](roomplan/chairtype/dining.md)
- [ChairType.stool](roomplan/chairtype/stool.md)
- [ChairType.swivel](roomplan/chairtype/swivel.md)
- [ChairType.unidentified](roomplan/chairtype/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 chairs

- [ChairArmType](roomplan/chairarmtype.md)
- [ChairLegType](roomplan/chairlegtype.md)
- [ChairBackType](roomplan/chairbacktype.md)
