---
title: totalPathPauses
framework: sensorkit
role: symbol
role_heading: Instance Property
path: sensorkit/srkeyboardmetrics/totalpathpauses
---

# totalPathPauses

The total number of pauses while drawing a path for a word.

## Declaration

```swift
var totalPathPauses: Int { get }
```

## Discussion

Discussion The value of this property encompasses the number of pauses in a continuous QuickPath touch-input gesture. The framework registers a path pause when the user’s finger stays within an area that’s the size of the width of one key for more than two seconds.

## See Also

### Quantifying Key Use

- [totalWords](sensorkit/srkeyboardmetrics/totalwords.md)
- [totalAlteredWords](sensorkit/srkeyboardmetrics/totalalteredwords.md)
- [totalTaps](sensorkit/srkeyboardmetrics/totaltaps.md)
- [totalDrags](sensorkit/srkeyboardmetrics/totaldrags.md)
- [totalDeletes](sensorkit/srkeyboardmetrics/totaldeletes.md)
- [totalEmojis](sensorkit/srkeyboardmetrics/totalemojis.md)
- [totalPaths](sensorkit/srkeyboardmetrics/totalpaths.md)
- [totalPathTime](sensorkit/srkeyboardmetrics/totalpathtime.md)
- [totalPathLength](sensorkit/srkeyboardmetrics/totalpathlength.md)
- [totalAutoCorrections](sensorkit/srkeyboardmetrics/totalautocorrections.md)
- [totalSpaceCorrections](sensorkit/srkeyboardmetrics/totalspacecorrections.md)
- [totalRetroCorrections](sensorkit/srkeyboardmetrics/totalretrocorrections.md)
- [totalTranspositionCorrections](sensorkit/srkeyboardmetrics/totaltranspositioncorrections.md)
- [totalInsertKeyCorrections](sensorkit/srkeyboardmetrics/totalinsertkeycorrections.md)
- [totalSkipTouchCorrections](sensorkit/srkeyboardmetrics/totalskiptouchcorrections.md)
