<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNRequest/supportedRevisions",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNRequest(cpy)supportedRevisions"
  },
  "title" : "supportedRevisions"
}
-->

# supportedRevisions

The collection of currently-supported algorithm versions for the class of request.

```
class var supportedRevisions: IndexSet { get }
```

## Discussion

This method allows clients to inspect at runtime what capabilities are available for each class of [`VNRequest`](/documentation/Vision/VNRequest) in the Vision framework.

---

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)