Class DocumentTableCellKind

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentTableCellKind>
com.azure.ai.documentintelligence.models.DocumentTableCellKind

public final class DocumentTableCellKind extends com.azure.core.util.ExpandableStringEnum<DocumentTableCellKind>
Table cell kind.
  • Field Details

    • CONTENT

      public static final DocumentTableCellKind CONTENT
      Contains the main content/data.
    • ROW_HEADER

      public static final DocumentTableCellKind ROW_HEADER
      Describes the content of the row.
    • COLUMN_HEADER

      public static final DocumentTableCellKind COLUMN_HEADER
      Describes the content of the column.
    • STUB_HEAD

      public static final DocumentTableCellKind STUB_HEAD
      Describes the row headers, usually located at the top left corner of a table.
    • DESCRIPTION

      public static final DocumentTableCellKind DESCRIPTION
      Describes the content in (parts of) the table.
  • Constructor Details

    • DocumentTableCellKind

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

    • fromString

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

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