Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock

Represents a table type block.

Inheritance
object
GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
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.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock : IDirectResponseSchema

Properties

BodyRows

Body rows containing main table content.

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

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<GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow> HeaderRows { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX