Uses of Class
com.azure.ai.documentintelligence.models.DocumentFormulaKind
Packages that use DocumentFormulaKind
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFormulaKind in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentFormulaKindModifier and TypeFieldDescriptionstatic final DocumentFormulaKindDocumentFormulaKind.DISPLAYA formula in display mode that takes up an entire line.static final DocumentFormulaKindDocumentFormulaKind.INLINEA formula embedded within the content of a paragraph.Methods in com.azure.ai.documentintelligence.models that return DocumentFormulaKindModifier and TypeMethodDescriptionstatic DocumentFormulaKindDocumentFormulaKind.fromString(String name) Creates or finds a DocumentFormulaKind from its string representation.DocumentFormula.getKind()Get the kind property: Formula kind.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentFormulaKindModifier and TypeMethodDescriptionstatic Collection<DocumentFormulaKind> DocumentFormulaKind.values()Gets known DocumentFormulaKind values.