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