Interface Document.PageAnchorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Document.PageAnchor
,Document.PageAnchor.Builder
- Enclosing class:
- Document
public static interface Document.PageAnchorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Document.PageAnchor.PageRef
getPageRefs(int index)
One or more references to visual page elementsint
getPageRefsCount()
One or more references to visual page elementsList<Document.PageAnchor.PageRef>
getPageRefsList()
One or more references to visual page elementsDocument.PageAnchor.PageRefOrBuilder
getPageRefsOrBuilder(int index)
One or more references to visual page elementsList<? extends Document.PageAnchor.PageRefOrBuilder>
getPageRefsOrBuilderList()
One or more references to visual page elements-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPageRefsList
List<Document.PageAnchor.PageRef> getPageRefsList()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
-
getPageRefs
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;
-
getPageRefsCount
int getPageRefsCount()
One or more references to visual page elements
repeated .google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef page_refs = 1;
-
getPageRefsOrBuilderList
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;
-
getPageRefsOrBuilder
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;
-
-