perform(on:orientation:)
Performs the request on a Core Graphics image and produces observations.
Declaration
func perform(on image: CGImage, orientation: CGImagePropertyOrientation?) async throws -> Self.ResultParameters
- image:
The input Cgimage 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.