public sealed class Document.Types.Page.Types.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.
Implements
IMessageDocumentTypesPageTypesTable, IEquatableDocumentTypesPageTypesTable, IDeepCloneableDocumentTypesPageTypesTable, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Table()
public Table()
Table(Table)
public Table(Document.Types.Page.Types.Table other)
Parameter | |
---|---|
Name | Description |
other | DocumentTypesPageTypesTable |
Properties
BodyRows
public RepeatedField<Document.Types.Page.Types.Table.Types.TableRow> BodyRows { get; }
Body rows of the table.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesPageTypesTableTypesTableRow |
DetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }
A list of detected languages together with confidence.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesPageTypesDetectedLanguage |
HeaderRows
public RepeatedField<Document.Types.Page.Types.Table.Types.TableRow> HeaderRows { get; }
Header rows of the table.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesPageTypesTableTypesTableRow |
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 |
DocumentTypesPageTypesLayout |
Provenance
[Obsolete]
public Document.Types.Provenance Provenance { get; set; }
The history of this table.
Property Value | |
---|---|
Type | Description |
DocumentTypesProvenance |