public abstract static class DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceImplBase implements BindableServiceService 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 > DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceImplBaseImplements
io.grpc.BindableServiceConstructors
DocumentUnderstandingServiceImplBase()
public DocumentUnderstandingServiceImplBase()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.
| Name | Description |
| request | BatchProcessDocumentsRequest |
| responseObserver | io.grpc.stub.StreamObserver<Operation> |
bindService()
public final ServerServiceDefinition bindService()| Type | Description |
| io.grpc.ServerServiceDefinition |
processDocument(ProcessDocumentRequest request, StreamObserver<Document> responseObserver)
public void processDocument(ProcessDocumentRequest request, StreamObserver<Document> responseObserver)Processes a single document.
| Name | Description |
| request | ProcessDocumentRequest |
| responseObserver | io.grpc.stub.StreamObserver<Document> |