---
title: ImageAestheticsScoresObservation
framework: vision
role: symbol
role_heading: Structure
path: vision/imageaestheticsscoresobservation
---

# ImageAestheticsScoresObservation

An observation that provides an overall score of aesthetic attributes for an image.

## Declaration

```swift
struct ImageAestheticsScoresObservation
```

## Topics

### Creating an observation

- [init(_:)](vision/imageaestheticsscoresobservation/init(_:).md)

### Inspecting an observation

- [RequestDescriptor](vision/requestdescriptor.md)
- [isUtility](vision/imageaestheticsscoresobservation/isutility.md)
- [overallScore](vision/imageaestheticsscoresobservation/overallscore.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VisionObservation](vision/visionobservation.md)
