Cloud Document AI v1beta3 API - Class Document.Types.Page.Types.Table.Types.TableRow (2.0.0-beta18)

public sealed class Document.Types.Page.Types.Table.Types.TableRow : IMessage<Document.Types.Page.Types.Table.Types.TableRow>, IEquatable<Document.Types.Page.Types.Table.Types.TableRow>, IDeepCloneable<Document.Types.Page.Types.Table.Types.TableRow>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.Page.Types.Table.Types.TableRow.

A row of table cells.

Inheritance

object > Document.Types.Page.Types.Table.Types.TableRow

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

TableRow()

public TableRow()

TableRow(TableRow)

public TableRow(Document.Types.Page.Types.Table.Types.TableRow other)
Parameter
NameDescription
otherDocumentTypesPageTypesTableTypesTableRow

Properties

Cells

public RepeatedField<Document.Types.Page.Types.Table.Types.TableCell> Cells { get; }

Cells that make up this row.

Property Value
TypeDescription
RepeatedFieldDocumentTypesPageTypesTableTypesTableCell