perform(_:onImageURL:)
Schedules one or more Vision requests to be performed on an image.
Declaration
func perform(_ requests: [VNRequest], onImageURL imageURL: URL) throwsParameters
- requests:
An array of Vnrequest requests to perform.
- imageURL:
A URL pointing to the image on which to perform the request.