---
title: label
framework: evaluations
role: symbol
role_heading: Instance Property
path: evaluations/scorelevel/label
---

# label

A short judge-facing label for this level.

## Declaration

```swift
var label: String { get }
```

## Discussion

Discussion Defaults to String(describing: self), which for enums produces the case name.
