FormWord Class
- java.
lang. Object - com.
azure. ai. formrecognizer. models. FormElement - com.
azure. ai. formrecognizer. models. FormWord
- com.
- com.
public final class FormWord
extends FormElement
Represents a word recognized from the input document.
Constructor Summary
Constructor | Description |
---|---|
FormWord(String text, FieldBoundingBox boundingBox, int pageNumber, float confidence) |
Constructs a Form |
Method Summary
Modifier and Type | Method and Description |
---|---|
Field |
getBoundingBox()
Bounding |
float |
getConfidence()
Gets the confidence property of the Form Word. |
int |
getPageNumber()
Get the 1-based page number in the input document. |
String |
getText()
The text content of the form element. |
Methods inherited from FormElement
Methods inherited from java.lang.Object
Constructor Details
FormWord
public FormWord(String text, FieldBoundingBox boundingBox, int pageNumber, float confidence)
Constructs a FormWord object.
Parameters:
Method Details
getBoundingBox
public FieldBoundingBox getBoundingBox()
BoundingBox property of the element.
Overrides:
FormWord.getBoundingBox()getConfidence
public float getConfidence()
Gets the confidence property of the Form Word.
Returns:
getPageNumber
public int getPageNumber()
Get the 1-based page number in the input document.
Overrides:
FormWord.getPageNumber()getText
public String getText()
The text content of the form element.
Overrides:
FormWord.getText()Applies to
Azure SDK for Java