Contents

completionHandler

The completion handler the system invokes after the request finishes processing.

Declaration

var completionHandler: VNRequestCompletionHandler? { get }

Discussion

Vision executes the completion handler on the same queue that it executes the request; however, this queue differs from the one where you called perform(_:).

See Also

Configuring a Request