---
title: "init(image:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/inimagenotecontent/init(image:)"
---

# init(image:)

Initializes the object with the specified image.

## Declaration

```swift
init(image: INImage)
```

## Parameters

- `image`: The image object to use.

## Return Value

Return Value An initialized object or nil if the object could not be created.
