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

# StorageType

Types of storage area that the framework identifies in a captured room.

```
enum StorageType
```

## Overview

When the framework observes a storage area in the physical environment, it chooses a type among these options that best matches the type of storage.
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)) in the captured room that represents the storage in the captured room.

## Topics

### Choosing a storage area type

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

An enclosed storage area.

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

An open, wall-located storage area.

### Identifying a storage area type

### Categorizing a storage area type

### Creating a storage area type

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)