FormRecognizerModelFactory.FormWord 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 FormWord class.
public static Azure.AI.FormRecognizer.Models.FormWord FormWord(Azure.AI.FormRecognizer.Models.FieldBoundingBox boundingBox, int pageNumber, string text, float confidence);
static member FormWord : Azure.AI.FormRecognizer.Models.FieldBoundingBox * int * string * single -> Azure.AI.FormRecognizer.Models.FormWord
Public Shared Function FormWord (boundingBox As FieldBoundingBox, pageNumber As Integer, text As String, confidence As Single) As FormWord
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.
- confidence
- Single
Measures the degree of certainty of the recognition result.
Returns
A new FormWord instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET