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

public sealed class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow : IMessage<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow>, IEquatable<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow>, IDeepCloneable<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow.

Represents a row in a table.

Inheritance

object > Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

LayoutTableRow()

public LayoutTableRow()

LayoutTableRow(LayoutTableRow)

public LayoutTableRow(Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow other)
Parameter
Name Description
other DocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableRow

Properties

Cells

public RepeatedField<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableCell> Cells { get; }

A table row is a list of table cells.

Property Value
Type Description
RepeatedFieldDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableCell