Contents

init(targetedCIImage:options:completionHandler:)

Creates a new request targeting a Core Image image.

Declaration

init(targetedCIImage ciImage: CIImage, options: [VNImageOption : Any] = [:], completionHandler: VNRequestCompletionHandler? = nil)

Parameters

  • ciImage:

    The Ciimage encapsulating the targeted image.

  • options:

    A dictionary with options specifying auxiliary information for the image.

  • completionHandler:

    The block to invoke when the request has finished executing.

See Also

Creating a Request