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

# isSupported

A Boolean variable that indicates whether or not the current device supports document scanning.

## Declaration

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

## Discussion

Discussion This class method returns false for unsupported hardware.

## See Also

### Supporting the document camera

- [delegate](visionkit/vndocumentcameraviewcontroller/delegate.md)
