---
title: TVContentItemImageShape
framework: tvservices
role: symbol
role_heading: Enumeration
path: tvservices/tvcontentitemimageshape
---

# TVContentItemImageShape

An enumerated type that identifies the shape in which the content item should be displayed.

## Declaration

```swift
enum TVContentItemImageShape
```

## Topics

### Constants

- [TVContentItemImageShape.none](tvservices/tvcontentitemimageshape/none.md)
- [TVContentItemImageShape.poster](tvservices/tvcontentitemimageshape/poster.md)
- [TVContentItemImageShape.square](tvservices/tvcontentitemimageshape/square.md)
- [TVContentItemImageShape.SDTV](tvservices/tvcontentitemimageshape/sdtv.md)
- [TVContentItemImageShape.HDTV](tvservices/tvcontentitemimageshape/hdtv.md)
- [TVContentItemImageShape.wide](tvservices/tvcontentitemimageshape/wide.md)
- [TVContentItemImageShape.extraWide](tvservices/tvcontentitemimageshape/extrawide.md)

### Initializers

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

### Inspecting the Content Properties

- [creationDate](tvservices/tvcontentitem/creationdate.md)
- [duration](tvservices/tvcontentitem/duration.md)
- [expirationDate](tvservices/tvcontentitem/expirationdate.md)
- [imageShape](tvservices/tvcontentitem/imageshape.md)
