<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaIntelligence",
  "identifier" : "/documentation/MediaIntelligence/VideoAnalyzer",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Media Intelligence"
    ],
    "preciseIdentifier" : "s:17MediaIntelligence13VideoAnalyzerC"
  },
  "title" : "VideoAnalyzer"
}
-->

# VideoAnalyzer

An object that analyzes video assets for highlights and key frames.

```
final class VideoAnalyzer
```

## Overview

A video analyzer is the central object in the video analysis pipeline.
Access it through the static [`shared`](/documentation/MediaIntelligence/VideoAnalyzer/shared) property and pass it a
[`MediaIntelligenceVideoAsset`](/documentation/MediaIntelligence/MediaIntelligenceVideoAsset) along with one or more request objects.
The analyzer processes the video and returns a tuple containing one
<doc://com.apple.documentation/documentation/Swift/Result> per request, in the same order you provide them.

## Topics

### Analyzing a video asset

[`shared`](/documentation/MediaIntelligence/VideoAnalyzer/shared)

The shared video analyzer.

[`Request`](/documentation/MediaIntelligence/VideoAnalyzer/Request)

A type that describes a video analysis operation.

[`Result`](/documentation/MediaIntelligence/VideoAnalyzer/Result)

A type that represents the output of a video analysis operation.

[`analyze(_:for:)`](/documentation/MediaIntelligence/VideoAnalyzer/analyze(_:for:))

Analyzes a video asset using the specified requests.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)