Contents

VNRequestProgressProviding

A protocol for providing progress information on long-running tasks in Vision.

Declaration

protocol VNRequestProgressProviding : NSObjectProtocol

Overview

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.

Topics

Tracking Progress

See Also

Request progress tracking