---
title: classification
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/surfacesnappinginfo/classification
---

# classification

A type that provides information about the surface classification the scene is snapped to. This property only has a value if the scene is snapped and authorizationStatus is .authorized.

## Declaration

```swift
var classification: SurfaceClassification? { get }
```
