public static interface Document.DocumentLayout.DocumentLayoutBlock.LayoutListEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document.DocumentLayout.DocumentLayoutBlock |
getBlocks(int index)
A list entry is a list of blocks.
|
int |
getBlocksCount()
A list entry is a list of blocks.
|
List<Document.DocumentLayout.DocumentLayoutBlock> |
getBlocksList()
A list entry is a list of blocks.
|
Document.DocumentLayout.DocumentLayoutBlockOrBuilder |
getBlocksOrBuilder(int index)
A list entry is a list of blocks.
|
List<? extends Document.DocumentLayout.DocumentLayoutBlockOrBuilder> |
getBlocksOrBuilderList()
A list entry is a list of blocks.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document.DocumentLayout.DocumentLayoutBlock> getBlocksList()
A list entry 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 list entry 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 list entry 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 list entry 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 list entry is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Copyright © 2024 Google LLC. All rights reserved.