---
title: name
framework: corespotlight
role: symbol
role_heading: Type Property
path: corespotlight/customstage/name
---

# name

The stage type name as it appears in the pipeline (e.g., “sentiment”).

## Declaration

```swift
static var name: String { get }
```

## See Also

### Getting the stage metadata

- [description](corespotlight/customstage/description.md)
- [inputTypes](corespotlight/customstage/inputtypes.md)
- [outputTypes](corespotlight/customstage/outputtypes.md)
