Package com.google.cloud.documentai.v1
Class DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase
- java.lang.Object
-
- com.google.cloud.documentai.v1.DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase
-
- All Implemented Interfaces:
DocumentProcessorServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DocumentProcessorServiceGrpc
public abstract static class DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase extends Object implements io.grpc.BindableService, DocumentProcessorServiceGrpc.AsyncService
Base class for the server implementation of the service DocumentProcessorService.Service to call Document AI to process documents according to the processor's definition. Processors are built using state-of-the-art Google AI such as natural language, computer vision, and translation to extract structured information from unstructured or semi-structured documents.
-
-
Constructor Summary
Constructors Constructor Description DocumentProcessorServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.documentai.v1.DocumentProcessorServiceGrpc.AsyncService
batchProcessDocuments, createProcessor, deleteProcessor, deleteProcessorVersion, deployProcessorVersion, disableProcessor, enableProcessor, evaluateProcessorVersion, fetchProcessorTypes, getEvaluation, getProcessor, getProcessorType, getProcessorVersion, listEvaluations, listProcessors, listProcessorTypes, listProcessorVersions, processDocument, reviewDocument, setDefaultProcessorVersion, trainProcessorVersion, undeployProcessorVersion
-
-