Contents

add(_:withProcessingOptions:)

Adds a Vision request to perform with the specified configuration.

Declaration

func add(_ request: VNRequest, withProcessingOptions processingOptions: [VNVideoProcessingOption : Any] = [:]) throws

Parameters

  • request:

    The request to add to the processing queue.

  • processingOptions:

    The options to use for processing.

Topics

Video Processing Options

See Also

Performing Requests