Contents

isSupported

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

Declaration

final class var isSupported: Bool { get }

Mentioned in

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.

See Also

Handling availability