<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNClassificationObservation/hasMinimumPrecision(_:forRecall:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNClassificationObservation(im)hasMinimumPrecision:forRecall:"
  },
  "title" : "hasMinimumPrecision(_:forRecall:)"
}
-->

# hasMinimumPrecision(_:forRecall:)

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

```
func hasMinimumPrecision(_ minimumPrecision: Float, forRecall recall: Float) -> Bool
```

## Parameters

`minimumPrecision`

The minimum percentage of classification results that are relevant.

`recall`

The percentage of relevant results that the algorithm correctly classified.

## Return Value

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

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)