---
title: visualLookUp
framework: visionkit
role: symbol
role_heading: Type Property
path: visionkit/imageanalyzer/analysistypes/visuallookup
---

# visualLookUp

An option that analyzes an image for subjects that the framework can look up for more information.

## Declaration

```swift
static let visualLookUp: ImageAnalyzer.AnalysisTypes
```

## Discussion

Discussion When the framework recognizes a particular type of subject in an image, it offers an interface for people to learn more about the subject. For example, if an image contains a rose, the framework recognizes a plant and enables people to tap the plant which presents a sheet with a list of additional resources on the specific type of plant — in this case, a rose. For more information about subjects in images, see ImageAnalysisInteraction.Subject.

## See Also

### Specifying types to find

- [machineReadableCode](visionkit/imageanalyzer/analysistypes/machinereadablecode.md)
- [text](visionkit/imageanalyzer/analysistypes/text.md)
