---
title: contents
framework: intents
role: symbol
role_heading: Instance Property
path: intents/innote/contents
---

# contents

The main content of the note.

## Declaration

```swift
var contents: [INNoteContent] { get }
```

## Discussion

Discussion A note may contain any number of INNoteContent objects with the note’s text and images.

## See Also

### Getting the Note Content

- [title](intents/innote/title.md)
