VNRequestProgressProviding
A protocol for providing progress information on long-running tasks in Vision.
Declaration
protocol VNRequestProgressProviding : NSObjectProtocolOverview
Adopt this protocol for potentially long-running Vision requests to provide information about progress throughout processing. For example, you can use the optional progressHandler to update the user interface, provide a percentage of completion, or process partial results.