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) throwsParameters
- 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.