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.
Implements
IMessageDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableBlock, IEquatableDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableBlock, IDeepCloneableDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutTableBlock, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
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 |