Class BoundingRegion
Bounding polygon on a specific page of the input.
Inheritance
System.Object
BoundingRegion
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public class BoundingRegion
Properties
BoundingPolygon
The bounding polygon that outlines this region. Units are in pixels for images and inches for PDF. The LengthUnit type of a recognized page can be found at Unit.
Declaration
public Azure.AI.FormRecognizer.DocumentAnalysis.BoundingPolygon BoundingPolygon { get; }
Property Value
BoundingPolygon
|
PageNumber
1-based page number of page containing the bounding region.
Declaration
public int PageNumber { get; }
Property Value
System.Int32
|