---
title: Label
framework: createmlcomponents
role: symbol
role_heading: Associated Type
path: createmlcomponents/classifier/label
---

# Label

The classification label type.

## Declaration

```swift
associatedtype Label : Hashable where Self.Output == ClassificationDistribution<Self.Label>
```
