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. The output is written to Cloud Storage as JSON in the [Document] format.

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)

processDocument(ProcessDocumentRequest request)

public Document processDocument(ProcessDocumentRequest request)

Processes a single document.

Parameter
NameDescription
requestProcessDocumentRequest
Returns
TypeDescription
Document