DocumentFormula Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. DocumentFormula
- com.
public final class DocumentFormula
A formula object.
Constructor Summary
Constructor | Description |
---|---|
DocumentFormula() |
Constructs a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Point> |
getBoundingPolygon()
Get the polygon property: Bounding polygon of the formula. |
float |
getConfidence()
Get the confidence property: Confidence of correctly extracting the formula. |
Document |
getKind()
Get the kind property: Formula kind. |
Document |
getSpan()
Get the span property: Location of the formula in the reading order concatenated content. |
String |
getValue()
Get the value property: La |
Methods inherited from java.lang.Object
Constructor Details
DocumentFormula
public DocumentFormula()
Constructs a DocumentFormula object.
Method Details
getBoundingPolygon
public List
Get the polygon property: Bounding polygon of the formula.
Returns:
getConfidence
public float getConfidence()
Get the confidence property: Confidence of correctly extracting the formula.
Returns:
getKind
public DocumentFormulaKind getKind()
Get the kind property: Formula kind.
Returns:
getSpan
public DocumentSpan getSpan()
Get the span property: Location of the formula in the reading order concatenated content.
Returns:
getValue
public String getValue()
Get the value property: LaTex expression describing the formula.
Returns:
Applies to
Azure SDK for Java