Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Packages that use DocumentTableCellKind
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of DocumentTableCellKind in com.azure.ai.formrecognizer.documentanalysis.models
Fields in com.azure.ai.formrecognizer.documentanalysis.models declared as DocumentTableCellKindModifier and TypeFieldDescriptionstatic final DocumentTableCellKindDocumentTableCellKind.COLUMN_HEADERStatic value columnHeader for DocumentTableCellKind.static final DocumentTableCellKindDocumentTableCellKind.CONTENTStatic value content for DocumentTableCellKind.static final DocumentTableCellKindDocumentTableCellKind.DESCRIPTIONStatic value description for DocumentTableCellKind.static final DocumentTableCellKindDocumentTableCellKind.ROW_HEADERStatic value rowHeader for DocumentTableCellKind.static final DocumentTableCellKindDocumentTableCellKind.STUB_HEADStatic value stubHead for DocumentTableCellKind.Methods in com.azure.ai.formrecognizer.documentanalysis.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.formrecognizer.documentanalysis.models that return types with arguments of type DocumentTableCellKindModifier and TypeMethodDescriptionstatic Collection<DocumentTableCellKind>DocumentTableCellKind.values()Returns known DocumentTableCellKind values.