Contents

perform(_:on:)

Schedules Vision requests to be performed on a Core Graphics image.

Declaration

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

Parameters

  • requests:

    An array of Vnrequest requests to perform.

  • image:

    The input Cgimage on which to perform the request.

See Also

Performing a Sequence Request