Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentPageTable

A table representation similar to HTML table structure.

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

Properties

BodyRows

Body rows of the table.

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

DetectedLanguages

A list of detected languages together with confidence.

Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage>

ETag

The ETag of the item.

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

HeaderRows

Header rows of the table.

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

Layout

Layout for Table.

Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1beta3DocumentPageLayout Layout { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentPageLayout

Provenance

The history of this table.

Declaration
[JsonProperty("provenance")]
public virtual GoogleCloudDocumentaiV1beta3DocumentProvenance Provenance { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentProvenance

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX