Contents

perform(_:onImageURL:orientation:)

Schedules one or more Vision requests to be performed on an image with known orientation, at a specific URL.

Declaration

func perform(_ requests: [VNRequest], onImageURL imageURL: URL, orientation: CGImagePropertyOrientation) throws

Parameters

  • requests:

    An array of Vnrequest requests to perform.

  • imageURL:

    A URL pointing to the image on which to perform the request.

  • orientation:

    The orientation of the input image.

See Also

Performing a Sequence Request