---
title: NSTextSelection.Granularity.sentence
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstextselection/granularity-swift.enum/sentence
---

# NSTextSelection.Granularity.sentence

A value that represents selection by sentence.

## Declaration

```swift
case sentence
```

## See Also

### Degrees of granularity

- [NSTextSelection.Granularity.character](appkit/nstextselection/granularity-swift.enum/character.md)
- [NSTextSelection.Granularity.word](appkit/nstextselection/granularity-swift.enum/word.md)
- [NSTextSelection.Granularity.paragraph](appkit/nstextselection/granularity-swift.enum/paragraph.md)
- [NSTextSelection.Granularity.line](appkit/nstextselection/granularity-swift.enum/line.md)
