DocumentFormula Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.models.DocumentFormula

public final class DocumentFormula

A formula object.

Constructor Summary

Constructor Description
DocumentFormula()

Constructs a DocumentFormula object.

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.

DocumentFormulaKind getKind()

Get the kind property: Formula kind.

DocumentSpan getSpan()

Get the span property: Location of the formula in the reading order concatenated content.

String getValue()

Get the value property: LaTex expression describing the formula.

Methods inherited from java.lang.Object

Constructor Details

DocumentFormula

public DocumentFormula()

Constructs a DocumentFormula object.

Method Details

getBoundingPolygon

public List getBoundingPolygon()

Get the polygon property: Bounding polygon of the formula.

Returns:

the polygon value.

getConfidence

public float getConfidence()

Get the confidence property: Confidence of correctly extracting the formula.

Returns:

the confidence value.

getKind

public DocumentFormulaKind getKind()

Get the kind property: Formula kind.

Returns:

the kind value.

getSpan

public DocumentSpan getSpan()

Get the span property: Location of the formula in the reading order concatenated content.

Returns:

the span value.

getValue

public String getValue()

Get the value property: LaTex expression describing the formula.

Returns:

the value value.

Applies to