---
title: classifications
framework: soundanalysis
role: symbol
role_heading: Instance Property
path: soundanalysis/snclassificationresult/classifications
---

# classifications

A sorted array of the request’s top classification candidates.

## Declaration

```swift
var classifications: [SNClassification] { get }
```

## Discussion

Discussion SNClassificationResult sorts its classifications in descending confidence score order.

## See Also

### Inspecting the Result

- [timeRange](soundanalysis/snclassificationresult/timerange.md)
- [SNClassification](soundanalysis/snclassification.md)
- [classification(forIdentifier:)](soundanalysis/snclassificationresult/classification(foridentifier:).md)
