Uses of Class
com.azure.ai.documentintelligence.models.DocumentTableCellKind
Packages that use DocumentTableCellKind
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentTableCellKind in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentTableCellKindModifier and TypeFieldDescriptionstatic final DocumentTableCellKindDocumentTableCellKind.COLUMN_HEADERDescribes the content of the column.static final DocumentTableCellKindDocumentTableCellKind.CONTENTContains the main content/data.static final DocumentTableCellKindDocumentTableCellKind.DESCRIPTIONDescribes the content in (parts of) the table.static final DocumentTableCellKindDocumentTableCellKind.ROW_HEADERDescribes the content of the row.static final DocumentTableCellKindDocumentTableCellKind.STUB_HEADDescribes the row headers, usually located at the top left corner of a table.Methods in com.azure.ai.documentintelligence.models that return DocumentTableCellKindModifier and TypeMethodDescriptionstatic DocumentTableCellKindDocumentTableCellKind.fromString(String name) Creates or finds a DocumentTableCellKind from its string representation.DocumentTableCell.getKind()Get the kind property: Table cell kind.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentTableCellKindModifier and TypeMethodDescriptionstatic Collection<DocumentTableCellKind> DocumentTableCellKind.values()Gets known DocumentTableCellKind values.