---
title: CVProResRawMetadata.RecommendedCrop
framework: corevideo
role: symbol
role_heading: Structure
path: corevideo/cvproresrawmetadata/recommendedcrop-swift.struct
---

# CVProResRawMetadata.RecommendedCrop

Recommended pixels to discard in the image after raw conversion.

## Declaration

```swift
struct RecommendedCrop
```

## Overview

Overview The values may be nonintegral due to downscaling, in which case the handling of fractional parts is implementation-dependent.

## Topics

### Initializers

- [init(pixelsToDiscardAtStartOfEachRow:pixelsToDiscardAtEndOfEachRow:rowsOfPixelsToDiscardAtTop:rowsOfPixelsToDiscardAtBottom:)](corevideo/cvproresrawmetadata/recommendedcrop-swift.struct/init(pixelstodiscardatstartofeachrow:pixelstodiscardatendofeachrow:rowsofpixelstodiscardattop:rowsofpixelstodiscardatbottom:).md)

### Instance Properties

- [pixelsToDiscardAtEndOfEachRow](corevideo/cvproresrawmetadata/recommendedcrop-swift.struct/pixelstodiscardatendofeachrow.md)
- [pixelsToDiscardAtStartOfEachRow](corevideo/cvproresrawmetadata/recommendedcrop-swift.struct/pixelstodiscardatstartofeachrow.md)
- [rowsOfPixelsToDiscardAtBottom](corevideo/cvproresrawmetadata/recommendedcrop-swift.struct/rowsofpixelstodiscardatbottom.md)
- [rowsOfPixelsToDiscardAtTop](corevideo/cvproresrawmetadata/recommendedcrop-swift.struct/rowsofpixelstodiscardattop.md)

### Type Properties

- [zero](corevideo/cvproresrawmetadata/recommendedcrop-swift.struct/zero.md)

## Relationships

### Conforms To

- [CVAttachmentValueRepresentable](corevideo/cvattachmentvaluerepresentable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
