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; }

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

Product Versions
Azure SDK for .NET Latest, Preview