Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentFormulaKind
Packages that use DocumentFormulaKind
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of DocumentFormulaKind in com.azure.ai.formrecognizer.documentanalysis.models
Fields in com.azure.ai.formrecognizer.documentanalysis.models declared as DocumentFormulaKindModifier and TypeFieldDescriptionstatic final DocumentFormulaKindDocumentFormulaKind.DISPLAYStatic value display for DocumentFormulaKind.static final DocumentFormulaKindDocumentFormulaKind.INLINEStatic value inline for DocumentFormulaKind.Methods in com.azure.ai.formrecognizer.documentanalysis.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.formrecognizer.documentanalysis.models that return types with arguments of type DocumentFormulaKindModifier and TypeMethodDescriptionstatic Collection<DocumentFormulaKind>DocumentFormulaKind.values()Gets known DocumentFormulaKind values.