<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VisionKit",
  "identifier" : "/documentation/VisionKit/ImageAnalysis",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "VisionKit"
    ],
    "preciseIdentifier" : "s:9VisionKit13ImageAnalysisC"
  },
  "title" : "ImageAnalysis"
}
-->

# ImageAnalysis

An object that represents the results of analyzing an image, and provides
the input for the Live Text interface object.

```
final class ImageAnalysis
```

## Overview

An `ImageAnalysis` object represents the results of an [`ImageAnalyzer`](/documentation/VisionKit/ImageAnalyzer)
object finding items in an image that people can interact with. To create
an `ImageAnalysis` object, use the `ImageAnalyzer` class’s
[`analyze(_:configuration:)`](/documentation/VisionKit/ImageAnalyzer/analyze(_:configuration:)) method variety, passing
the image and an [`ImageAnalyzer.Configuration`](/documentation/VisionKit/ImageAnalyzer/Configuration) object that specifies the
items you want to find. Then pass the image analysis to either an
[`ImageAnalysisInteraction`](/documentation/VisionKit/ImageAnalysisInteraction) object for iOS or an [`ImageAnalysisOverlayView`](/documentation/VisionKit/ImageAnalysisOverlayView)
object for macOS to provide the Live Text interface.

## Topics

### Checking results

[`hasResults(for:)`](/documentation/VisionKit/ImageAnalysis/hasResults(for:))

Returns a Boolean value that indicates whether the analysis finds the
specified types in the image.

### Getting the text

[`transcript`](/documentation/VisionKit/ImageAnalysis/transcript)

The string that the text items in the image represent.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)