public static interface Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document.DocumentLayout.DocumentLayoutBlock |
getBlocks(int index)
A table cell is a list of blocks.
|
int |
getBlocksCount()
A table cell is a list of blocks.
|
List<Document.DocumentLayout.DocumentLayoutBlock> |
getBlocksList()
A table cell is a list of blocks.
|
Document.DocumentLayout.DocumentLayoutBlockOrBuilder |
getBlocksOrBuilder(int index)
A table cell is a list of blocks.
|
List<? extends Document.DocumentLayout.DocumentLayoutBlockOrBuilder> |
getBlocksOrBuilderList()
A table cell is a list of blocks.
|
int |
getColSpan()
How many columns this cell spans.
|
int |
getRowSpan()
How many rows this cell spans.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document.DocumentLayout.DocumentLayoutBlock> getBlocksList()
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Document.DocumentLayout.DocumentLayoutBlock getBlocks(int index)
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
int getBlocksCount()
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
List<? extends Document.DocumentLayout.DocumentLayoutBlockOrBuilder> getBlocksOrBuilderList()
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Document.DocumentLayout.DocumentLayoutBlockOrBuilder getBlocksOrBuilder(int index)
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
int getRowSpan()
How many rows this cell spans.
int32 row_span = 2;int getColSpan()
How many columns this cell spans.
int32 col_span = 3;Copyright © 2024 Google LLC. All rights reserved.