public static interface Document.Page.Table.TableRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document.Page.Table.TableCell |
getCells(int index)
Cells that make up this row.
|
int |
getCellsCount()
Cells that make up this row.
|
List<Document.Page.Table.TableCell> |
getCellsList()
Cells that make up this row.
|
Document.Page.Table.TableCellOrBuilder |
getCellsOrBuilder(int index)
Cells that make up this row.
|
List<? extends Document.Page.Table.TableCellOrBuilder> |
getCellsOrBuilderList()
Cells that make up this row.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document.Page.Table.TableCell> getCellsList()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Document.Page.Table.TableCell getCells(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
int getCellsCount()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
List<? extends Document.Page.Table.TableCellOrBuilder> getCellsOrBuilderList()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Document.Page.Table.TableCellOrBuilder getCellsOrBuilder(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Copyright © 2024 Google LLC. All rights reserved.