DetectedTextWord.BoundingPolygon Property
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 word. 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)
These points are polygon vertices, presented in clockwise order from the left (-180 degrees, inclusive) relative to the word's orientation.
Coordinates are are in pixels, with (0,0) being the top-left of the source image.
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: