perform(_:)
Schedules Vision requests to perform.
Declaration
func perform(_ requests: [VNRequest]) throwsParameters
- requests:
An array of Vision requests to perform.
Discussion
The function returns after all requests have either completed or failed. Check individual requests and errors for their respective successes and failures.