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

# RoomCaptureSession.Instruction

Instructions that the framework recommends the app display to the user.

```
enum Instruction
```

## Overview

Your app receives instructions through the [`captureSession(_:didProvide:)`](/documentation/RoomPlan/RoomCaptureSessionDelegate/captureSession(_:didProvide:)) callback that the framework suggests you display to the user, such as by presenting the recommendation in a textual label.

## Topics

### Determining a coaching recommendation

[`RoomCaptureSession.Instruction.normal`](/documentation/RoomPlan/RoomCaptureSession/Instruction/normal)

An instruction that indicates scanning proceeds normally and the user needs no coaching.

[`RoomCaptureSession.Instruction.moveCloseToWall`](/documentation/RoomPlan/RoomCaptureSession/Instruction/moveCloseToWall)

An instruction that requests the user move closer to the wall.

[`RoomCaptureSession.Instruction.moveAwayFromWall`](/documentation/RoomPlan/RoomCaptureSession/Instruction/moveAwayFromWall)

An instruction that requests the user move further from the wall.

[`RoomCaptureSession.Instruction.turnOnLight`](/documentation/RoomPlan/RoomCaptureSession/Instruction/turnOnLight)

An instruction that requests the user increase the amount of light in the room.

[`RoomCaptureSession.Instruction.slowDown`](/documentation/RoomPlan/RoomCaptureSession/Instruction/slowDown)

An instruction that requests that the user move slower.

[`RoomCaptureSession.Instruction.lowTexture`](/documentation/RoomPlan/RoomCaptureSession/Instruction/lowTexture)

An instruction that indicates the framework doesn’t detect distinguishable room features.

### Comparing instructions



---

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)