FormRecognizerModelFactory.FieldBoundingBox Method
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.
Initializes a new instance of the FieldBoundingBox structure.
C#
public static Azure.AI.FormRecognizer.Models.FieldBoundingBox FieldBoundingBox(System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> points);
static member FieldBoundingBox : System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> -> Azure.AI.FormRecognizer.Models.FieldBoundingBox
Public Shared Function FieldBoundingBox (points As IReadOnlyList(Of PointF)) As FieldBoundingBox
- points
- IReadOnlyList<PointF>
The sequence of points defining this FieldBoundingBox.
A new FieldBoundingBox instance for mocking.
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: