perform(on:orientation:)
Performs the request on an image URL and produces observations.
Declaration
func perform(on url: URL, orientation: CGImagePropertyOrientation?) async throws -> Self.ResultParameters
- url:
The input Url 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.