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

# CapturedRoomAttribute

Details about an object in the room that the framework observes during a scan.

```
protocol CapturedRoomAttribute : CaseIterable, RawRepresentable, Sendable where Self.RawValue == String
```

## Overview

If the framework identifies details about an [`CapturedRoom.Object`](/documentation/RoomPlan/CapturedRoom/Object) during a scan, it adds an adopter of this protocol that represents that detail to the object’s [`attributes`](/documentation/RoomPlan/CapturedRoom/Object/attributes) array. For example, details the framework recognizes as a stool with a star-shaped base contains both of the [`ChairType.stool`](/documentation/RoomPlan/ChairType/stool) and [`ChairLegType.star`](/documentation/RoomPlan/ChairLegType/star) options in the `attributes` array for the object that represents the physical stool.

## Topics

### Identifying an attribute

[`var shortIdentifier: String`](/documentation/RoomPlan/CapturedRoomAttribute/shortIdentifier)

A human-readable identifier for the attribute.

### Determining an attribute’s category

[`static var parentCategory: CapturedElementCategory?`](/documentation/RoomPlan/CapturedRoomAttribute/parentCategory)

A category to which this room attribute belongs.

## Relationships

### Inherits From

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

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

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

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

### Conforming Types

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

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

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

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

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

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

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

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

---

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)