<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VisionKit",
  "identifier" : "/documentation/VisionKit/ImageAnalyzer/analyze(_:orientation:configuration:)-fcjz",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "VisionKit"
    ],
    "preciseIdentifier" : "s:9VisionKit13ImageAnalyzerC7analyze_11orientation13configurationAA0C8AnalysisCSo7UIImageC_So0I11OrientationVAC13ConfigurationVtYaKF"
  },
  "title" : "analyze(_:orientation:configuration:)"
}
-->

# analyze(_:orientation:configuration:)

Returns the data for providing a Live Text interaction with an image in
the specified orientation.

```
final func analyze(_ image: UIImage, orientation: UIImage.Orientation, configuration: ImageAnalyzer.Configuration) async throws -> ImageAnalysis
```

## Parameters

`image`

An image that the analyzer processes.

`orientation`

The orientation that the analyzer uses to process the image.

`configuration`

A configuration that specifies the data types, and
locales for text items, to recognize.

## Return Value

The data items that the analyzer finds in the image.

---

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)