---
title: UITextInlinePredictionType
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uitextinlinepredictiontype
---

# UITextInlinePredictionType

Constants that identify the behavior of inline text predictions for a text-entry area.

## Declaration

```swift
enum UITextInlinePredictionType
```

## Overview

Overview Use these constants with the inlinePredictionType property.

## Topics

### Constants

- [UITextInlinePredictionType.default](uikit/uitextinlinepredictiontype/default.md)
- [UITextInlinePredictionType.no](uikit/uitextinlinepredictiontype/no.md)
- [UITextInlinePredictionType.yes](uikit/uitextinlinepredictiontype/yes.md)

### Initializers

- [init(rawValue:)](uikit/uitextinlinepredictiontype/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

### Managing spelling and autocorrection

- [autocapitalizationType](uikit/uitextinputtraits/autocapitalizationtype.md)
- [UITextAutocapitalizationType](uikit/uitextautocapitalizationtype.md)
- [autocorrectionType](uikit/uitextinputtraits/autocorrectiontype.md)
- [UITextAutocorrectionType](uikit/uitextautocorrectiontype.md)
- [spellCheckingType](uikit/uitextinputtraits/spellcheckingtype.md)
- [UITextSpellCheckingType](uikit/uitextspellcheckingtype.md)
- [inlinePredictionType](uikit/uitextinputtraits/inlinepredictiontype.md)
