---
title: INImageNoteContent
framework: intents
role: symbol
role_heading: Class
path: intents/inimagenotecontent
---

# INImageNoteContent

An image contained in a note.

## Declaration

```swift
class INImageNoteContent
```

## Topics

### Initializing the Image

- [init(image:)](intents/inimagenotecontent/init(image:).md)

### Getting the Image

- [image](intents/inimagenotecontent/image.md)

## Relationships

### Inherits From

- [INNoteContent](intents/innotecontent.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Note Objects

- [INNote](intents/innote.md)
- [INNoteContent](intents/innotecontent.md)
- [INTextNoteContent](intents/intextnotecontent.md)
