FormRecognizerModelFactory.FormPage Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase FormPage.
public static Azure.AI.FormRecognizer.Models.FormPage FormPage (int pageNumber, float width, float height, float textAngle, Azure.AI.FormRecognizer.Models.LengthUnit unit, System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormLine> lines, System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormTable> tables, System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormSelectionMark> selectionMarks);
static member FormPage : int * single * single * single * Azure.AI.FormRecognizer.Models.LengthUnit * System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormLine> * System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormTable> * System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormSelectionMark> -> Azure.AI.FormRecognizer.Models.FormPage
Public Shared Function FormPage (pageNumber As Integer, width As Single, height As Single, textAngle As Single, unit As LengthUnit, lines As IReadOnlyList(Of FormLine), tables As IReadOnlyList(Of FormTable), selectionMarks As IReadOnlyList(Of FormSelectionMark)) As FormPage
Parámetros
- pageNumber
- Int32
Número de página basado en 1 del documento de entrada.
- width
- Single
Ancho de la imagen/PDF en píxeles/pulgadas, respectivamente.
- height
- Single
Alto de la imagen/PDF en píxeles/pulgadas, respectivamente.
- textAngle
- Single
Orientación general del texto en dirección de sentido de las agujas del reloj, medida en grados entre (-180, 180].
- unit
- LengthUnit
Unidad usada por el ancho, el alto y FieldBoundingBox(IReadOnlyList<PointF>) las propiedades. En el caso de las imágenes, la unidad es píxel. Para PDF, la unidad es de pulgada.
- lines
- IReadOnlyList<FormLine>
Lista de líneas de texto reconocidas.
- tables
- IReadOnlyList<FormTable>
Lista de tablas reconocidas contenidas en esta página.
- selectionMarks
- IReadOnlyList<FormSelectionMark>
Lista de marcas de selección reconocidas contenidas en esta página.
Devoluciones
FormPage Nueva instancia para simular.
Se aplica a
Azure SDK for .NET