Cloud Document AI v1beta3 API - Class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell (2.0.0-beta18)

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.

Inheritance

object > Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

LayoutTableCell()

public LayoutTableCell()

LayoutTableCell(LayoutTableCell)

public LayoutTableCell(Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell other)
Parameter
NameDescription
otherDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableCell

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
TypeDescription
RepeatedFieldDocumentTypesDocumentLayoutTypesDocumentLayoutBlock

ColSpan

public int ColSpan { get; set; }

How many columns this cell spans.

Property Value
TypeDescription
int

RowSpan

public int RowSpan { get; set; }

How many rows this cell spans.

Property Value
TypeDescription
int