Cloud Document AI v1 API - Class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell (3.17.0)

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 v1 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.V1

Assembly

Google.Cloud.DocumentAI.V1.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