Class DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub (2.4.3)

public static final class DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub extends AbstractFutureStub<DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub>

Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, and translation.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub

Methods

batchProcessDocuments(BatchProcessDocumentsRequest request)

public ListenableFuture<Operation> batchProcessDocuments(BatchProcessDocumentsRequest request)

LRO endpoint to batch process many documents. The output is written to Cloud Storage as JSON in the [Document] format.

Parameter
NameDescription
requestBatchProcessDocumentsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>

build(Channel channel, CallOptions callOptions)

protected DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

processDocument(ProcessDocumentRequest request)

public ListenableFuture<Document> processDocument(ProcessDocumentRequest request)

Processes a single document.

Parameter
NameDescription
requestProcessDocumentRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Document>