public sealed class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell : IMessage<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell>, IEquatable<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell>, IDeepCloneable<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell.
Represents a cell in a table row.
Implements
IMessageDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableCell, IEquatableDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableCell, IDeepCloneableDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableCell, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
LayoutTableCell()
public LayoutTableCell()
LayoutTableCell(LayoutTableCell)
public LayoutTableCell(Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell other)
Parameter | |
---|---|
Name | Description |
other |
DocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableCell |
Properties
Blocks
public RepeatedField<Document.Types.DocumentLayout.Types.DocumentLayoutBlock> Blocks { get; }
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesDocumentLayoutTypesDocumentLayoutBlock |
ColSpan
public int ColSpan { get; set; }
How many columns this cell spans.
Property Value | |
---|---|
Type | Description |
int |
RowSpan
public int RowSpan { get; set; }
How many rows this cell spans.
Property Value | |
---|---|
Type | Description |
int |