Uses of Class
com.google.cloud.documentai.v1beta2.Document.PageAnchor.PageRef
-
Packages that use Document.PageAnchor.PageRef Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of Document.PageAnchor.PageRef in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return Document.PageAnchor.PageRef Modifier and Type Method Description Document.PageAnchor.PageRef
Document.PageAnchor.PageRef.Builder. build()
Document.PageAnchor.PageRef
Document.PageAnchor.PageRef.Builder. buildPartial()
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. getDefaultInstance()
Document.PageAnchor.PageRef
Document.PageAnchor.PageRef.Builder. getDefaultInstanceForType()
Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. getDefaultInstanceForType()
Document.PageAnchor.PageRef
Document.PageAnchor.Builder. getPageRefs(int index)
One or more references to visual page elementsDocument.PageAnchor.PageRef
Document.PageAnchor. getPageRefs(int index)
One or more references to visual page elementsDocument.PageAnchor.PageRef
Document.PageAnchorOrBuilder. getPageRefs(int index)
One or more references to visual page elementsstatic Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseDelimitedFrom(InputStream input)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(byte[] data)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(com.google.protobuf.ByteString data)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(InputStream input)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(ByteBuffer data)
static Document.PageAnchor.PageRef
Document.PageAnchor.PageRef. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type Document.PageAnchor.PageRef Modifier and Type Method Description List<Document.PageAnchor.PageRef>
Document.PageAnchor.Builder. getPageRefsList()
One or more references to visual page elementsList<Document.PageAnchor.PageRef>
Document.PageAnchor. getPageRefsList()
One or more references to visual page elementsList<Document.PageAnchor.PageRef>
Document.PageAnchorOrBuilder. getPageRefsList()
One or more references to visual page elementscom.google.protobuf.Parser<Document.PageAnchor.PageRef>
Document.PageAnchor.PageRef. getParserForType()
static com.google.protobuf.Parser<Document.PageAnchor.PageRef>
Document.PageAnchor.PageRef. parser()
Methods in com.google.cloud.documentai.v1beta2 with parameters of type Document.PageAnchor.PageRef Modifier and Type Method Description Document.PageAnchor.Builder
Document.PageAnchor.Builder. addPageRefs(int index, Document.PageAnchor.PageRef value)
One or more references to visual page elementsDocument.PageAnchor.Builder
Document.PageAnchor.Builder. addPageRefs(Document.PageAnchor.PageRef value)
One or more references to visual page elementsDocument.PageAnchor.PageRef.Builder
Document.PageAnchor.PageRef.Builder. mergeFrom(Document.PageAnchor.PageRef other)
static Document.PageAnchor.PageRef.Builder
Document.PageAnchor.PageRef. newBuilder(Document.PageAnchor.PageRef prototype)
Document.PageAnchor.Builder
Document.PageAnchor.Builder. setPageRefs(int index, Document.PageAnchor.PageRef value)
One or more references to visual page elementsMethod parameters in com.google.cloud.documentai.v1beta2 with type arguments of type Document.PageAnchor.PageRef Modifier and Type Method Description Document.PageAnchor.Builder
Document.PageAnchor.Builder. addAllPageRefs(Iterable<? extends Document.PageAnchor.PageRef> values)
One or more references to visual page elements
-