Class DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub (2.2.1)

public static final class DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub extends AbstractBlockingStub<DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub>

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.AbstractBlockingStub > DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub

Methods

batchProcessDocuments(BatchProcessDocumentsRequest request)

public Operation batchProcessDocuments(BatchProcessDocumentsRequest request)

LRO endpoint to batch process many documents.

Parameter
NameDescription
requestBatchProcessDocumentsRequest
Returns
TypeDescription
Operation

build(Channel channel, CallOptions callOptions)

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