regionOfInterest
The region of the image in which Vision will perform the request.
Declaration
var regionOfInterest: CGRect { get set }Mentioned in
Discussion
The rectangle is normalized to the dimensions of the processed image. Its origin is specified relative to the image’s lower-left corner.
The default value is { { 0, 0 }, { 1, 1 } }.