Class DocumentTableCellKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentTableCellKind>
com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
public final class DocumentTableCellKind
extends com.azure.core.util.ExpandableStringEnum<DocumentTableCellKind>
Defines values for DocumentTableCellKind.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DocumentTableCellKind
Static value columnHeader for DocumentTableCellKind.static final DocumentTableCellKind
Static value content for DocumentTableCellKind.static final DocumentTableCellKind
Static value description for DocumentTableCellKind.static final DocumentTableCellKind
Static value rowHeader for DocumentTableCellKind.static final DocumentTableCellKind
Static value stubHead for DocumentTableCellKind. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentTableCellKind
fromString
(String name) Creates or finds a DocumentTableCellKind from its string representation.static Collection<DocumentTableCellKind>
values()
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CONTENT
Static value content for DocumentTableCellKind. -
ROW_HEADER
Static value rowHeader for DocumentTableCellKind. -
COLUMN_HEADER
Static value columnHeader for DocumentTableCellKind. -
STUB_HEAD
Static value stubHead for DocumentTableCellKind. -
DESCRIPTION
Static value description for DocumentTableCellKind.
-
-
Constructor Details
-
DocumentTableCellKind
public DocumentTableCellKind()
-
-
Method Details
-
fromString
Creates or finds a DocumentTableCellKind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DocumentTableCellKind.
-
values
- Returns:
- known DocumentTableCellKind values.
-