Contents

perform(_:onImageURL:)

Schedules one or more Vision requests to be performed on an image.

Declaration

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

Parameters

  • requests:

    An array of Vnrequest requests to perform.

  • imageURL:

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

See Also

Performing a Sequence Request