---
title: AppSchema.PhotosEnum
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/photosenum
---

# AppSchema.PhotosEnum

Identifies enum schemas in the photos domain.

## Declaration

```swift
protocol PhotosEnum : AppSchema.Kind
```

## Topics

### Instance Properties

- [albumType](appintents/appschema/photosenum/albumtype.md)
- [assetType](appintents/appschema/photosenum/assettype.md)
- [filterType](appintents/appschema/photosenum/filtertype.md)
- [rotationDirection](appintents/appschema/photosenum/rotationdirection.md)

## Relationships

### Inherits From

- [AppSchema.Kind](appintents/appschema/kind.md)

### Conforming Types

- [AppSchema.Enum](appintents/appschema/enum.md)

## See Also

### Types for static parameters

- [albumType](appintents/appschema/photosenum/albumtype.md)
- [assetType](appintents/appschema/photosenum/assettype.md)
- [filterType](appintents/appschema/photosenum/filtertype.md)
- [rotationDirection](appintents/appschema/photosenum/rotationdirection.md)
