Show / Hide Table of Contents

Class Document.Types.Page.Types.Table

A table representation similar to HTML table structure.

Inheritance
System.Object
Document.Types.Page.Types.Table
Implements
IMessage<Document.Types.Page.Types.Table>
System.IEquatable<Document.Types.Page.Types.Table>
IDeepCloneable<Document.Types.Page.Types.Table>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class Table : IMessage<Document.Types.Page.Types.Table>, IEquatable<Document.Types.Page.Types.Table>, IDeepCloneable<Document.Types.Page.Types.Table>, IBufferMessage, IMessage

Constructors

Table()

Declaration
public Table()

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

Declaration
public Table(Document.Types.Page.Types.Table other)
Parameters
Type Name Description
Document.Types.Page.Types.Table other

Properties

BodyRows

Body rows of the table.

Declaration
public RepeatedField<Document.Types.Page.Types.Table.Types.TableRow> BodyRows { get; }
Property Value
Type Description
RepeatedField<Document.Types.Page.Types.Table.Types.TableRow>

DetectedLanguages

A list of detected languages together with confidence.

Declaration
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }
Property Value
Type Description
RepeatedField<Document.Types.Page.Types.DetectedLanguage>

HeaderRows

Header rows of the table.

Declaration
public RepeatedField<Document.Types.Page.Types.Table.Types.TableRow> HeaderRows { get; }
Property Value
Type Description
RepeatedField<Document.Types.Page.Types.Table.Types.TableRow>

Layout

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

Declaration
public Document.Types.Page.Types.Layout Layout { get; set; }
Property Value
Type Description
Document.Types.Page.Types.Layout
Back to top