---
title: PHImageRequestOptionsVersion
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phimagerequestoptionsversion
---

# PHImageRequestOptionsVersion

Options for requesting an image asset with or without adjustments, used by the version property.

## Declaration

```swift
enum PHImageRequestOptionsVersion
```

## Topics

### Constants

- [PHImageRequestOptionsVersion.current](photos/phimagerequestoptionsversion/current.md)
- [PHImageRequestOptionsVersion.unadjusted](photos/phimagerequestoptionsversion/unadjusted.md)
- [PHImageRequestOptionsVersion.original](photos/phimagerequestoptionsversion/original.md)

### Initializers

- [init(rawValue:)](photos/phimagerequestoptionsversion/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying Image Request Options

- [version](photos/phimagerequestoptions/version.md)
- [deliveryMode](photos/phimagerequestoptions/deliverymode.md)
- [PHImageRequestOptionsDeliveryMode](photos/phimagerequestoptionsdeliverymode.md)
- [resizeMode](photos/phimagerequestoptions/resizemode.md)
- [PHImageRequestOptionsResizeMode](photos/phimagerequestoptionsresizemode.md)
- [normalizedCropRect](photos/phimagerequestoptions/normalizedcroprect.md)
