Compartir a través de


DocumentAnalysisModelFactory.DocumentLine Método

Definición

Inicializa una nueva instancia de DocumentLine.

public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentLine DocumentLine (string content = default, System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> boundingPolygon = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> spans = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentWord> words = default);
static member DocumentLine : string * System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> * seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> * seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentWord> -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentLine
Public Shared Function DocumentLine (Optional content As String = Nothing, Optional boundingPolygon As IReadOnlyList(Of PointF) = Nothing, Optional spans As IEnumerable(Of DocumentSpan) = Nothing, Optional words As IEnumerable(Of DocumentWord) = Nothing) As DocumentLine

Parámetros

content
String

Contenido concatenado de los elementos contenidos en orden de lectura.

boundingPolygon
IReadOnlyList<PointF>

Polígono delimitador de la línea.

spans
IEnumerable<DocumentSpan>

Ubicación de la línea en el contenido concatenado del orden de lectura.

words
IEnumerable<DocumentWord>

Palabras que componen esta línea. Valor devuelto por el método GetWords().

Devoluciones

DocumentLine Nueva instancia de para simular.

Se aplica a