Class Document.Types.Page.Types.Table.Types.TableCell (1.0.0-beta03)

public sealed class 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

A cell representation inside the table.

Inheritance

Object > Document.Types.Page.Types.Table.Types.TableCell

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

TableCell()

public TableCell()

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

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

Properties

ColSpan

public int ColSpan { get; set; }

How many columns this cell spans.

Property Value
TypeDescription
Int32

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>

Layout

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

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

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

RowSpan

public int RowSpan { get; set; }

How many rows this cell spans.

Property Value
TypeDescription
Int32