<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VisionKit",
  "identifier" : "/documentation/VisionKit/VNDocumentCameraScan",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "VisionKit"
    ],
    "preciseIdentifier" : "c:objc(cs)VNDocumentCameraScan"
  },
  "title" : "VNDocumentCameraScan"
}
-->

# VNDocumentCameraScan

A single document scanned in the document camera.

```
class VNDocumentCameraScan
```

## Overview

When the document camera scans a document, it returns the resulting information in
this format, through the delegate method [`documentCameraViewController(_:didFinishWith:)`](/documentation/VisionKit/VNDocumentCameraViewControllerDelegate/documentCameraViewController(_:didFinishWith:)).

## Topics

### Reading the scanned document

[`title`](/documentation/VisionKit/VNDocumentCameraScan/title)

The title of the scanned document.

[`pageCount`](/documentation/VisionKit/VNDocumentCameraScan/pageCount)

The number of pages in the scanned document.

[`-  imageOfPageAtIndex:`](/documentation/VisionKit/VNDocumentCameraScan/imageOfPage(at:))

Requests the image of a page at a specified index.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)