Cloud Document AI v1beta3 API - Class Document.Types.Page.Types.Table.Types.TableCell (2.0.0-beta20)

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 v1beta3 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.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

TableCell()

public TableCell()

TableCell(TableCell)

public TableCell(Document.Types.Page.Types.Table.Types.TableCell other)
Parameter
Name Description
other DocumentTypesPageTypesTableTypesTableCell

Properties

ColSpan

public int ColSpan { get; set; }

How many columns this cell spans.

Property Value
Type Description
int

DetectedLanguages

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

A list of detected languages together with confidence.

Property Value
Type Description
RepeatedFieldDocumentTypesPageTypesDetectedLanguage

Layout

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

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

Property Value
Type Description
DocumentTypesPageTypesLayout

RowSpan

public int RowSpan { get; set; }

How many rows this cell spans.

Property Value
Type Description
int