<!--
{
  "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/MediaIntelligenceVideoAsset",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Media Intelligence"
    ],
    "preciseIdentifier" : "s:17MediaIntelligence0aB10VideoAssetV"
  },
  "title" : "MediaIntelligenceVideoAsset"
}
-->

# MediaIntelligenceVideoAsset

A video asset to analyze.

```
struct MediaIntelligenceVideoAsset
```

## Overview

Create an instance of this type to identify a video for [`VideoAnalyzer`](/documentation/MediaIntelligence/VideoAnalyzer)
to process. Each asset has a unique identifier you assign, and a
[`MediaIntelligenceVideoAsset.Kind`](/documentation/MediaIntelligence/MediaIntelligenceVideoAsset/Kind-swift.enum) value that describes
how the framework accesses the video data.

## Topics

### Creating an asset

[`init(id:kind:)`](/documentation/MediaIntelligence/MediaIntelligenceVideoAsset/init(id:kind:))

Creates a video asset with the specified identifier and kind.

[`ID`](/documentation/MediaIntelligence/MediaIntelligenceVideoAsset/ID-swift.struct)

A unique identifier for a video asset.

[`Kind`](/documentation/MediaIntelligence/MediaIntelligenceVideoAsset/Kind-swift.enum)

A value that describes the source of a video asset’s data.

### Inspecting an asset

[`id`](/documentation/MediaIntelligence/MediaIntelligenceVideoAsset/id-swift.property)

A unique identifier for the asset.

[`kind`](/documentation/MediaIntelligence/MediaIntelligenceVideoAsset/kind-swift.property)

A value that describes how the framework accesses the video data.

## Relationships

### Conforms To

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

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

---

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)