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 Summary
Modifier and TypeFieldDescriptionstatic final DocumentTableCellKind
Describes the content of the column.static final DocumentTableCellKind
Contains the main content/data.static final DocumentTableCellKind
Describes the content in (parts of) the table.static final DocumentTableCellKind
Describes the content of the row.static final DocumentTableCellKind
Describes the row headers, usually located at the top left corner of a table. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentTableCellKind
fromString
(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, 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.