DetectedTextLine.BoundingPolygon 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.
A bounding polygon around the text line. At the moment only quadrilaterals are supported (represented by 4 image points).
public System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.ImagePoint> BoundingPolygon { get; }
member this.BoundingPolygon : System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.ImagePoint>
Public ReadOnly Property BoundingPolygon As IReadOnlyList(Of ImagePoint)
Property Value
Remarks
These points are polygon vertices, presented in clockwise order from the left (-180 degrees, inclusive) relative to the line's orientation.
Coordinates are are in pixels, with (0,0) being the top-left of the source image.
Applies to
Azure SDK for .NET