<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNDetectRectanglesRequest/quadratureTolerance",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNDetectRectanglesRequest(py)quadratureTolerance"
  },
  "title" : "quadratureTolerance"
}
-->

# quadratureTolerance

A float specifying the number of degrees a rectangle corner angle can deviate from 90°.

```
var quadratureTolerance: VNDegrees { get set }
```

## Discussion

The tolerance value should range from `0` to `45`, inclusive. The default tolerance is `30`.

---

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)