FormRecognizerModelFactory.FormLine Method
Definition
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 FormLine class.
public static Azure.AI.FormRecognizer.Models.FormLine FormLine (Azure.AI.FormRecognizer.Models.FieldBoundingBox boundingBox, int pageNumber, string text, System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormWord> words, Azure.AI.FormRecognizer.Models.TextAppearance appearance);
static member FormLine : Azure.AI.FormRecognizer.Models.FieldBoundingBox * int * string * System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormWord> * Azure.AI.FormRecognizer.Models.TextAppearance -> Azure.AI.FormRecognizer.Models.FormLine
Public Shared Function FormLine (boundingBox As FieldBoundingBox, pageNumber As Integer, text As String, words As IReadOnlyList(Of FormWord), appearance As TextAppearance) As FormLine
Parameters
- boundingBox
- FieldBoundingBox
The quadrilateral bounding box that outlines the text of this element.
- pageNumber
- Int32
The 1-based number of the page in which this element is present.
- text
- String
The text of this form element.
- words
- IReadOnlyList<FormWord>
A list of the words that make up the line.
- appearance
- TextAppearance
An object representing the appearance of the text line.
Returns
A new FormLine instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.