---
title: NSSpellChecker.CorrectionIndicatorType
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsspellchecker/correctionindicatortype
---

# NSSpellChecker.CorrectionIndicatorType

Constants that allow an app to specify the correction indicator type displayed.

## Declaration

```swift
enum CorrectionIndicatorType
```

## Topics

### Constants

- [NSSpellChecker.CorrectionIndicatorType.default](appkit/nsspellchecker/correctionindicatortype/default.md)
- [NSSpellChecker.CorrectionIndicatorType.reversion](appkit/nsspellchecker/correctionindicatortype/reversion.md)
- [NSSpellChecker.CorrectionIndicatorType.guesses](appkit/nsspellchecker/correctionindicatortype/guesses.md)

### Initializers

- [init(rawValue:)](appkit/nsspellchecker/correctionindicatortype/init(rawvalue:).md)

## Relationships

### Conforms To

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

## See Also

### Automatic Spelling Correction

- [correction(forWordRange:in:language:inSpellDocumentWithTag:)](appkit/nsspellchecker/correction(forwordrange:in:language:inspelldocumentwithtag:).md)
- [showCorrectionIndicator(of:primaryString:alternativeStrings:forStringIn:view:completionHandler:)](appkit/nsspellchecker/showcorrectionindicator(of:primarystring:alternativestrings:forstringin:view:completionhandler:).md)
- [record(_:toCorrection:forWord:language:inSpellDocumentWithTag:)](appkit/nsspellchecker/record(_:tocorrection:forword:language:inspelldocumentwithtag:).md)
- [dismissCorrectionIndicator(for:)](appkit/nsspellchecker/dismisscorrectionindicator(for:).md)
- [NSSpellChecker.CorrectionResponse](appkit/nsspellchecker/correctionresponse.md)
