Interface Document.Page.Table.TableRowOrBuilder (2.41.0)

public static interface Document.Page.Table.TableRowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCells(int index)

public abstract Document.Page.Table.TableCell getCells(int index)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Page.Table.TableCell

getCellsCount()

public abstract int getCellsCount()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
int

getCellsList()

public abstract List<Document.Page.Table.TableCell> getCellsList()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
List<TableCell>

getCellsOrBuilder(int index)

public abstract Document.Page.Table.TableCellOrBuilder getCellsOrBuilder(int index)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Page.Table.TableCellOrBuilder

getCellsOrBuilderList()

public abstract List<? extends Document.Page.Table.TableCellOrBuilder> getCellsOrBuilderList()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta2.Document.Page.Table.TableCellOrBuilder>