---
title: SNClassification
framework: soundanalysis
role: symbol
role_heading: Class
path: soundanalysis/snclassification
---

# SNClassification

A type that pairs a sound classifier’s prediction with its confidence in that prediction.

## Declaration

```swift
class SNClassification
```

## Overview

Overview An SNClassification represents a single sound classification prediction, and the sound classifier model’s confidence in that prediction.

## Topics

### Inspecting a Classification

- [identifier](soundanalysis/snclassification/identifier.md)
- [confidence](soundanalysis/snclassification/confidence.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Inspecting the Result

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