---
title: precisionRecall
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlwordtaggermetrics/precisionrecall
---

# precisionRecall

A data table listing the precision and recall percentages for each category.

## Declaration

```swift
var precisionRecall: MLDataTable { get }
```

## See Also

### Analyzing the tagger’s performance

- [taggingError](createml/mlwordtaggermetrics/taggingerror.md)
- [confusion](createml/mlwordtaggermetrics/confusion.md)
