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
|
int |
getPageRefsCount()
One or more references to visual page elements
|
List<Document.PageAnchor.PageRef> |
getPageRefsList()
One or more references to visual page elements
|
Document.PageAnchor.PageRefOrBuilder |
getPageRefsOrBuilder(int index)
One or more references to visual page elements
|
List<? extends Document.PageAnchor.PageRefOrBuilder> |
getPageRefsOrBuilderList()
One or more references to visual page elements
|
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.v1.Document.PageAnchor.PageRef page_refs = 1;Document.PageAnchor.PageRef getPageRefs(int index)
One or more references to visual page elements
repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;int getPageRefsCount()
One or more references to visual page elements
repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;List<? extends Document.PageAnchor.PageRefOrBuilder> getPageRefsOrBuilderList()
One or more references to visual page elements
repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;Document.PageAnchor.PageRefOrBuilder getPageRefsOrBuilder(int index)
One or more references to visual page elements
repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;Copyright © 2022 Google LLC. All rights reserved.