public static interface Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCells(int index)
public abstract Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell getCells(int index)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell |
getCellsCount()
public abstract int getCellsCount()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
Returns | |
---|---|
Type | Description |
int |
getCellsList()
public abstract List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> getCellsList()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
Returns | |
---|---|
Type | Description |
List<LayoutTableCell> |
getCellsOrBuilder(int index)
public abstract Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder getCellsOrBuilder(int index)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder |
getCellsOrBuilderList()
public abstract List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder> getCellsOrBuilderList()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder> |