---
title: INNoteContentType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/innotecontenttype
---

# INNoteContentType

Constants indicating the type of content represented by the note.

## Declaration

```swift
enum INNoteContentType
```

## Topics

### Constants

- [INNoteContentType.unknown](intents/innotecontenttype/unknown.md)
- [INNoteContentType.text](intents/innotecontenttype/text.md)
- [INNoteContentType.image](intents/innotecontenttype/image.md)

### Initializers

- [init(rawValue:)](intents/innotecontenttype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Note Content

- [INNoteContentTypeResolutionResult](intents/innotecontenttyperesolutionresult.md)
