<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNImageBasedRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNImageBasedRequest"
  },
  "title" : "VNImageBasedRequest"
}
-->

# VNImageBasedRequest

The abstract superclass for image-analysis requests that focus on a specific part of an image.

```
class VNImageBasedRequest
```

## Overview

Other Vision request handlers that operate on still images inherit from this abstract base class. Don’t use it directly.

## Topics

### Configuring a Request

[`regionOfInterest`](/documentation/Vision/VNImageBasedRequest/regionOfInterest)

The region of the image in which Vision will perform the request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)