Class DocumentFormulaKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentFormulaKind>
com.azure.ai.formrecognizer.documentanalysis.models.DocumentFormulaKind
public final class DocumentFormulaKind
extends com.azure.core.util.ExpandableStringEnum<DocumentFormulaKind>
Formula kind.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFormulaKindStatic value display for DocumentFormulaKind.static final DocumentFormulaKindStatic value inline for DocumentFormulaKind. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentFormulaKindfromString(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
Static value inline for DocumentFormulaKind. -
DISPLAY
Static value display for DocumentFormulaKind.
-
-
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.