---
title: SNClassifierIdentifier
framework: soundanalysis
role: symbol
role_heading: Structure
path: soundanalysis/snclassifieridentifier
---

# SNClassifierIdentifier

An identifier that represents the versions of the framework’s sound classifier.

## Declaration

```swift
struct SNClassifierIdentifier
```

## Topics

### Selecting a Sound Classifier

- [version1](soundanalysis/snclassifieridentifier/version1.md)

### Creating an Identifier

- [init(rawValue:)](soundanalysis/snclassifieridentifier/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating a Request

- [init(mlModel:)](soundanalysis/snclassifysoundrequest/init(mlmodel:)-6rmee.md)
- [init(classifierIdentifier:)](soundanalysis/snclassifysoundrequest/init(classifieridentifier:).md)
