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

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

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

Represents a table type block.

Inheritance

object > Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableBlock

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

LayoutTableBlock()

public LayoutTableBlock()

LayoutTableBlock(LayoutTableBlock)

public LayoutTableBlock(Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableBlock other)
Parameter
Name Description
other DocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableBlock

Properties

BodyRows

public RepeatedField<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow> BodyRows { get; }

Body rows containing main table content.

Property Value
Type Description
RepeatedFieldDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableRow

Caption

public string Caption { get; set; }

Table caption/title.

Property Value
Type Description
string

HeaderRows

public RepeatedField<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutTableRow> HeaderRows { get; }

Header rows at the top of the table.

Property Value
Type Description
RepeatedFieldDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableRow