Contents

perform(_:on:)

Schedules one or more Vision requests to be performed on Core Image image data.

Declaration

func perform(_ requests: [VNRequest], on image: CIImage) throws

Parameters

  • requests:

    An array of Vnrequest requests to perform.

  • image:

    The input Ciimage on which to perform the request.

See Also

Performing a Sequence Request