public static interface Document.PageAnchorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document.PageAnchor.PageRef |
getPageRefs(int index)
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
|
int |
getPageRefsCount()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
|
List<Document.PageAnchor.PageRef> |
getPageRefsList()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
|
Document.PageAnchor.PageRefOrBuilder |
getPageRefsOrBuilder(int index)
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
|
List<? extends Document.PageAnchor.PageRefOrBuilder> |
getPageRefsOrBuilderList()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document.PageAnchor.PageRef> getPageRefsList()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
Document.PageAnchor.PageRef getPageRefs(int index)
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
int getPageRefsCount()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
List<? extends Document.PageAnchor.PageRefOrBuilder> getPageRefsOrBuilderList()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
Document.PageAnchor.PageRefOrBuilder getPageRefsOrBuilder(int index)
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
Copyright © 2024 Google LLC. All rights reserved.