VNImageBasedRequest.RegionOfInterest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the area in the image in which to search. Rectangle uses normalized coordinates.
public virtual CoreGraphics.CGRect RegionOfInterest { [Foundation.Export("regionOfInterest", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setRegionOfInterest:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.RegionOfInterest : CoreGraphics.CGRect with get, set
Property Value
The default value is a rectangle with origin [0,0] and size [1,1].
- Attributes
Remarks
As with other areas in the Vision namespace, the CGRect uses normalized coordinates (values in the range 0..1).