---
title: "init(requestRevision:boundingBox:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/vndetectedobjectobservation/init(requestrevision:boundingbox:)"
---

# init(requestRevision:boundingBox:)

Creates an observation with a revision number and bounding box.

## Declaration

```swift
convenience init(requestRevision: Int, boundingBox: CGRect)
```

## Parameters

- `requestRevision`: The revision of the request to use.
- `boundingBox`: The observation’s bounding box, in coordinates normalized to the dimensions of the processed image, with its origin at the image’s lower-left corner.

## See Also

### Creating an Observation

- [init(boundingBox:)](vision/vndetectedobjectobservation/init(boundingbox:).md)
