---
title: PHObjectType
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phobjecttype
---

# PHObjectType

Identifies the type of objects in a change request.

## Declaration

```swift
enum PHObjectType
```

## Topics

### Constants

- [PHObjectType.asset](photos/phobjecttype/asset.md)
- [PHObjectType.assetCollection](photos/phobjecttype/assetcollection.md)
- [PHObjectType.collectionList](photos/phobjecttype/collectionlist.md)

### Initializers

- [init(rawValue:)](photos/phobjecttype/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

### Getting the Object Type

- [objectType](photos/phpersistentobjectchangedetails/objecttype.md)
