<!--
{
  "availability" : [
    "iOS: 14.0.0 - 14.0.0",
    "iPadOS: 14.0.0 - 14.0.0",
    "macCatalyst: 14.0.0 - 14.0.0",
    "macOS: 11.0.0 - 11.0.0",
    "tvOS: 14.0.0 - 14.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNVideoProcessingOption",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:@T@VNVideoProcessingOption"
  },
  "title" : "VNVideoProcessingOption"
}
-->

# VNVideoProcessingOption

Options to pass to the video processor when adding requests.

```
struct VNVideoProcessingOption
```

## Topics

### Options

[`static let frameCadence: VNVideoProcessingOption`](/documentation/Vision/VNVideoProcessingOption/frameCadence)

A value that indicates the video frame cadence at which to perform the video processing.

[`static let timeInterval: VNVideoProcessingOption`](/documentation/Vision/VNVideoProcessingOption/timeInterval)

A value that indicates that the video processor should perform a request every *n*-seconds.

### Initializers

[`init(rawValue: String)`](/documentation/Vision/VNVideoProcessingOption/init(rawValue:))

Creates an option with a string value.

## Relationships

### Conforms To

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

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

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

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

[`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)