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
FieldsModifier and TypeFieldDescriptionstatic final DocumentTableCellKindStatic value columnHeader for DocumentTableCellKind.static final DocumentTableCellKindStatic value content for DocumentTableCellKind.static final DocumentTableCellKindStatic value description for DocumentTableCellKind.static final DocumentTableCellKindStatic value rowHeader for DocumentTableCellKind.static final DocumentTableCellKindStatic value stubHead for DocumentTableCellKind. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentTableCellKindfromString(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.
-