Uses of Class
com.azure.ai.documentintelligence.models.DocumentTableCellKind
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentTableCellKind in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final DocumentTableCellKind
DocumentTableCellKind.COLUMN_HEADER
Describes the content of the column.static final DocumentTableCellKind
DocumentTableCellKind.CONTENT
Contains the main content/data.static final DocumentTableCellKind
DocumentTableCellKind.DESCRIPTION
Describes the content in (parts of) the table.static final DocumentTableCellKind
DocumentTableCellKind.ROW_HEADER
Describes the content of the row.static final DocumentTableCellKind
DocumentTableCellKind.STUB_HEAD
Describes the row headers, usually located at the top left corner of a table.Modifier and TypeMethodDescriptionstatic DocumentTableCellKind
DocumentTableCellKind.fromString
(String name) Creates or finds a DocumentTableCellKind from its string representation.DocumentTableCell.getKind()
Get the kind property: Table cell kind.Modifier and TypeMethodDescriptionstatic Collection<DocumentTableCellKind>
DocumentTableCellKind.values()
Gets known DocumentTableCellKind values.