Uses of Class
com.azure.ai.documentintelligence.models.DocumentFormulaKind
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFormulaKind in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final DocumentFormulaKind
DocumentFormulaKind.DISPLAY
A formula in display mode that takes up an entire line.static final DocumentFormulaKind
DocumentFormulaKind.INLINE
A formula embedded within the content of a paragraph.Modifier and TypeMethodDescriptionstatic DocumentFormulaKind
DocumentFormulaKind.fromString
(String name) Creates or finds a DocumentFormulaKind from its string representation.DocumentFormula.getKind()
Get the kind property: Formula kind.Modifier and TypeMethodDescriptionstatic Collection<DocumentFormulaKind>
DocumentFormulaKind.values()
Gets known DocumentFormulaKind values.