---
title: contents
framework: pdfkit
role: symbol
role_heading: Type Property
path: pdfkit/pdfannotationkey/contents
---

# contents

The text that the annotation displays or represents.

## Declaration

```swift
static let contents: PDFAnnotationKey
```

## Discussion

Discussion If the annotation doesn’t display text, the annotation uses it as an alternative human-readable form. For example, VoiceOver speaks the text for the annotation.

## See Also

### Configuring General Properties

- [date](pdfkit/pdfannotationkey/date.md)
- [flags](pdfkit/pdfannotationkey/flags.md)
- [name](pdfkit/pdfannotationkey/name.md)
- [page](pdfkit/pdfannotationkey/page.md)
- [parent](pdfkit/pdfannotationkey/parent.md)
- [quadPoints](pdfkit/pdfannotationkey/quadpoints.md)
- [rect](pdfkit/pdfannotationkey/rect.md)
- [subtype](pdfkit/pdfannotationkey/subtype.md)
- [textLabel](pdfkit/pdfannotationkey/textlabel.md)
