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
source
Encoded source that identifies the position of the formula in the content.
source?: string
Property Value
string
span
value
LaTex expression describing the formula.
value: string
Property Value
string