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

# title

The title text for the note.

## Declaration

```swift
@NSCopying var title: INSpeakableString? { get }
```

## Discussion

Discussion The title text represents the initial text that user’s see for the note.

## See Also

### Getting the Note Content

- [content](intents/increatenoteintent/content.md)
- [groupName](intents/increatenoteintent/groupname.md)
