---
title: VNDocumentCameraScan
framework: visionkit
role: symbol
role_heading: Class
path: visionkit/vndocumentcamerascan
---

# VNDocumentCameraScan

A single document scanned in the document camera.

## Declaration

```swift
class VNDocumentCameraScan
```

## Overview

Overview When the document camera scans a document, it returns the resulting information in this format, through the delegate method documentCameraViewController(_:didFinishWith:).

## Topics

### Reading the scanned document

- [title](visionkit/vndocumentcamerascan/title.md)
- [pageCount](visionkit/vndocumentcamerascan/pagecount.md)
- [imageOfPage(at:)](visionkit/vndocumentcamerascan/imageofpage(at:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Document scanning through the camera

- [Structuring recognized text on a document](visionkit/structuring-recognized-text-on-a-document.md)
- [VNDocumentCameraViewController](visionkit/vndocumentcameraviewcontroller.md)
- [VNDocumentCameraViewControllerDelegate](visionkit/vndocumentcameraviewcontrollerdelegate.md)
