DetectedTextWord.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 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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET