An object that processes one or more image analysis requests pertaining to a single image.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Vision
Declaration
class VNImageRequestHandler : NSObject
Overview
Instantiate this handler to perform Vision requests on a single image. You specify the image and, optionally, a completion handler at the time of creation, and call perform(_:)
to begin executing the request.