Struct FieldBoundingBox
A sequence of four System.Drawing.PointF representing a quadrilateral that outlines the text of an element in a recognized form. Coordinates are specified relative to the top-left of the original image, and points are ordered clockwise from the top-left corner relative to the text orientation. Units are in pixels for images and inches for PDF. The LengthUnit type of a recognized page can be found at Unit.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public struct FieldBoundingBox
Properties
Item[Int32]
Gets one of the points that set the limits of this FieldBoundingBox. Coordinates are specified relative to the top-left of the original image, and points are ordered clockwise from the top-left corner relative to the text orientation.
Declaration
public System.Drawing.PointF this[int index] { get; }
Parameters
System.Int32
index
The 0-based index of the point to be retrieved. |
Property Value
System.Drawing.PointF
A System.Drawing.PointF corresponding to the specified |
Methods
ToString()
Returns string representation for FieldBoundingBox.
Declaration
public override string ToString ();
Returns
System.String
|