add(_:withProcessingOptions:)
Adds a Vision request to perform with the specified configuration.
Declaration
func add(_ request: VNRequest, withProcessingOptions processingOptions: [VNVideoProcessingOption : Any] = [:]) throwsParameters
- request:
The request to add to the processing queue.
- processingOptions:
The options to use for processing.