public static interface Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow> getHeaderRowsList()
Header rows at the top of the table.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow getHeaderRows(int index)
Header rows at the top of the table.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
int getHeaderRowsCount()
Header rows at the top of the table.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder> getHeaderRowsOrBuilderList()
Header rows at the top of the table.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder getHeaderRowsOrBuilder(int index)
Header rows at the top of the table.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow header_rows = 1;
List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow> getBodyRowsList()
Body rows containing main table content.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow getBodyRows(int index)
Body rows containing main table content.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
int getBodyRowsCount()
Body rows containing main table content.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder> getBodyRowsOrBuilderList()
Body rows containing main table content.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder getBodyRowsOrBuilder(int index)
Body rows containing main table content.
repeated .google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow body_rows = 2;
String getCaption()
Table caption/title.
string caption = 3;com.google.protobuf.ByteString getCaptionBytes()
Table caption/title.
string caption = 3;Copyright © 2024 Google LLC. All rights reserved.