Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock

Represents a table type block.

Inheritance
object
GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock : IDirectResponseSchema

Properties

BodyRows

Body rows containing main table content.

Declaration
[JsonProperty("bodyRows")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow> BodyRows { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow>

Caption

Table caption/title.

Declaration
[JsonProperty("caption")]
public virtual string Caption { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HeaderRows

Header rows at the top of the table.

Declaration
[JsonProperty("headerRows")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow> HeaderRows { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX