Contents

perform(_:)

Performs one or more framework requests on the handler’s image.

Declaration

final func perform<each T>(_ request: repeat each T) async throws -> (repeat (each T).Result) where repeat each T : VisionRequest

Discussion

The function returns after all requests complete.

See Also

Performing the request