---
title: isSupported
framework: visionkit
role: symbol
role_heading: Type Property
path: visionkit/imageanalyzer/issupported
---

# isSupported

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

## Declaration

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

## Mentioned in

Enabling Live Text interactions with images

## Discussion

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. note: If image analysis is a fundamental requirement for your app’s operation, you can prevent unsupported devices from installing your app. Add the 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.

## See Also

### Handling availability

- [supportedTextRecognitionLanguages](visionkit/imageanalyzer/supportedtextrecognitionlanguages.md)
