Uses of Class
com.google.cloud.documentai.v1beta1.BatchProcessDocumentsResponse
-
Packages that use BatchProcessDocumentsResponse Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta1.stub -
-
Uses of BatchProcessDocumentsResponse in com.google.cloud.documentai.v1beta1
Methods in com.google.cloud.documentai.v1beta1 that return BatchProcessDocumentsResponse Modifier and Type Method Description BatchProcessDocumentsResponseBatchProcessDocumentsResponse.Builder. build()BatchProcessDocumentsResponseBatchProcessDocumentsResponse.Builder. buildPartial()static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. getDefaultInstance()BatchProcessDocumentsResponseBatchProcessDocumentsResponse.Builder. getDefaultInstanceForType()BatchProcessDocumentsResponseBatchProcessDocumentsResponse. getDefaultInstanceForType()static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseDelimitedFrom(InputStream input)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(byte[] data)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(com.google.protobuf.ByteString data)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(InputStream input)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(ByteBuffer data)static BatchProcessDocumentsResponseBatchProcessDocumentsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type BatchProcessDocumentsResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceClient. batchProcessDocumentsAsync(BatchProcessDocumentsRequest request)LRO endpoint to batch process many documents.com.google.api.gax.longrunning.OperationFuture<BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceClient. batchProcessDocumentsAsync(List<ProcessDocumentRequest> requests)LRO endpoint to batch process many documents.com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceClient. batchProcessDocumentsOperationCallable()LRO endpoint to batch process many documents.com.google.api.gax.rpc.OperationCallSettings<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceSettings. batchProcessDocumentsOperationSettings()Returns the object with the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceSettings.Builder. batchProcessDocumentsOperationSettings()Returns the builder for the settings used for calls to batchProcessDocuments.com.google.protobuf.Parser<BatchProcessDocumentsResponse>BatchProcessDocumentsResponse. getParserForType()static com.google.protobuf.Parser<BatchProcessDocumentsResponse>BatchProcessDocumentsResponse. parser()Methods in com.google.cloud.documentai.v1beta1 with parameters of type BatchProcessDocumentsResponse Modifier and Type Method Description BatchProcessDocumentsResponse.BuilderBatchProcessDocumentsResponse.Builder. mergeFrom(BatchProcessDocumentsResponse other)static BatchProcessDocumentsResponse.BuilderBatchProcessDocumentsResponse. newBuilder(BatchProcessDocumentsResponse prototype) -
Uses of BatchProcessDocumentsResponse in com.google.cloud.documentai.v1beta1.stub
Methods in com.google.cloud.documentai.v1beta1.stub that return types with arguments of type BatchProcessDocumentsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceStub. batchProcessDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>GrpcDocumentUnderstandingServiceStub. batchProcessDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceStubSettings. batchProcessDocumentsOperationSettings()Returns the object with the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>DocumentUnderstandingServiceStubSettings.Builder. batchProcessDocumentsOperationSettings()Returns the builder for the settings used for calls to batchProcessDocuments.
-