---
title: "hasMinimumRecall(_:forPrecision:)"
framework: vision
role: symbol
role_heading: Instance Method
path: "vision/vnclassificationobservation/hasminimumrecall(_:forprecision:)"
---

# hasMinimumRecall(_:forPrecision:)

Determines whether the observation for a specific precision has a minimum recall value.

## Declaration

```swift
func hasMinimumRecall(_ minimumRecall: Float, forPrecision precision: Float) -> Bool
```

## Parameters

- `minimumRecall`: The minimum percentage of relevant results that the algorithm correctly classified.
- `precision`: The percentage of classification results that are relevant.

## Return Value

Return Value A Boolean indicating whether or not this classification observation provides a minimum percentage of relevant results that meet the desired precision criterion.

## See Also

### Measuring Confidence and Precision

- [hasPrecisionRecallCurve](vision/vnclassificationobservation/hasprecisionrecallcurve.md)
- [hasMinimumPrecision(_:forRecall:)](vision/vnclassificationobservation/hasminimumprecision(_:forrecall:).md)
