---
title: classLabels
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlmodeldescription/classlabels
---

# classLabels

An array of labels, which can be either strings or a numbers, for classifier models.

## Declaration

```swift
var classLabels: [Any]? { get }
```

## See Also

### Accessing metadata

- [metadata](coreml/mlmodeldescription/metadata.md)
- [MLModelMetadataKey](coreml/mlmodelmetadatakey.md)
