public static interface Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlockOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBodyRows(int index)
public abstract Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow getBodyRows(int index)Body rows containing main table content.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow |
|
getBodyRowsCount()
public abstract int getBodyRowsCount()Body rows containing main table content.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBodyRowsList()
public abstract List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow> getBodyRowsList()Body rows containing main table content.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
| Returns | |
|---|---|
| Type | Description |
List<LayoutTableRow> |
|
getBodyRowsOrBuilder(int index)
public abstract Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder getBodyRowsOrBuilder(int index)Body rows containing main table content.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder |
|
getBodyRowsOrBuilderList()
public abstract List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder> getBodyRowsOrBuilderList()Body rows containing main table content.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder> |
|
getCaption()
public abstract String getCaption()Table caption/title.
string caption = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The caption. |
getCaptionBytes()
public abstract ByteString getCaptionBytes()Table caption/title.
string caption = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for caption. |
getHeaderRows(int index)
public abstract Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow getHeaderRows(int index)Header rows at the top of the table.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow |
|
getHeaderRowsCount()
public abstract int getHeaderRowsCount()Header rows at the top of the table.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getHeaderRowsList()
public abstract List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow> getHeaderRowsList()Header rows at the top of the table.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
| Returns | |
|---|---|
| Type | Description |
List<LayoutTableRow> |
|
getHeaderRowsOrBuilder(int index)
public abstract Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder getHeaderRowsOrBuilder(int index)Header rows at the top of the table.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder |
|
getHeaderRowsOrBuilderList()
public abstract List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder> getHeaderRowsOrBuilderList()Header rows at the top of the table.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder> |
|