<!--
{
  "availability" : [
    "iOS: 11.0.0 - 12.0.0",
    "iPadOS: 11.0.0 - 12.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 4.0.0 - 5.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INNoteContentType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INNoteContentType"
  },
  "title" : "INNoteContentType"
}
-->

# INNoteContentType

Constants indicating the type of content represented by the note.

```
enum INNoteContentType
```

## Topics

### Constants

[`case unknown`](/documentation/Intents/INNoteContentType/unknown)

An unknown type of note content.

[`case text`](/documentation/Intents/INNoteContentType/text)

A note containing text.

[`case image`](/documentation/Intents/INNoteContentType/image)

A note containing an image.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INNoteContentType/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)