---
title: AssistantSchemas.ReaderIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/assistantschemas/readerintent
---

# AssistantSchemas.ReaderIntent

Assistant schema conformance for app intents that offer document viewing and editing functionality.

## Declaration

```swift
protocol ReaderIntent : AssistantSchemas.Model
```

## Topics

### Instance Properties

- [deletePages](appintents/assistantschemas/readerintent/deletepages.md)
- [enhanceDocuments](appintents/assistantschemas/readerintent/enhancedocuments.md)
- [insertPages](appintents/assistantschemas/readerintent/insertpages.md)
- [openDocument](appintents/assistantschemas/readerintent/opendocument.md)
- [openPage](appintents/assistantschemas/readerintent/openpage.md)
- [resizeDocuments](appintents/assistantschemas/readerintent/resizedocuments.md)
- [rotateDocuments](appintents/assistantschemas/readerintent/rotatedocuments.md)
- [rotatePages](appintents/assistantschemas/readerintent/rotatepages.md)
- [searchDocuments](appintents/assistantschemas/readerintent/searchdocuments.md)

## Relationships

### Inherits From

- [AssistantSchemas.Model](appintents/assistantschemas/model.md)

### Conforming Types

- [AssistantSchema.IntentSchema](appintents/assistantschema/intentschema.md)
- [AssistantSchemas.IntentSchema](appintents/assistantschemas/intentschema.md)
