VNRectangleObservation.GetRectangleObservation Method
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.
[Foundation.Export("rectangleObservationWithRequestRevision:topLeft:bottomLeft:bottomRight:topRight:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Vision.VNRectangleObservation GetRectangleObservation(Vision.VNRectangleObservationRequestRevision requestRevision, CoreGraphics.CGPoint topLeft, CoreGraphics.CGPoint bottomLeft, CoreGraphics.CGPoint bottomRight, CoreGraphics.CGPoint topRight);
[<Foundation.Export("rectangleObservationWithRequestRevision:topLeft:bottomLeft:bottomRight:topRight:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRectangleObservation : Vision.VNRectangleObservationRequestRevision * CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> Vision.VNRectangleObservation
Parameters
- requestRevision
- VNRectangleObservationRequestRevision
- topLeft
- CGPoint
- bottomLeft
- CGPoint
- bottomRight
- CGPoint
- topRight
- CGPoint
Returns
- Attributes