DocumentTableCellKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. formrecognizer. documentanalysis. models. DocumentTableCellKind
- com.
- com.
public final class DocumentTableCellKind
extends ExpandableStringEnum<DocumentTableCellKind>
Defines values for DocumentTableCellKind.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Document |
COLUMN_HEADER
Static value column |
static final
Document |
CONTENT
Static value content for Document |
static final
Document |
DESCRIPTION
Static value description for Document |
static final
Document |
ROW_HEADER
Static value row |
static final
Document |
STUB_HEAD
Static value stub |
Constructor Summary
Constructor | Description |
---|---|
DocumentTableCellKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromString(String name)
Creates or finds a Document |
static
Collection<Document |
values()
Returns known Document |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COLUMN_HEADER
public static final DocumentTableCellKind COLUMN_HEADER
Static value columnHeader for DocumentTableCellKind.
CONTENT
public static final DocumentTableCellKind CONTENT
Static value content for DocumentTableCellKind.
DESCRIPTION
public static final DocumentTableCellKind DESCRIPTION
Static value description for DocumentTableCellKind.
ROW_HEADER
public static final DocumentTableCellKind ROW_HEADER
Static value rowHeader for DocumentTableCellKind.
STUB_HEAD
public static final DocumentTableCellKind STUB_HEAD
Static value stubHead for DocumentTableCellKind.
Constructor Details
DocumentTableCellKind
@Deprecated
public DocumentTableCellKind()
Deprecated
Creates a DocumentTableCellKind object.
Method Details
fromString
public static DocumentTableCellKind fromString(String name)
Creates or finds a DocumentTableCellKind from its string representation.
Parameters:
Returns:
values
public static Collection
Returns known DocumentTableCellKind values.
Returns: