DocumentFormula Class

Definition

A formula object.

public class DocumentFormula : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentFormula>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentFormula>
type DocumentFormula = class
    interface IJsonModel<DocumentFormula>
    interface IPersistableModel<DocumentFormula>
Public Class DocumentFormula
Implements IJsonModel(Of DocumentFormula), IPersistableModel(Of DocumentFormula)
Inheritance
DocumentFormula
Implements

Properties

Confidence

Confidence of correctly extracting the formula.

Kind

Formula kind.

Polygon

Bounding polygon of the formula, with coordinates specified relative to the top-left of the page. The numbers represent the x, y values of the polygon vertices, clockwise from the left (-180 degrees inclusive) relative to the element orientation.

Span

Location of the formula in the reading order concatenated content.

Value

LaTex expression describing the formula.

Explicit Interface Implementations

IJsonModel<DocumentFormula>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DocumentFormula>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentFormula>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentFormula>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DocumentFormula>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to