<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVVideoFrameAnalysisType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@E@AVVideoFrameAnalysisType"
  },
  "title" : "AVVideoFrameAnalysisType"
}
-->

# AVVideoFrameAnalysisType

Constants that define the types of analysis a player view controller may perform on a paused video frame.

```
struct AVVideoFrameAnalysisType
```

## Topics

### Analysis types

[`static var `default`: AVVideoFrameAnalysisType`](/documentation/AVKit/AVVideoFrameAnalysisType/default)

The default types of analysis to perform.

[`static var text: AVVideoFrameAnalysisType`](/documentation/AVKit/AVVideoFrameAnalysisType/text)

A type that finds text in a paused video frame.

[`static var subject: AVVideoFrameAnalysisType`](/documentation/AVKit/AVVideoFrameAnalysisType/subject)

A type that finds a subject that a user can copy out of frame.

[`static var visualSearch: AVVideoFrameAnalysisType`](/documentation/AVKit/AVVideoFrameAnalysisType/visualSearch)

A type that identifies objects, landmarks, art, and so on.

[`static var machineReadableCode: AVVideoFrameAnalysisType`](/documentation/AVKit/AVVideoFrameAnalysisType/machineReadableCode)

A type that recognizes machine-readable codes, such as QR codes.

[`AVVideoFrameAnalysisTypeNone`](/documentation/AVKit/AVVideoFrameAnalysisType/AVVideoFrameAnalysisTypeNone)

A type that performs no analysis.

### Initializers

[`init(rawValue: UInt)`](/documentation/AVKit/AVVideoFrameAnalysisType/init(rawValue:))

Creates a type from a string value.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

---

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)