---
title: normalizedRect
framework: cinematic
role: symbol
role_heading: Instance Property
path: cinematic/cndetection-swift.struct/normalizedrect
---

# normalizedRect

The rectangle within the image where the object occurs, normalized such that (0.0, 0.0) is the top-left and (1.0, 1.0) is the bottom-right.

## Declaration

```swift
var normalizedRect: CGRect { get }
```
