Class DocumentTableCellKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentTableCellKind>
com.azure.ai.documentintelligence.models.DocumentTableCellKind
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DocumentTableCellKind
extends com.azure.core.util.ExpandableStringEnum<DocumentTableCellKind>
Table cell kind.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentTableCellKindDescribes the content of the column.static final DocumentTableCellKindContains the main content/data.static final DocumentTableCellKindDescribes the content in (parts of) the table.static final DocumentTableCellKindDescribes the content of the row.static final DocumentTableCellKindDescribes the row headers, usually located at the top left corner of a table. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentTableCellKindfromString(String name) Creates or finds a DocumentTableCellKind from its string representation.static Collection<DocumentTableCellKind> values()Gets known DocumentTableCellKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CONTENT
Contains the main content/data. -
ROW_HEADER
Describes the content of the row. -
COLUMN_HEADER
Describes the content of the column. -
STUB_HEAD
Describes the row headers, usually located at the top left corner of a table. -
DESCRIPTION
Describes the content in (parts of) the table.
-
-
Constructor Details
-
DocumentTableCellKind
Deprecated.Use thefromString(String)factory method.Creates a new instance of DocumentTableCellKind value.
-
-
Method Details
-
fromString
Creates or finds a DocumentTableCellKind from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DocumentTableCellKind.
-
values
Gets known DocumentTableCellKind values.- Returns:
- known DocumentTableCellKind values.
-
fromString(String)factory method.