Class DocumentFormulaKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentFormulaKind>
com.azure.ai.documentintelligence.models.DocumentFormulaKind
public final class DocumentFormulaKind
extends com.azure.core.util.ExpandableStringEnum<DocumentFormulaKind>
Formula kind.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DocumentFormulaKind
A formula in display mode that takes up an entire line.static final DocumentFormulaKind
A formula embedded within the content of a paragraph. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentFormulaKind
fromString
(String name) Creates or finds a DocumentFormulaKind from its string representation.static Collection<DocumentFormulaKind>
values()
Gets known DocumentFormulaKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INLINE
A formula embedded within the content of a paragraph. -
DISPLAY
A formula in display mode that takes up an entire line.
-
-
Constructor Details
-
DocumentFormulaKind
Deprecated.Use thefromString(String)
factory method.Creates a new instance of DocumentFormulaKind value.
-
-
Method Details
-
fromString
Creates or finds a DocumentFormulaKind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DocumentFormulaKind.
-
values
Gets known DocumentFormulaKind values.- Returns:
- known DocumentFormulaKind values.
-
fromString(String)
factory method.