<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VisionKit",
  "identifier" : "/documentation/VisionKit/ImageAnalyzer/isSupported",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "VisionKit"
    ],
    "preciseIdentifier" : "s:9VisionKit13ImageAnalyzerC11isSupportedSbvpZ"
  },
  "title" : "isSupported"
}
-->

# isSupported

A Boolean value that indicates whether the device supports image analysis.

```
final class var isSupported: Bool { get }
```

## Discussion

Check this property at runtime to determine if the device supports finding text, machine-readable codes, and subjects
in images. The system sets this property to `true` on devices that have an A12 Bionic chip or later.

For more information on the kinds of things the analyzer finds in images, see [`ImageAnalyzer.AnalysisTypes`](/documentation/VisionKit/ImageAnalyzer/AnalysisTypes).

> Note: If image analysis is a fundamental requirement for your app’s operation,
> you can prevent unsupported devices from installing your app. Add the
> <doc://com.apple.documentation/documentation/BundleResources/Information-Property-List/UIRequiredDeviceCapabilities>
> key to your app’s `Info.plist` (or update the key if it’s already present) and include the array member
> `iphone-ipad-minimum-performance-a12`.

---

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)