Share via


DocumentFormula interface

Mathematical formula in a document.

Properties

confidence

Confidence of predicting the formula.

kind

Formula kind.

source

Encoded source that identifies the position of the formula in the content.

span

Span of the formula in the markdown content.

value

LaTex expression describing the formula.

Property Details

confidence

Confidence of predicting the formula.

confidence?: number

Property Value

number

kind

Formula kind.

kind: DocumentFormulaKind

Property Value

source

Encoded source that identifies the position of the formula in the content.

source?: string

Property Value

string

span

Span of the formula in the markdown content.

span?: ContentSpan

Property Value

value

LaTex expression describing the formula.

value: string

Property Value

string