---
title: automatic
framework: visionkit
role: symbol
role_heading: Type Property
path: visionkit/imageanalysisinteraction/interactiontypes/automatic
---

# automatic

An option that enables interaction with any type of text, symbols, or subjects that the framework recognizes.

## Declaration

```swift
static let automatic: ImageAnalysisInteraction.InteractionTypes
```

## Mentioned in

Enabling Live Text interactions with images

## Discussion

Discussion People can select text to perform actions, and after tapping the Live Text button, they can interact with data detectors. If the allowLongPressForDataDetectorsInTextMode property is true, a person can touch and hold text to activate data detectors without tapping the Live Text button.

## See Also

### Specifying types of interactions

- [textSelection](visionkit/imageanalysisinteraction/interactiontypes/textselection.md)
- [dataDetectors](visionkit/imageanalysisinteraction/interactiontypes/datadetectors.md)
- [imageSubject](visionkit/imageanalysisinteraction/interactiontypes/imagesubject.md)
- [visualLookUp](visionkit/imageanalysisinteraction/interactiontypes/visuallookup.md)
- [automaticTextOnly](visionkit/imageanalysisinteraction/interactiontypes/automatictextonly.md)
