---
title: CalculateImageAestheticsScoresRequest
framework: vision
role: symbol
role_heading: Structure
path: vision/calculateimageaestheticsscoresrequest
---

# CalculateImageAestheticsScoresRequest

A request that analyzes an image for aesthetically pleasing attributes.

## Declaration

```swift
struct CalculateImageAestheticsScoresRequest
```

## Overview

Overview The request returns the resulting aesthetics score in an instance of ImageAestheticsScoresObservation.

## Topics

### Creating a request

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

### Performing a request

- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-80bya.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-3f3f1.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-qxxx.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-xspx.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-3hddl.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-85ex1.md)

### Understanding the result

- [ImageAestheticsScoresObservation](vision/imageaestheticsscoresobservation.md)

### Configuring a request

- [cropAndScaleAction](vision/calculateimageaestheticsscoresrequest/cropandscaleaction.md)
- [ImageCropAndScaleAction](vision/imagecropandscaleaction.md)

### Getting the revision

- [revision](vision/calculateimageaestheticsscoresrequest/revision-swift.property.md)
- [supportedRevisions](vision/calculateimageaestheticsscoresrequest/supportedrevisions.md)
- [CalculateImageAestheticsScoresRequest.Revision](vision/calculateimageaestheticsscoresrequest/revision-swift.enum.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [ImageProcessingRequest](vision/imageprocessingrequest.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VisionRequest](vision/visionrequest.md)

## See Also

### Image quality and saliency analysis

- [Implementing saliency-based image cropping in iOS and watchOS](vision/implementing-saliency-based-image-cropping-in-ios-and-watchos.md)
- [Generating high-quality thumbnails from videos](vision/generating-thumbnails-from-videos.md)
- [DetectLensSmudgeRequest](vision/detectlenssmudgerequest.md)
- [GenerateAttentionBasedSaliencyImageRequest](vision/generateattentionbasedsaliencyimagerequest.md)
- [GenerateObjectnessBasedSaliencyImageRequest](vision/generateobjectnessbasedsaliencyimagerequest.md)
