Share via


DetectedTextWord.BoundingPolygon Property

Definition

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)

Property Value

Remarks

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.

Applies to