Class DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub (2.2.1)

public static final class DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub extends AbstractAsyncStub<DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub>

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.AbstractAsyncStub > DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub

Methods

batchProcessDocuments(BatchProcessDocumentsRequest request, StreamObserver<Operation> responseObserver)

public void batchProcessDocuments(BatchProcessDocumentsRequest request, StreamObserver<Operation> responseObserver)

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

Parameters
NameDescription
requestBatchProcessDocumentsRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

build(Channel channel, CallOptions callOptions)

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

processDocument(ProcessDocumentRequest request, StreamObserver<Document> responseObserver)

public void processDocument(ProcessDocumentRequest request, StreamObserver<Document> responseObserver)

Processes a single document.

Parameters
NameDescription
requestProcessDocumentRequest
responseObserverio.grpc.stub.StreamObserver<Document>