regionOfInterest
The region of the image where the framework performs the request.
Declaration
var regionOfInterest: NormalizedRect { get set }Discussion
The system normalizes the rectangle to the dimensions of the processed image. Its origin is the image’s lower-left corner.
The default value is { { 0, 0 }, { 1, 1 } }.