BoundingRegion Struct
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.
Bounding polygon on a specific page of the input.
public readonly struct BoundingRegion : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion>
type BoundingRegion = struct
Public Structure BoundingRegion
Implements IEquatable(Of BoundingRegion)
- Inheritance
-
BoundingRegion
- Implements
Properties
BoundingPolygon |
The bounding polygon that outlines this region. Units are in pixels for images and inches for PDF. The DocumentPageLengthUnit type of a recognized page can be found at Unit. |
PageNumber |
1-based page number of page containing the bounding region. |
Methods
Equals(BoundingRegion) |
Indicates whether the current BoundingRegion is equal to another object of the same type. They are considered equal if they have the same PageNumber and the same point coordinates in BoundingPolygon. |
ToString() |
Returns a |