---
title: "init(_:)"
framework: visionkit
role: symbol
role_heading: Initializer
path: "visionkit/imageanalysisinteraction/init(_:)"
---

# init(_:)

Creates an interaction for Live Text actions with the specified delegate.

## Declaration

```swift
@MainActor convenience init(_ delegate: any ImageAnalysisInteractionDelegate)
```

## Parameters

- `delegate`: The object that provides details about the interface for the interaction.

## See Also

### Creating an image interaction

- [init()](visionkit/imageanalysisinteraction/init().md)
