Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Package
Description
Package containing model classes to perform operations
DocumentAnalysisAsyncClient
and
DocumentAnalysisClient
.-
Uses of DocumentTableCellKind in com.azure.ai.formrecognizer.documentanalysis.models
Modifier and TypeFieldDescriptionstatic final DocumentTableCellKind
DocumentTableCellKind.COLUMN_HEADER
Static value columnHeader for DocumentTableCellKind.static final DocumentTableCellKind
DocumentTableCellKind.CONTENT
Static value content for DocumentTableCellKind.static final DocumentTableCellKind
DocumentTableCellKind.DESCRIPTION
Static value description for DocumentTableCellKind.static final DocumentTableCellKind
DocumentTableCellKind.ROW_HEADER
Static value rowHeader for DocumentTableCellKind.static final DocumentTableCellKind
DocumentTableCellKind.STUB_HEAD
Static value stubHead for DocumentTableCellKind.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()