public static interface Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell |
getCells(int index)
A table row is a list of table cells.
|
int |
getCellsCount()
A table row is a list of table cells.
|
List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> |
getCellsList()
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder |
getCellsOrBuilder(int index)
A table row is a list of table cells.
|
List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder> |
getCellsOrBuilderList()
A table row is a list of table cells.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
int getCellsCount()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.