Contents

ImageRequestHandler

An object that processes one or more image-analysis requests pertaining to a single image.

Declaration

final class ImageRequestHandler

Overview

Instantiate this handler to perform Vision requests on a single image. You specify the image, and then call perform(_:) to begin executing the request.

Topics

Creating a request handler

Performing the request

See Also

Request handlers