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 Details

    • INLINE

      public static final DocumentFormulaKind INLINE
      A formula embedded within the content of a paragraph.
    • DISPLAY

      public static final DocumentFormulaKind DISPLAY
      A formula in display mode that takes up an entire line.
  • Constructor Details

    • DocumentFormulaKind

      @Deprecated public DocumentFormulaKind()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DocumentFormulaKind value.
  • Method Details

    • fromString

      public static DocumentFormulaKind fromString(String name)
      Creates or finds a DocumentFormulaKind from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DocumentFormulaKind.
    • values

      public static Collection<DocumentFormulaKind> values()
      Gets known DocumentFormulaKind values.
      Returns:
      known DocumentFormulaKind values.