Uses of Class
com.google.cloud.documentai.v1.GcsDocument
-
Packages that use GcsDocument Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of GcsDocument in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return GcsDocument Modifier and Type Method Description GcsDocumentGcsDocument.Builder. build()GcsDocumentGcsDocument.Builder. buildPartial()static GcsDocumentGcsDocument. getDefaultInstance()GcsDocumentGcsDocument.Builder. getDefaultInstanceForType()GcsDocumentGcsDocument. getDefaultInstanceForType()GcsDocumentGcsDocuments.Builder. getDocuments(int index)The list of documents.GcsDocumentGcsDocuments. getDocuments(int index)The list of documents.GcsDocumentGcsDocumentsOrBuilder. getDocuments(int index)The list of documents.GcsDocumentProcessRequest.Builder. getGcsDocument()A raw document on Google Cloud Storage.GcsDocumentProcessRequest. getGcsDocument()A raw document on Google Cloud Storage.GcsDocumentProcessRequestOrBuilder. getGcsDocument()A raw document on Google Cloud Storage.static GcsDocumentGcsDocument. parseDelimitedFrom(InputStream input)static GcsDocumentGcsDocument. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDocumentGcsDocument. parseFrom(byte[] data)static GcsDocumentGcsDocument. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDocumentGcsDocument. parseFrom(com.google.protobuf.ByteString data)static GcsDocumentGcsDocument. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDocumentGcsDocument. parseFrom(com.google.protobuf.CodedInputStream input)static GcsDocumentGcsDocument. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDocumentGcsDocument. parseFrom(InputStream input)static GcsDocumentGcsDocument. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDocumentGcsDocument. parseFrom(ByteBuffer data)static GcsDocumentGcsDocument. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1 that return types with arguments of type GcsDocument Modifier and Type Method Description List<GcsDocument>GcsDocuments.Builder. getDocumentsList()The list of documents.List<GcsDocument>GcsDocuments. getDocumentsList()The list of documents.List<GcsDocument>GcsDocumentsOrBuilder. getDocumentsList()The list of documents.com.google.protobuf.Parser<GcsDocument>GcsDocument. getParserForType()static com.google.protobuf.Parser<GcsDocument>GcsDocument. parser()Methods in com.google.cloud.documentai.v1 with parameters of type GcsDocument Modifier and Type Method Description GcsDocuments.BuilderGcsDocuments.Builder. addDocuments(int index, GcsDocument value)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. addDocuments(GcsDocument value)The list of documents.GcsDocument.BuilderGcsDocument.Builder. mergeFrom(GcsDocument other)ProcessRequest.BuilderProcessRequest.Builder. mergeGcsDocument(GcsDocument value)A raw document on Google Cloud Storage.static GcsDocument.BuilderGcsDocument. newBuilder(GcsDocument prototype)GcsDocuments.BuilderGcsDocuments.Builder. setDocuments(int index, GcsDocument value)The list of documents.ProcessRequest.BuilderProcessRequest.Builder. setGcsDocument(GcsDocument value)A raw document on Google Cloud Storage.Method parameters in com.google.cloud.documentai.v1 with type arguments of type GcsDocument Modifier and Type Method Description GcsDocuments.BuilderGcsDocuments.Builder. addAllDocuments(Iterable<? extends GcsDocument> values)The list of documents.
-