<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation18AnchoringComponentV6TargetO14ClassificationV"
  },
  "title" : "AnchoringComponent.Target.Classification"
}
-->

# AnchoringComponent.Target.Classification

Defines types of real-world surfaces to seek as targets.

```
struct Classification
```

## Topics

### Classifying a target

[`wall`](/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification/wall)

Look for walls.

[`floor`](/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification/floor)

Look for floors.

[`ceiling`](/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification/ceiling)

Look for ceilings.

[`table`](/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification/table)

Look for tables.

[`seat`](/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification/seat)

Look for seats.

[`any`](/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification/any)

Look for any kind of surface.

### Creating a target classification instance

[`any`](/documentation/RealityKit/AnchoringComponent/Target-swift.enum/Classification/any)

Look for any kind of surface.

## Relationships

### Conforms To

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

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

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

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

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

---

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)