public sealed class Table : IMessage<Document.Types.Page.Types.Table>, IEquatable<Document.Types.Page.Types.Table>, IDeepCloneable<Document.Types.Page.Types.Table>, IBufferMessage, IMessageA table representation similar to HTML table structure.
Implements
IMessage<Document.Types.Page.Types.Table>, IEquatable<Document.Types.Page.Types.Table>, IDeepCloneable<Document.Types.Page.Types.Table>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Table()
public Table()Table(Document.Types.Page.Types.Table)
public Table(Document.Types.Page.Types.Table other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Types.Page.Types.Table |
Properties
BodyRows
public RepeatedField<Document.Types.Page.Types.Table.Types.TableRow> BodyRows { get; }Body rows of the table.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Document.Types.Page.Types.Layout |
|