Contents

perform(on:orientation:)

Performs the request on image data and produces observations.

Declaration

func perform(on data: Data, orientation: CGImagePropertyOrientation?) async throws -> Self.Result

Parameters

  • data:

    The input Data on which to perform the request.

  • orientation:

    The orientation of the input image. Default is nil.

Return Value

The observation — or list of observations — the request produces.

See Also

Performing a request