Cloud Document AI v1 API - Class Document.Types.Page.Types.Table (3.4.0)

public sealed class Table : IMessage<Document.Types.Page.Types.Table>, IEquatable<Document.Types.Page.Types.Table>, IDeepCloneable<Document.Types.Page.Types.Table>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Table.

A table representation similar to HTML table structure.

Inheritance

Object > Document.Types.Page.Types.Table

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Table()

public Table()

Table(Document.Types.Page.Types.Table)

public Table(Document.Types.Page.Types.Table other)
Parameter
NameDescription
otherDocument.Types.Page.Types.Table

Properties

BodyRows

public RepeatedField<Document.Types.Page.Types.Table.Types.TableRow> BodyRows { get; }

Body rows of the table.

Property Value
TypeDescription
RepeatedField<Document.Types.Page.Types.Table.Types.TableRow>

DetectedLanguages

public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }

A list of detected languages together with confidence.

Property Value
TypeDescription
RepeatedField<Document.Types.Page.Types.DetectedLanguage>

HeaderRows

public RepeatedField<Document.Types.Page.Types.Table.Types.TableRow> HeaderRows { get; }

Header rows of the table.

Property Value
TypeDescription
RepeatedField<Document.Types.Page.Types.Table.Types.TableRow>

Layout

public Document.Types.Page.Types.Layout Layout { get; set; }

[Layout][google.cloud.documentai.v1.Document.Page.Layout] for [Table][google.cloud.documentai.v1.Document.Page.Table].

Property Value
TypeDescription
Document.Types.Page.Types.Layout

Provenance

public Document.Types.Provenance Provenance { get; set; }

The history of this table.

Property Value
TypeDescription
Document.Types.Provenance