Interface DocumentUnderstandingServiceGrpc.AsyncService
-
- All Known Implementing Classes:
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceImplBase
- Enclosing class:
- DocumentUnderstandingServiceGrpc
public static interface DocumentUnderstandingServiceGrpc.AsyncService
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.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
batchProcessDocuments(BatchProcessDocumentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
LRO endpoint to batch process many documents.
-
-
-
Method Detail
-
batchProcessDocuments
default void batchProcessDocuments(BatchProcessDocumentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
LRO endpoint to batch process many documents.
-
-