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

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

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

A cell representation inside the table.

Inheritance

object > Document.Types.Page.Types.Table.Types.TableCell

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

TableCell()

public TableCell()

TableCell(TableCell)

public TableCell(Document.Types.Page.Types.Table.Types.TableCell other)
Parameter
NameDescription
otherDocumentTypesPageTypesTableTypesTableCell

Properties

ColSpan

public int ColSpan { get; set; }

How many columns this cell spans.

Property Value
TypeDescription
int

DetectedLanguages

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

A list of detected languages together with confidence.

Property Value
TypeDescription
RepeatedFieldDocumentTypesPageTypesDetectedLanguage

Layout

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

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

Property Value
TypeDescription
DocumentTypesPageTypesLayout

RowSpan

public int RowSpan { get; set; }

How many rows this cell spans.

Property Value
TypeDescription
int