Partager via


FormRecognizerModelFactory.FieldBoundingBox Méthode

Définition

Initialise une nouvelle instance de la structure FieldBoundingBox.

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

Paramètres

points
IReadOnlyList<PointF>

Séquence de points définissant ce FieldBoundingBox.

Retours

Une nouvelle FieldBoundingBox instance pour se moquer.

S’applique à